No search results were found in Documentation!
Hello !
Demos or any Cloud Library template are fully editable using the tagDiv Composer. If you want to edit your background color on your homepage you can do it by going into Theme Panel – Background and by editing the background color as you can see here, i have clicked on the highlited zone and then edited the background color in CSS tab: https://www.screencast.com/t/jOrkp6gS
Also if your theme panel is not fully functioning, Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, 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 do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, 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 do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, 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 do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, 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 do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello @Bertelego,
Is look that you are using the Newspaper theme , not the Newsmag theme, please open a topic for this problem in Newspaper forum -> https://forum.tagdiv.com/forum/newspaper/
Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Thank you for your understanding!
Hi,
This can be a plugin conflict, please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, please deactivate them, clear all cache and try again.
Please try the steps for mobile-friendly indicate in this similar topic -> https://forum.tagdiv.com/topic/mobile-friendly-test-fail/
Thank you!
Hello !
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, 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 the last theme version , Newsmag v4.9.1 and you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also make sure that you update the theme as in our guide from here -> https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Make sure that the theme requirements are set as in our guide from here -> https://forum.tagdiv.com/newsmag-requirements-for-newsmag/
Thank you!
Hello,
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.
Thank you!
Hello,
This should work in our theme too, but not if you are using cloud templates, this will apply only on default templates, the category.php file is in wp-content/plugins/td-composer/legacy/Newspaper/category.php
Child theme documentation -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Thank you!
Hello !
Any Cloud Library template is fully editable using the tagDiv Composer. If you are having problems saving the modifications please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello !
Now I see your whole page is empty. It has no content. Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !
Hello Vlad,
I have just: Tagdiv Cloud Library, Tagdiv Composer and Tagdiv Social Counter active. I’m not using any other plugin.
I’m not using any plugin for cache and child theme.
I just installed the Demo Theme Crypto fully.
Thanks,
Hello!
I’d like to add content at the last page of a category-page, based on a cloud-template. With my last non Newspaper theme I did this with a child theme and added the following code at the end of the post-loop in my child themes category.php:
if (is_category("slag-a") || is_category("slag-b") || is_category("slag-c")) {
global $wp_query, $paged;
$max_page = $wp_query->max_num_pages;
if ($paged == $max_page && is_category("slag-a")) {
echo "Text a here";
}
if ($paged == $max_page && is_category("slag-b")) {
echo "Text b here";
}
if ($paged == $max_page && is_category("slag-c")) {
echo "Text c here";
}
}
How can. I realize this with newspaper? Which file do I have to change?
Hello,
Please make sure that you have the last theme version , Newsmag v4.9.1 and you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you!
Hello,
Please provide me a link to your website where I can check this problem.
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, 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 do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Also please make sure that you are using the last version of the theme Newspaper v9.8
Thank you!
Hello !
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, 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 do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, 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 do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, 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 do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you!
Hello,
That is because there you need to copy one more file, the single_template_x.php, please check this part from our documentation -> http://prntscr.com/p1jktp -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ also if you want to edit the default post template you’ll need to copy those to files single.php – loop-single.php from wp-content/plugins/td-composer/legacy/Newspaper/loop-single.php directly in the child theme folder, only the post templates from 1 to 13 need to be set in Newspaper-child\parts\single.
Hope this will help you!
Thank you!
Dear Support,
What file should I override in my Newsmag child theme in order to place some custom code in a single post, after the “Related articles” / “More from author” section?
I tried loop-single.php, but no effect. It seems like the theme does not use this file at all.
If I copy single.php (and do not modify anything), the related articles section disappears, only the author name is shown.
Thanks for your help.
Best regards,
Hello !
Please make sure that you do not have a plugin conflict, please deactivate ALL plugins except tagDiv Composer, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Thank you !