Try these guides:
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
I agree maybe separating the code is a better option, I have seen some people also removing bbpress and woocommerce codes inside the style.css file.
Do you want to make or edit a post with td composer? Or are you only talking about changing the look (design) of the post? If you mean the latter, you can check out the new tagdiv cloud library plugin https://forum.tagdiv.com/tagdiv-cloud-library-plugin/ which can be used together with tagdiv composer. Make sure you have disabled wp bakery.
See this guide https://forum.tagdiv.com/the-newsletter-plugin/
You are welcome.
You are welcome.
Good to hear it works for you. I also liked it as a separate plugin at first. But I like when it was merged because it streamlines my site styling flow.
The only plugins that come with the theme are the recommended plugins, namely TagDiv Composer, Visual Composer, Revolution Slider, Social Counter and Speed Booster (and tagdiv AMP).
Check for the “Limit post number:” feature in that block in the General tab and adjust it as you see fit.
This shows in gtmetrix http://prntscr.com/ksb3p8. There is definitely a problem.
The theme does not support infinite loading or auto-loading on single posts. Maybe in a future update, as mentioned by theme authors.
You should only use your username ElDiestroOle in the theme panel without the @ nor as a full URL.
The recommended way to update the theme is via ftp https://forum.tagdiv.com/how-to-update-the-theme-2/. Make sure you update the theme’s plugins also (manually via FTP too if you cannot access your site).
The mobile theme folder is insider the Newspaper>Mobile section. You cannot edit the mobile theme inside the child theme, only in the main theme. So you will have to keep a backup of the mobile folder so you do not lose it with any new updates. But remember the mobile plugin is built for speed, so custom modifications are not supported by tagdiv team (I don’t work here).
You cannot make or edit posts with tagdiv composer. It only works with pages. You can use wp bakery visual composer and disable tagdiv if you want to create posts using a page builder.
Use the filter tab of the block (Where you see general, filter, layout, etc when editing the block with tagdiv composer) and make sure you change the “All categories” feature to the one you want for that block.
That space is the sidebar. You need to add widgets to the sidebar. Go to Appearance>Widgets in your WordPress dashboard and add your widgets to the ‘newspaper default’ sidebar.
You need to share some screenshots of the problem you are experiencing. Also, see this guide https://forum.tagdiv.com/tagdiv-composer-tutorial/
I don’t know if this will help you. Paste it in your functions.php (remember to backup the file first) and test again. The code disables Stylesheet added by the Multipurpose plugin.
//Remove Multi Purpose Style
add_action( 'wp_enqueue_scripts', 'remove_multi_purpose', 20 );
function remove_multi_purpose() {
wp_dequeue_style( 'td-plugin-multi-purpose' );
}
See the answer to this topic https://forum.tagdiv.com/topic/menu-logo-aligne/
That footer comes with predefined content and any changes to it can only be made by tinkering with theme files. Just use a footer without content (such as footer style 5) and insert the widgets and change them as you like (you can use block 7 for the popular posts).
Stretch the row containing the block like this https://www.screencast.com/t/II6LCBDb5w
Okay. I get it now. The other settings do not reset. I will keep looking if the issue recurs and report. Last time it did was after updating to version 9.0.1 and the recent one I am not sure.
You sound like a bot with this reply every time you use it.
The plugins that come bundled with the theme are updated with every new theme update. So, just ignore the message until the next version of the theme comes up.