Hi,
make sure that this is not ca cache problem, if you are using cache plugins, please disable theme and check again. We recommend to use WP Super Cache with the settings from our guide -> https://forum.tagdiv.com/cache-plugin-install-and-configure/
Please provide me a link where I can check this problem.
Thank you!
Hi,
Sorry, unfortunately I do not understand what you mean, please provide some more details and a link where I can check the problem.
Thank you for your understanding!
Hi,
So you want to use a social sharing that can share page too, I think that the best way it will be to find another plugin that you can use without making changes in theme files, if you do not find one there you can try these from here -> https://bloggingwizard.com/top-wordpress-social-sharing-plugins-2014/ I personally recommend the first one Social Snap.
Hope this will help you to achieve what you need.
HI, If you have other questions, let us know!
Have a nice day!
Hi,
In order to have the scroll to top on mobile responsive version you’ll need to use a custom css like this one http://prntscr.com/opdgwr
.td-scroll-up-visible {
display: block;
}
The code need to be set in Them panel>Custom code>Custom css
Thank you!
Hi,
Make sure that Search Engine Visibility is unchecked -> https://i.imgur.com/UaC3nNI.png
For meta descriptions, we recommend to use a plugin as yoast seo plugin -> https://yoast.com/meta-descriptions/
Please make sure that you do not have a plugin conflict, please deactivate ALL non theme plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
If there is still a problem, please provide me a link to your website to can check this problem.
Thank you!
Hi,
As I can see your page speed ton desktop is very good-> https://i.imgur.com/LZ3vxkk.png and if you’ll remove the link for the images that you deleted -> https://i.imgur.com/R0mW4pd.pngt this will be more good -> for this you’ll need to edit the homepage with tagDiv Composer and remove these ads -> https://i.imgur.com/KG8vxea.png also make sure that you removed the background images from here -> https://i.imgur.com/A6uCXUH.png
2. you can try one of these -> https://www.wpbeginner.com/plugins/7-best-wordpress-backup-plugins-compared-pros-and-cons/ also our theme have to a small backup for theme panel options -> https://forum.tagdiv.com/import-export-theme-settings/
3. Yes, you can, but we recommend to test it first on subdomain or test environment, make sure that you test it first and you make a full backup to your website -> https://tagdiv.com/update-newspaper-theme/
4. If you are referring on post title from blocks -> https://i.imgur.com/j3r3jEs.jpg you can adjust it using tagDiv Composer -> https://i.imgur.com/hM0ksjv.jpg
If you are referring on this -> https://i.imgur.com/Qe3SwPx.png then you can do it from theme panel > theme fonts -> https://i.imgur.com/sZV7VVM.png
Thank you!
Hi,
I just test this and for me this is working normal -> https://i.imgur.com/kxJxkxD.png -> https://i.imgur.com/2OupoRf.png make sure that wp bakery is set only for pages.
Let me know the results!
Hi melrenee,
Please provide some more details and some screenshots.
Thank you!
Hi,
Please make sure that you do not have a plugin conflict, please deactivate ALL non theme plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Usually the “Invalid reply from server endpoint error” is caused by insufficient WP_Memory_limit, if you’ll set it to 256M, it should work -> https://i.imgur.com/Hjpd1Qk.png
Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps.
Also make sure that you are using https not http.
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.
Let me know the results!
Thank you!
Hi,
We’ll try our best to make the theme better for the coming updates.
Thank you!
Hi,
I’m using Safari version 12.1 and and for me is displaying everything normal -> https://i.imgur.com/bRt5u0Z.jpg
Thank you!
Hi,
Then apply the single post template individual only on posts that have set a featured video -> https://i.imgur.com/AroAkkq.png, unfortunately there is no setting to display only the featured videos and the featured image not.
Thank you!
Hi,
For header and footer, you can use a cloud template and set it in theme panel -> https://i.imgur.com/06oeboW.png
Also for pages the only page template are these from our documentation -> https://forum.tagdiv.com/page-templates-2/ the page can be imported from tagDiv Cloud Library, or you can duplicate it and edit it with tagDiv Composer.
Thank you!
Hi,
If you are using the mobile theme plugin -> https://forum.tagdiv.com/the-mobile-theme/ then you can display the category post using the options from theme panel> mobile theme -> https://i.imgur.com/Bxu8Aqw.png
Thank you!
Hi,
Please provide me a link where I can inspect this situation.
The ads can be add as in our documentation from here -> https://forum.tagdiv.com/article-ads/
Thank you!
Hi,
In this folder -> https://i.imgur.com/qvmtn2r.jpg you can find the child theme package, that you can use if you need a child -> https://www.wpbeginner.com/beginners-guide/wordpress-child-theme-pros-cons/ you can check our documentation for how to use a child theme here -> https://forum.tagdiv.com/the-child-theme-support-tutorial/ usually we recommand to use cloud template and the child theme only if is necessary.
Also in that folder is a code for custom post type, this is for advance users that want to create there own post type -> https://wpshout.com/use-custom-post-types-wordpress/ you can check our documentation for cpt here -> https://forum.tagdiv.com/custom-post-type-support/
Hope this will help you to understand better!
Thank you!
Hi,
“I tried but same color applied on every category.” there the coder need to be clear, no color.
Indeed the background color will apply only on category page.
You can try this custom css for color on individual categories
-> https://www.screencast.com/t/hnPXiMEJcLS9
All you need to do is to change the category in code and the background color will apply on that category.
.td-module-image a[href$="/news/"],
.td-meta-info-container a[href$="/news/"]
{
background-color: green;
}
.td-module-image a[href$="/nxt/"],
.td-meta-info-container a[href$="/nxt/"]
{
background-color: blue;
}
.td-module-image a[href$="/wweresults/"],
.td-meta-info-container a[href$="/wweresults/"]
{
background-color: red;
}
Set the custom css in Newspaper>Theme panel>Custom code>Custom css
Thank you for your understanding!
Hi,
The snap menu can be remove/disable with tagDiv Composer like this -> https://i.imgur.com/uXnuPAG.jpg lick on logo -> then on header menu -> https://i.imgur.com/PeU9JfT.png and make sure that sticky menu is disable from website manager -> https://i.imgur.com/uXAEPRF.png
Thank you!
Hi,
1. You can choose any demo you like, all of them are using tagDiv Composer and cloud templates.
For SEO you should use a plugin as Yoast SEO plugin.
The amp plugin can be use with all demos, we recommend to use it with the mobile theme plugin.
The page speed of your website depends on how well your site is optimized, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/topic/speed-optimization-2/
2. Usually we suggest to use a demo, or you can chose from tagDiv Cloud Library the elements you like -> https://tagdiv.com/what-is-the-cloud-library/
3. Please make sure that all the settings are like in our requirements, please follow the guide carefully
– https://forum.tagdiv.com/requirements-for-newspaper/
and please increase all requirements that are lower, and follow all steps, make sure that wp_memory is at list as in our guide, also you can check this topic for website optimization -> https://forum.tagdiv.com/topic/speed-optimization-2/
Thank you!
Hi,
The trending now should work like this -> https://demo.tagdiv.com/newspaper_business/ if there is still a problem, please provide some more details and screenshots also a link to your website will help.
Thank you!
Hi,
If you want that cloud templates from your website to no longer be indexed by Google, you need to use Yoast SEO plugin and disable cloud templates from index -> https://i.imgur.com/ApOXLWp.png after that you need to re-index your website on Google (or at list that link).
If this is not what you mean, please provide some more details.
Hope this will help you!
Hi,
Please make sure that you clear all cache after you publish the posts and you do not have any offset set or the option of unique articles -> https://forum.tagdiv.com/unique-articles/
Let me know the results!
Thank you!
Hi,
Unfortunately, the Members plugin has not been tested with our theme and therefore, we cannot say for sure if it will work or not as expected with the theme, sorry! Also, we cannot provide support for untested plugins.
This is our list with tested plugins with our theme -> https://www.screencast.com/t/cmPkh9jba4sZ
Please make sure that you do not have a plugin conflict, please deactivate ALL non theme plugins except tagDiv plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.
Let me know the results!
Thank you!
Hi,
Please make sure that tagDiv Composer is enable -> https://i.imgur.com/1MEvi0k.png
If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel. We will take a look. Include a link to this topic in the email.
Thank you!