- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_template::update_key
- Apitd_api_category_template::update
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
Hello,
I’m using the TagDiv (Newspaper) review system and I need clarification on review configuration.
My questions:
Is it possible to assign different review types/forms to different post categories?
For example:
Category Mechanics → User reviews with star ratings
Other categories → standard comments or non-star reviews
If yes, where is this configured – category settings, post templates, or review settings per post?
Is it possible to connect the user review form (stars submitted by users via comments) with the Single Post “Overall Rating”, so that:
the overall rating is automatically calculated from user reviews,
and updates dynamically when new reviews are submitted?
Please let me know if this functionality is supported natively or if it requires custom development.
Thank you.
Dear Calin, any updates on this TOC issue please?
Update: the TD-Composer-Fix plugin did work. Thanks!
Hi again,
I have a large blog website (~1500 articles). When I updated to WordPress 6.9, the Live Search that loads the results dynamically started to create a loop that throttled the CPU and RAM on the server.
I had to disable the Live Search feature, but I want it back. Can someone from the dev team put this bug on the fix list for the next update?
Thanks.
Hi Janan,
This was fixed and is present only in versions smaller than 3.9.2, which is the current plugin version in Newspaper 12.7.3 – https://i.imgur.com/0flN6ED.png
https://vdp.patchstack.com/database/wordpress/plugin/td-cloud-library/vulnerability/wordpress-tagdiv-cloud-library-plugin-3-9-cross-site-scripting-xss-vulnerability.
We are also working on a new theme update that we hope will be released this month.
Hi robbyyy,
The theme is definitely going on; we’re still actively working on it and looking for ways to improve it. Over the past two years, sales on ThemeForest have decreased significantly (for all themes, not only ours), which has unfortunately reduced the resources dedicated exclusively to the theme and its development.
That said, a theme update is currently in progress, and we’re hopeful it will be released later this month.
Hi Janan Bibi,
A theme update is underway, and we expect it to be completed in the coming weeks.
Thank you for your understanding!
Hi,
I’m glad you managed to create the filter as you needed. Just don’t forget that when the theme is updated, these changes will need to be applied again.
Oct 22, 2025 update is not like abandonware, prior to holidays.
Hi there – I’m looking at building a new site, and need to know whether TagDiv are actually still developing the Newspaper theme and Optin Builder plugins. The update schedule, apart from security patches seems to have dropped right off on both.
I love the Optin Builder plugin, but the signup process needs redoing entirely to compete with other membership plugins. I’m used to Newspaper and would prefer to use it on the new site too.
Hello tagDiv Support Team,
I hope you are doing well.
I am using the **Newspaper theme** with the **latest versions** of WordPress, the theme, and the **tagDiv Cloud Library** plugin. However, my WordPress dashboard is still showing a **security/vulnerability warning** for the tagDiv Cloud Library.
In my case, the plugin is required because my **mobile header and footer are created using Cloud Library templates**, so I cannot deactivate it.
Could you please confirm:
1. Whether this vulnerability warning is a **false positive or low-risk issue**
2. If a fix or update is planned to address this warning
3. If there are any **recommended security precautions** we should take in the meantime
For reference, I am also using **Wordfence Security with Firewall and 2FA enabled**.
Thank you for your support. I look forward to your guidance.
Best regards,
Janan
There should be a cron job to clear expired transients. I am not sure if there is an expiry date added to these entries.
I cannot install a Plug-In as it’s a critical website with high traffic. Please ensure in the next update that expired transients are automatically deleted.
It created around 11,000 entries and bloated the wp_options table and affected the site’s performance negatively.
Hello tagDiv Support Team,
I am experiencing a critical error on my website (running the Newspaper theme) specifically when performing a search. The rest of the site functions normally, but submitting a search query results in a “Critical Error” message.
Error Log Details:
I have enabled WP_DEBUG and identified the following fatal error:
Fatal error: Uncaught TypeError: Cannot access offset of type array on array in …/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php:1196
Stack Trace Summary:
#0 td_util::get_template_id(Object(WP_Post)) called at td_util.php(340)
#1 td_util::check_header() called at td_wp_booster_functions.php(513)
The error seems to originate during the wp_enqueue_scripts and wp_head actions when the theme tries to determine the template ID for the search results page.
Environment Information:
Theme: Newspaper (using a child theme)
Plugin: tagDiv Composer
PHP Version: 8.4.13 (The error appeared after upgrading PHP versions)
WordPress Version: 3.9
The error only occurs on the search results page.
Is this a known compatibility issue with PHP 8.x and the current version of the tagDiv Composer? Could you please advise if there is a specific patch for td_util.php or if a plugin update is required to handle the array type-checking more gracefully in PHP 8?
Thank you for your assistance.
Website URL: madtrash.com
Hi,
You can edit the theme files, the problem is that you need to do this after each theme update because the code from that file can not be set in a child theme.
The file that should be edited is wp-content/plugins/td-composer/legacy/common/wp_booster/td_data_source.php and the code is around lines 519-525 – https://i.imgur.com/dOIfAbv.png is starts with case ‘random_7_day’:
Thank you!
Hi Calin,
Thank you for the detailed reply. I understand the workaround you are suggesting, however I’d like to clarify why this does not fully address the core issue.
Using ACF instead of Newspaper’s native post fields is technically possible, but in practice this means abandoning the theme’s built-in content system rather than solving the problem with it.
The main concerns with this approach are:
• The Newspaper theme already provides native fields such as Subtitle and Source, which are tightly integrated into post templates and modules.
• Suggesting to replace them with ACF fields means duplicating functionality that already exists in the theme.
• For long-term projects, this creates extra technical debt and dependency on custom solutions instead of using the theme as intended.
More importantly, this does not solve the original problem: mass editing and updating theme-specific fields for already published posts.
My expectation is not necessarily that Newspaper fields must use WP All Import specifically, but that:
• theme custom fields can be treated as standard post meta,
• they can be accessed programmatically,
• and they can be updated in bulk via modern content workflows.
So I’d like to ask more directly, from an architectural standpoint:
• Are Newspaper’s native post fields (Subtitle, Source, etc.) designed to be mass-editable for existing posts, or not?
• Are these fields intentionally isolated from standard post meta and third-party tools?
• Is this a conscious design decision, or a technical limitation of the current implementation?
If the official recommendation is to avoid using Newspaper’s native post fields for scalable projects and instead rely on ACF or custom modules, it would be very helpful to state this clearly in the documentation.
I’m trying to evaluate Newspaper for long-term, content-heavy projects, and this point is critical for that decision.
Thank you for your honesty and clarification.
Best regards,
Aleksey
-
This reply was modified 7 months by
zema80.
Hi,
Thank you for the update. Yes, that is the correct approach, and I’m glad to hear you were able to resolve the situation.
Best regards,
Hi
just update the WPBakery Page Builder.
You can close the ticket
Thank you
Hi,
If the ad is loaded via a script, it’s normal for it not to adjust when you resize the screen. The ad will update only after the page is refreshed, because it needs to be reinjected by the script. As a result, ads should load correctly when accessing the site directly from a mobile device or a desktop, even if they don’t resize dynamically.
Thank you.
Hi,
If you see on your website shortcodes this means that one of the theme plugins is not installed, go to Newspaper > plugins and make sure that tagDiv Composer and tagDiv Cloud Library are installed (all theme plugins that have before the update), in some cases, you may need the tagDiv Opt-in Builder plugin or tagDiv Standard Pack.
I believe in your case you need to install the tagDiv Standard Pack plugin.
Thank you!
My header is broken even when I upload the correct image to my theme panel. This only occurs when I update my WordPress newspaper to the newest version.
blog: pepperandplatinum.com
As you can see, the header is just text when I have the actual header image already uploaded.
Hi, something seriously blew up with tagDiv Composer. I was doing development as usual so don’t know what’s it about.
I already deactivated almost every plugin.
I cannot activate tagDiv Composer anymore:
“tagDiv Cloud Library – Plugin deactivated.
This plugin is not supported by the current theme!
Plugins disabled automatically
The following plugins were disabled because they are incompatible with this version of Newspaper:
tagDiv Cloud Library
For update please check the plugins section”
Getting errors like:
[03-Jan-2026 17:49:56 UTC] PHP Warning: Attempt to read property “ID” on null in /data/wordpress/htdocs/wp-content/plugins/td-cloud-library/includes/tdb_module_template_part.php on line 43
[03-Jan-2026 17:55:11 UTC] PHP Warning: Cannot modify header information – headers already sent by (output started at /data/wordpress/htdocs/wp-content/plugins/td-composer/legacy/common/wp_booster/td_util.php:3003) in /data/wordpress/htdocs/wordpress/wp-includes/functions.php on line 7144
[03-Jan-2026 17:56:38 UTC] PHP Deprecated: Mobile_Detect::__construct(): Implicitly marking parameter $headers as nullable is deprecated, the explicit nullable type must be used instead in /data/wordpress/htdocs/wp-content/plugins/td-composer/includes/Mobile_Detect.php on line 684
[03-Jan-2026 18:02:10 UTC] PHP Notice: Function map_meta_cap was called incorrectly. The post type tdb_templates is not registered, so it may not be reliable to check the capability edit_post against a post of that type. Please see Debugging in WordPress for more information. (This message was added in version 4.4.0.) in /data/wordpress/htdocs/wordpress/wp-includes/functions.php on line 6121
Hi My Wordfence installation mark two plugin with a critical vulnerability.
When do you plan to get an update?
Thanks
1) WPBakery Page Builder: https://www.wordfence.com/threat-intel/vulnerabilities/id/d7c80143-c328-4cd1-95db-67de2edc058c?source=plugin
2) tagDiv Cloud Library: https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/td-cloud-library/tagdiv-cloud-library-392-authenticated-contributor-stored-cross-site-scripting
Hi Calin,
Thank you for the clarification.
I’d like to add an important detail about my use case, because the main problem is not only importing articles into a new site.
In many real scenarios, I already have:
- an existing website,
- hundreds or thousands of published posts,
- content migrated from another theme or setup.
After switching to Newspaper, theme-specific fields such as Subtitle, Source, etc. are empty — and I need a way to
mass update or fill these fields for already published posts.
This is where standard WordPress Import/Export or full site migration tools do not fully solve the problem:
- full migration copies everything “as is”, but does not help when data needs to be changed or enriched,
- WordPress Tools → Export/Import does not allow structured mapping or bulk editing of specific fields,
- modern workflows rely heavily on bulk operations (CSV/XML-based import/export), not manual editing.
From a practical standpoint, it feels quite strange in 2025 that theme custom fields cannot be reliably detected and mass-edited via import/export tools.
Ten years ago, editing fields manually was acceptable. Today, many projects depend on scalable content operations, migrations, and automation.
That’s why I’d like to ask more directly:
- Does Newspaper officially support bulk editing / bulk updating of its custom post fields for existing posts?
- Are there plans to make these fields fully compatible with third-party import/export tools by exposing them as standard post meta?
- If this is not currently supported, is this something that could be addressed in future updates?
I really like the Newspaper theme and have used it for many projects, but between the limitations of the page editor and now this issue with custom fields,
it does raise concerns about long-term scalability compared to other modern themes.
I’m asking this not as a complaint, but to understand whether this limitation is:
- a known issue,
- a design decision,
- or something that may be improved soon.
Thanks again for your time and transparency.
Best regards,
Aleksey
Hi Calin,
I have cleared the cache and also tried in all different devices and browsers, this issue is happening only on main page, all other pages, the new update takes effect. Please kindly assist. You may see the website logo on main page and other pages, they are different, but it is configured only at 1 place (global logo configuration)
Thank you very much.
Hi,
Are you using the mobile page or responsive version for mobile? If you are using the responsive eversion for mobile, then there are specific options that can be adjusted per view port – https://i.imgur.com/rKoe48B.png, but not all option can be edited per each view port, some of them can be set only global.
In case you are using a mobile page this will be edited separate from desktop version. Just a note when you use the mobile page/template make sure that the cache plugin you are using has option for deliver separate cache per mobile version.
Thank you!