Hello !
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you
Our team will take a look !
Thank you !
Hello !
Please make sure that you have followed all the steps from our guide: https://forum.tagdiv.com/install-via-wordpress/ Also make sure that all the required plugins are active.
Thank you !
Hello !
As you can see here you can add as many menu items you want in it: https://www.screencast.com/t/YwIUmKOAs4OW
For widgets you will have to add the Widget Sidebar element in tagDiv Composer.
Thank you !
Hello !
1. That has no save button, once it is closed the content will be saved automatically.
2. You will have to activate the thumbs from Theme Panel – Block Settings – Thumbs on Modules/Blocks and activate this 2: https://i.imgur.com/kkS9Lzt.png
Thank you !
Hello !
Before activating the Mobile theme please take a closer look on our documentation regarding it: https://forum.tagdiv.com/the-mobile-theme/
Thank you !
Hello !
Unfortunately this option is not available in the Newspaper Theme at the moment.
Thank you !
Hello !
We will reply via e-mail.
Thank you !
Hello !
Please make sure that all of your cache is properly cleared.
Let us know the result.
Thank you !
Hello !
By using the tagDiv Composer you will be able to select the mobile viewport and edit only the mobile viewport as you can see here: https://www.screencast.com/t/uA3Uc8qYKwI
Thank you !
Hello !
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– cPanel url and credentials
– A link to this topic in order to identify you
Our team will take a look !
Thank you !
Hello !
Please provide a link to your website in order to take a look.
Thank you !
Hello !
No, you can even ad custom code in theme panel directly, without using child theme. Theme panel – Custom Code you can add a lot of code if you feel the need.
Thank you !
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello !
Please make sure that you have accomplished all the system requirements as in our documentation here: https://forum.tagdiv.com/requirements-for-newspaper/
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv ones, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello !
That works from WordPress as you can see here: https://www.screencast.com/t/b0MLlx3sNxxI
Thank you !
Hello !
That works from WordPress as you can see here: https://www.screencast.com/t/b0MLlx3sNxxI
Thank you !
Hello !
Unfortunately Newspaper Theme does not offer that option. You can achieve this by using HTML coding.
Thank you !
Hello !
Our developers came to a workaround at the moment and this will be implemented in the upcoming updates.
Add this code into Functions.php:
//deregister Visual Composer backend js files from live editor
add_action( 'admin_print_scripts', 'td_deregister_vc_backend_scripts', 100 );
function td_deregister_vc_backend_scripts() {
if ( td_util::is_vc_installed() && ( tdc_state::is_live_editor_iframe() || tdc_state::is_live_editor_ajax() ) ) {
wp_deregister_script('vc-backend-min-js');
wp_deregister_script('vc_accordion_script');
wp_deregister_script('wpb_php_js');
wp_deregister_script('wpb_json-js');
wp_deregister_script('ace-editor');
wp_deregister_script('webfont');
}
}
Let us know the result !
Thank you !
Hello !
That is a Smartlist. In order to create a smartlist please follow our guide here: https://forum.tagdiv.com/search/smartlist/
Thank you !
Hello !
We have passed this suggestion to our developers but at the moment we cannot say for sure when or if this option will be implemented.
Thank you !
Hello !
The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme.
You will have to recreate your pages into the Mobile editor or completely disable the mobile theme. The mobile editor will not render shortcodes !
Also you can disable mobile theme on certain pages or posts by following this setting: 
Please take a look here: https://forum.tagdiv.com/the-mobile-theme/
Mobile theme plugin can be disabled from Newspaper Plugins as you can see here: https://www.screencast.com/t/LnkZCEVC
Thank you !
Hello !
This can be achieved by going into Theme Panel – Translations as you can see here: https://www.screencast.com/t/DozqhCPur
Thank you !
Hello !
You can choose your version to go back from here: https://www.screencast.com/t/EoCr2jZgeUtu
Thank you !
Hello !
For this you will have to use CSS. Newspaper theme is only compatible with Woocommerce but all the modifications you want to add will require css.
Thank you !