- NewspaperHow to Use tagDiv Cloud Library
- NewspaperCloud Library Templates
- NewspaperCloud Library – Category Templates
- NewspaperDesign your Post Pages using the Cloud Library Templates
- NewspapertagDiv Cloud Library Plugin
- NewspaperCloudflare (CDN)
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperSearch setup for custom post type
- NewspapertagDiv Composer – Website Manager
- NewspaperFlex Block Builder and Flex Loop Builder
- NewspaperModules Builder in Newspaper Theme
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperCreate a frontend submission form
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperHow to use the Google Maps API
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperHow to insert a block inside the content of a post
- NewspaperHow to setup the Contact Page
- NewspaperPosts Loop Element
Hi,
Checking the provided link to the website, it looks like you have more than one header, and the one applied on the homepage is different from the one applied on articles and the one from the latest jobs- https://prnt.sc/8iv_NNaow26I – https://prnt.sc/TRpmEiE4MkYc – https://prnt.sc/pRYah3R_7Kru
What you can do is to set the same cloud header that you have on articles to be used on the homepage too.
I am currently running the Newspaper 12.7.4, TownTalk theme. Everything seems to be updated successfully, including the Newspaper plugins? I just discovered my WordPress error log is continuing to bloat with these errors. From my datacenter: https://levaire.com/td-cloud-library-database-error.png
Thoughts?
Thank you! I had scoured the menus but never would have thought I needed to scroll down in order to see and delete it from the backend. So, I was able to find it and deleting the bookmark element worked, but now the menu doesn’t look right on mobile. The hamburger icon is slightly smaller and off the right side of the screen slightly instead of the menu just returning to its normal, pre-scroll appearance. Since sticky vs non-sticky doesn’t even appear to be an option in this section (I’m editing the header template under the cloud templates section), I’m not sure how to simply get the sticky mobile menu to look exactly like the regular mobile menu now. Ideas?
Hi Calin,
In the first instance, can you confirm whether the template works for you on a cloud template?
Ideally I’d like to get it working without having to inject additional code. Very strange that it works fine on other cloud templates, just not category cloud templates.
Hi,
Our theme now provides the frontent builder tagDiv Composer that can be use or creating pages and cloud template start can be used on articles, categories, taxonomies, CPT’s …. and you can import from teh cloud a pre-built template and just edit it, add any elements you want to be display and remove those you do not want or you can create it from scratch.
If you created a php file template thsi should be set in a child theme and the theme panel option referring to “Display Featured Image (Show/Hide)” use the get_image https://prnt.sc/LGwD_L8aCgc9. This is defined in wp-content/plugins/td-composer/legacy/common/wp_booster/td_module_single_base.php https://prnt.sc/7zMeWS6BJ19E
Thank you!
Hi,
The mentioned theme files are free and are provided with the theme. Those can be installed from Newsapper > plugins > dedicated plugins for prebuilt websites (those were made for a few demos we provided before the theme compatibility with the ACF plugin to be at the level it is today – https://forum.tagdiv.com/introduction-cpt-acf-newspaper-theme/ , using those plugins means to make the edits inside the plugin’s files – https://forum.tagdiv.com/edit-modules-flex-block-x/).
Now my recommendation is that you can use the acf plugin to create the CPT’s, taxonomies, and custom fields you want to have, then you can use the module builder to create the blocks you want to have and Cloud templates to create the templates for your taxonomies and CPTs – https://forum.tagdiv.com/custom-post-type-support/
Thank you!
Hi,
This situation is usually related to the JS code that should be executed to display the mobile menu, so this should be added as an exception from teh cache.
I see that you have a standard header, so there is a smaller problem, because the code on the standard pack has a single JS file, which is not on the elements as the cloud templates. The file that should be excluded is tagdiv_theme.min.js also another file that can be excluded is the theme file for js tagdiv-theme.js and minify version tagdiv-theme.min.js
Hi Calin,
Thank you for following up. Unfortunately, the suggested code hasn’t worked; it does turn the gallery into a pop-up modal, but shows the same incorrect image from the media library for each picture.
Do we know what’s causing the issue; why does a cloud category template behave this way even though the modal box is checked?
Hi,
I see that the images are displaying the attachment path instead of displaying them in a pop-up modal.
Here is a quick fix that can be used. On the cloud category template use tagDiv Composer and in a raw HTML element, add this js code:
jQuery(document).ready(function($) {
$('.tdm-inline-image-wrap img').each(function() {
var $parentLink = $(this).parent('a');
if ($parentLink.length) {
$parentLink.addClass('td-modal-image');
}
});
$('.td-modal-image').magnificPopup({
type: 'image',
gallery: {
enabled: true
}
});
});
This should be set between script tags like this – https://prnt.sc/JEUuywa7ias6
I hope this will help you!
I have installed wordpress. Used theme tagdiv newspaper. I have installed demo template and content from cloud. While loading the website, it showed a flash big arrow that targets to header menu.
I want to disable it. Please guide me.
Hello tagDiv Team,
I hope you are doing well.
I am writing regarding a long-standing issue I have been experiencing with the Newspaper theme. This problem has been happening for approximately 7 years. I always hoped that future updates would eventually fix it, but unfortunately, it still persists.
The issue occurs when I use Cloudflare with the “Cache Everything” rule enabled (caching full HTML). This configuration has significantly improved my website performance and loading speed, which is extremely important for my project.
However, the problem is specifically with the mobile menu.
Randomly, when visiting the site on mobile and tapping the menu icon (hamburger icon) to open the side menu, the menu becomes completely unresponsive and does not open. The icon appears, but tapping it does nothing.
This issue:
Only happens on mobile devices.
Happens randomly — sometimes the menu works perfectly, other times it becomes blocked.
When it fails, it stays blocked until cache is cleared or refreshed.
Seems related to Cloudflare caching full HTML content.
Because it is random, you may sometimes see it working and sometimes not.
Please test this URL on a mobile device:
https://www.bibliatodo.com/TestimoniosCristianos/de-indigente-a-predicador-testimonio-impactante/
I have also recorded a video demonstrating the issue and will provide the video URL below.
After many years trying to investigate and solve this on my own without success, I was even considering changing the theme. However, I realized I never formally contacted you about this issue.
So I am reaching out with the hope that you can guide me toward a proper solution or best practice configuration when using Cloudflare Cache Everything together with Newspaper theme.
Could you please advise:
Is there any known compatibility issue between Newspaper and full HTML caching?
Is there a recommended Cloudflare configuration for this theme?
Are there specific scripts, cookies, or paths that should be excluded from caching?
Is there a known fix for the mobile menu becoming unresponsive under aggressive caching?
I truly appreciate your support and guidance.
Thank you very much in advance.
Best regards.
Hi,
The problem you have is related to the WPBakery, which is interfering with the cloud templates and is changing the rows to full width. So, in case you want to use cloud templates, you should disable the WPBakery plugin.
Thank you!
because I remove the cloud template
now I returned the cloud template to let you check what hapen and here screen shot
check this link
here what it show to anyone click on the link:
and here is what supose to look (this is the editor)
as you can see the menu which supose to float to the right it is go down
Yeah it’s so strange. The modal option is there, and seems to work everywhere apart from category cloud templates.
My updated work is still in dev but I’ll see if I can push it live sooner for you to take a look at. In the meantime, can you try importing the gallery template (https://cloud.tagdiv.com/photo-gallery-spa-heaven/) into a category cloud template, to see if it works for you?
Hi,
If you are using cloud templates, then you need to edit them using the tagDiv Composer, select the elements and set the colors you want to apply.
IN case you are using standard templates (from the tagDiv Standard Pack plugin) then you should check the theme panel settings – https://forum.tagdiv.com/theme-colors-introduction/
Thanks so much, Calin. I didn’t understand the tagdiv cloud until I read your reply. I was confused about destroying my theme style. thanks again and again
Hi Calin,
I’ve tried importing the gallery on my local staging site using a blank category template, with all other plugins disabled, but frustratingly still can’t get the images to pop-up.
Update: if I create a new page, or a page cloud template, the gallery does work. However, if I import the gallery to a category cloud template, it doesn’t work.
Any idea why pop-up images wouldn’t work in category templates?
Hi,
Thank you for the image, that section is a row that has set in it a text, a button and a background image, now if you want that section, you can get it from the layout, but it will be imported with the header template – https://prnt.sc/WdQw2hwvubWv – https://prnt.sc/RQ_QXkXKxJJn – https://prnt.sc/SQYBgi9xmgC8 I beleive is more simple to create section like that (drag a row were you wnat to have it, set on it a background image and teh elements you want to display) then edit it, if you alredy have teh header as you want it to be. (you can also copy and paste elements from a template to another, just copy the element and paste it in another template in tagDiv Composer using the right click on the element you want to have it before/after)
You canuse the cloud to import blocks, sections, cloud/header, pages, and other templates.
Hi,
Unfortunately, the image is not working, but all elements can be get from the cloud, you can import from there any section you like that exists in the https://demo.tagdiv.com/newspaper_shop_kids_store/product/2pcs-baby-girl-short-sleeve-stripes-casual-suit-dress/
Hi,
For this you need to have in Products > attributes the attribute color (gender, size , any attribute you have for your product, for this example we’ll use teh color attribut) and the colors set in it https://prnt.sc/3iwEyJwD4DVj – https://prnt.sc/HIn9HazUMoe9 after that on the single cloud product template on Woo Add to Cart element, make sure that you have set on the attributes tab the settings like this https://prnt.sc/_cAQBTokudK6
Hi,
The cloud headers can be edited using the tagDiv Composer . To adjust the header elements as the menu, logo, you need to open the page in tagDiv Composer https://i.imgur.com/QcUMok4.png sleect the elemnt and check the settings – https://prnt.sc/dVuhYjgnKwWL – https://prnt.sc/YiMe0P9qexA6 – https://prnt.sc/jpdVR3G5-Lbj – https://forum.tagdiv.com/add-logo-newspaper/
For the Composer error, please provide a screenshot of it.
Thank you!
Hi there – I have a shortcode [wpsummarize] I am using on a CPT from the popular plugin WPSummarize, and can see it render correctly in the TagDiv Composer, but for some reason it is not displaying on the front of site. Its just blank.
I have cleared cache, object cache and Cloudflare, but its still not working.
Any ideas how to make the shortcode appear on the front of the site?
Hi,
The theme uses admin-ajax to handle the request to the database. Now each block from a page will make it’s on requets, so what you can do is to reduce the number of blocks on your pages.
What you should do is to use a good cache plugin, and I see that you already use CDN/Cloudflare.
Another option that can help is the flex blocks the cache option https://forum.tagdiv.com/use-flex-blocks-cache-option/. This option will cache those block requests and deliver them as long as the cache is set (is recommended that the cache expiration time to be longer if you create only a few articles per day).
Another solution is to reduce the number of ajax usage on the website, as those are the ones that will make requests to load more posts.
So ajax features like ajax pagination – https://i.imgur.com/EfKi0za.png – https://i.imgur.com/sMeot5s.png – https://i.imgur.com/vrJq3BC.png
The ajax menus – https://i.imgur.com/n0K9hCN.png
Also, the header live search makes requests when it is used – https://i.imgur.com/1ZvDwZx.png This can be deactivated when using a cloud header template. We added an option specially for it, as it can cause increased load on large websites.
The mega-menu pagination – https://i.imgur.com/T8kYzu4.png This can be deactivated when using cloud header templates, an option for this was also added for the same reasons mostly.
You can disable the ajax view count from here -> https://i.imgur.com/BIwbscU.png
Thank you!
Hi,
I see, cloud you please do a test, use only the theme plugins and create a new page and try to import that section there. In case that is not working, then it will need to create a full backup and contact us via email at contact@tagdiv.com and provide wp-admin access to further investigate the problem. Also include a link to this topic toidentify you faster.
Thank you!
Hello TagDiv Support Team,
We are experiencing a critical performance issue on our website ifmnoticias.com, related to the Newspaper theme and TagDiv plugins.
We have detected excessive AJAX requests being generated from the following endpoint:
/wp-admin/admin-ajax.php?td_theme_name=Newspaper&v=12.7.4
In just 30 minutes, approximately 4,599 requests were sent to the site from this source. This spike is causing a significant increase in CPU usage on the server.
We suspect there may be a vulnerability or malfunction in the Newspaper theme (v12.7.4) and/or one of the TagDiv plugins triggering these repeated requests.
Actions already taken on our side:
Reduced the MySQL max connections from 5000 to 200 to improve stability.
Enabled Cloudflare Under Attack mode to mitigate potential abuse or malicious traffic.
However, the issue appears to originate from the theme/plugin itself rather than purely external traffic.
Could you please:
Confirm whether this is a known issue in version 12.7.4?
Advise if there is a patch, configuration adjustment, or update we should implement?
Recommend best practices to prevent admin-ajax overload caused by the theme?
This is a high-priority issue due to server performance impact.
We appreciate your prompt assistance.
Best regards,