Hello !
Please provide a link to your website in order to take a look.
Thank you !
Hello !
Unfortunately this option is not available yet in Newspaper Theme.
Thank you !
Hello !
Please open the store page with tagDiv Composer and from Website manager, make sure that your Header is the same in the website manager: https://www.screencast.com/t/lGO7FqxnfNg
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
Thank you !
Hello !
If you are using Cloud library templates. You can create a blank template on your new website and copy the content code from the template you have created.
You can copy the code from one page and copy it to another as you can see here:
Open the page editor: https://www.screencast.com/t/rSUgDDPWJEI6
Copy the code: https://www.screencast.com/t/rcwnC8j6
And you can paste the code in another page which will become editable using tagDiv Composer.
Thank you !
Hi,
Please send us an email at contact@tagdiv.com and provide a link to the respective website, admin login, and the license key. We will fix it.
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
Thank you !
Hello !
I am sorry for the misunderstanding. For this please follow this topic at the moment: https://forum.tagdiv.com/topic/questions-about-tdb_actiontdb_ajax/
Thank you !
Hello !
Sorry for misunderstanding !
Happiness: .category-15 .td-page-title {
color:#FFE800;
}
Health category: .category-16 .td-page-title {
color:#001FFF;
}
Success category: .category-5 .td-page-title {
color:#FF7400;
}
Knowledge category: .category-6 .td-page-title {
color:#1AA60C;
}
4. The latest articles option and related posts come from WordPress not from Newspaper Theme. You can disable it from here as you can see: https://www.screencast.com/t/uzXRgXTiHlH
In order to recreate that you will be able to modify it you will have to remove as shown above, add a ROW in the place where the latest article was. Edit the ROW Layout and divide it into 3. For the content I suggest you to add Flex Blocks which will be fully editable using tagDiv Composer. You can see how to use the ROW layout here: https://www.youtube.com/watch?v=fa7GenCHcBU&t=22s
5. For the newsletter, after you completed re-doing the latest articles, add another row under it and from tagDiv Composer you will be able to insert the Newsletter element: https://www.screencast.com/t/qadAwGNZD1Sl
Thank you !
Hello !
I have spoken to my colleagues and we will proceed with doing the update ourselves but only with your permission. My colleague has asked all the details via e-mail. Please reply there.
Thank you !
Hello !
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 !
Are your posts still available in wordpress Dashboard: https://www.screencast.com/t/5PnxDV1smtl
Thank you !
Hello !
Unfortunately this option is not available in Newspaper Theme at the moment.
Thank you !
Hello !
Unfortunately this option is not available at the moment in Newspaper Theme.
At the moment I cannot say when or if this will be implemented.
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
Thank you !
Hello !
For DOM errors 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
Thank you !
Hi,
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://tagdiv.com/how-to-increase-page-loading-speed/ you’ll be able to increase the speed of your website.
Also you can check this similar topic for more solutions: -> https://forum.tagdiv.com/topic/optimize-script-to-improve-site-speed/ -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/a-few-tips-for-newspaper-x-speed-high-cpu-usage-issues/
– https://tagdiv.com/how-to-increase-page-loading-speed/
Please note that page speed is not covered by the support team: https://forum.tagdiv.com/newspaper-theme-support/
For page speed and other services you can contact our custom work team here: https://tagdiv.com/premium-customization-services/
Hope this will help you!
Thank you!
Hello !
What the conflict is ? Please provide more details and a screenshot in order to see the issue.
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
Thank you !
Hello !
Please provide a link to your website. If you are using a PRO Demo or Cloud library templates then you will have to fully edit them using tagDiv Composer.
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 !
The admin-ajax is creating a request everytime someone clicks on your pagination buttons or everything that was built with TagDiv Composer. If you’re receiving 504 that most likely means that you will be needing a better hosting plan.
Thank you !
Hello !
Unfortunately that option is not available at the moment in Newspaper Theme.
Thank you !
Hi,
So I believe that you want to remove pages from search results, or return only post results. Maybe wrap that code in a condition like the example provided here
– https://www.wpbeginner.com/wp-tutorials/how-to-exclude-pages-from-wordpress-search-results/
Then for you as admin the code will not apply and you can have all search results.
If you want to use any other search engine simply remove the search icons in the theme using tagDiv Composer and add your own.
Thank you !
Hello !
You can try this quick fix:
1. Try to use Enable jQuery Migrate Helper and check if tagDiv Composer is working again or not.
2. Add a fix in theme files, for this you need to go on wp-content/themes/Newspaper/includes/wp-booster/wp-admin/js/tagdiv-theme-plugins-setup.js and replace the jQuery(window).load(function () { from line 234 -> https://i.imgur.com/agaEJWA.png with jQuery(window).on(“load”, function () { -> https://i.imgur.com/zBFX5Ye.png also you need to do the same on this file wp-content/plugins/td-composer/assets/js/js_files_for_wp_admin.min.js but since this file is minify you can replace the code inside it with this one ->https://pastebin.com/YTiYVfU4
These warnings will be fix for the coming updates!
Let me know the results!
Thank you!