- NewspapertagDiv Composer – Website Manager
- NewspaperWhen tagDiv Composer is Not Working
- NewspapertagDiv Composer Tutorial
- NewspaperScroll Animation
- NewspaperSingle External Shortcode and External Shortcode
- NewspaperCredit System
- NewspaperBookmark – Save For Later
- 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
- NewspaperHow to Use the Tabbed Content shortcode
- NewspaperCreate a form contact page
- NewspaperFilters and sorting for taxonomies
- NewspaperUser review system
- NewspaperCustom Fields Support
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperWoo Brands
- NewspaperModal Popup
- NewspaperShortcodes
Hello,
I’ve connected my Facebook page, Twitter, Instagram, and TikTok through the theme panel. However, when I try to add them using the TadDiv Composer editor, only TikTok works correctly. The others still show 0 fans/followers, as if the IDs aren’t being recognized. – https://imgur.com/a/6Lsiamh
Could you please help me fix this?
Thanks in advance!
Hi,
The author box is usually display on articles, but in case you want to display the same author on all categories, then you can use a cloud category and using tagDiv Composer you can use an author box element to display an author – https://i.imgur.com/ROd2bCV.png -https://i.imgur.com/dshEKzq.png
Thank you!
Hi,
Did you replace the tagDiv Composer with the one provide by my and the editors still con not use tagDiv Composer? Is the license key assigned on the domain? Can you provide some screenshots?
👋 Hello tagDiv team & community,
I’m currently building my personal digital magazine site using Newspaper Theme 12 and I’ve run into a strange layout issue that I can’t seem to resolve on my own. I’d really appreciate any help or insight you can offer!
🔍 The Issue:
The footer and content on post pages appears misaligned to the left side — but only on:
Category pages
Single post pages
It renders perfectly fine and centered on:
The homepage
Custom static pages (like “Privacy Policy” “Join Syaz+,” etc.)
🧪 What I’ve Tried:
Zeroed out margin/padding via tagDiv Composer
Checked all footer row/column settings (full width, centered content, etc.)
Applied custom CSS (example below), but this affects global layout and causes issues elsewhere
Inspected with dev tools — the td-container inside .td-footer-wrapper seems to shift left on posts/categories
You may view the issues when visiting my site on an actual mobile phone, weird thing is: the issues doesn’t show up on the tagDiv Composer’s mobile view.
🌐 My Website:
https://syaz.co
⚙️ Theme Version & Setup:
Theme: Newspaper 12
Composer: tagDiv Composer
Footer: Custom Footer Template from tagDiv Cloud Library
No caching/minification plugins running while debugging
💡 Desired Outcome:
I’d like the footer to remain centered consistently across all page types, including:
Category archives
Single blog posts
🛠️ Optional CSS I tried (not reliable):
body.category .td-footer-wrapper .td-container,
body.single-post .td-footer-wrapper .td-container {
margin-left: auto;
margin-right: auto;
text-align: center;
}
🙏 Any help is appreciated!
I’m hoping someone might’ve encountered this before — or if tagDiv devs could shed some light on what might be causing this layout behavior across different templates.
Thanks in advance,
Syazwan Razali
Hi,
The process is the same, if you want an ad in a place you can set the ad box element in that place using tagDiv Composer and use one of the 3 provided options of use ads – https://i.imgur.com/9aEF3ae.png
Thank you!
Hi,
Wow, that’s smart! It worked!
I still have an issue with the menu, though.
I don’t have a “Cloud Template” menu set for my entire website (no one selected). However, when I tried to modify the header menu, I noticed that I couldn’t do so on the article pages.
For some reason, the header menu is different on those pages (you can see it on http://www.dr-detailing.com).
The error message I’m getting is:
“This type of header is not editable with TagDiv Composer. Please use a cloud header template!”
The home page works fine both on desktop and mobile, but the article pages have a different header.
I hope that’s clear. It’s a bit tricky to explain, but I’d appreciate any guidance on this issue.
Thanks in advance!
Hi,
Can you please provide some screenshots? I will need a screenshot from wp forms with the form and id and one from the page where the shortcode is set and hos it is set. Also a link to the page where is set will help. Make sure that if you set the shortcode with tagDiv Composer, you set it in a column text or text with title element in code/text zone – https://imgur.com/DSSni9j
Thank you!
Hello,
With Tagdiv newspaper template (fastnews) when you open the home page with a mobile and click on menu icon you see the menu but you also see at the top social media icons.. Is there a way to remove these social media icons at the top of the menu? I found no way to do it with the tagdiv composer.
Hi ,
when I install tagdiv Composer Plugin in my wordpress website, my website starts forwarding toward 4-5 unknown urls. Kindly help to resolve the issue. Regards
Hi Calin,
thanks for looking into this. A few additional details from our end:
1. We’ve used about ten different plugins that triggered the same “\_load\_textdomain\_just\_in\_time was called too early” notice, and they’ve all released fixes since WP 6.7 (November 12, 2024). The only one still spamming our logs is td-cloud-library.
2. To prove it’s definitely td-cloud-library, we spun up a fresh install with only the Newspaper theme plus tagDiv Composer and td-cloud-library active. With WP\_DEBUG (and/or WP\_DEBUG\_LOG) enabled, the notice appears—and disabling td-cloud-library alone removes it. Steps to reproduce:
* Install Newspaper theme + tagDiv Composer + tagDiv Cloud Library
* Add to wp-config.php:
`
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_DISPLAY’, true);
define(‘WP_DEBUG_LOG’, true);
`
* Visit any page and watch the notice flood the debug log.
3. We hunted down why that notice won’t go away under WP 6.7+. Here’s what we tried:
* Searched every PHP file in td-cloud-library for load\_plugin\_textdomain(…) calls—none exist.
* Made a small must-use plugin that removes WP’s JIT filters on “plugins\_loaded” and force-loads the text domain on init. But it still fails because WP 6.7+ attaches _load_textdomain_just_in_time so early that any __(…, 'td-cloud-library') call in the plugin’s global scope immediately triggers the notice—before our MU-plugin runs.
* In other words, as soon as the first translation function fires (e.g. __('…', 'td-cloud-library')), WP already tried and threw the warning.
What needs to happen: All translation function calls (__(), _e(), esc_html__(), etc.) in td-cloud-library must be moved out of the global scope so they don’t run before load_plugin_textdomain('td-cloud-library', …) fires on or after init. Until every translation call is wrapped in a callback (or otherwise deferred until after the domain is registered), that notice will keep spamming logs.
Hope this helps pinpoint the fix. Cheers!
Dear TagDiv Support Team,
I am writing to inquire about the high number of database queries, specifically duplicate queries, generated by your plugins tag div composer, cloud library (We have disable tag div standard pack for these problem).
Through recent performance debugging and analysis of our query logs, we have identified that a significant portion of our site’s database load originates from these plugins. This excessive query count is directly impacting our website’s overall performance and database responsiveness, leading to slowdowns and potential issues with critical background processes, including WordPress cron jobs (which sometimes fail to save their event lists due to database contention).
Could you please provide guidance or suggest methods for reducing the number of database queries generated by your plugins? We are looking for best practices or configurations that can help optimize query usage and improve performance without compromising essential theme functionalities.
Thank you for your time and assistance.
Antonio Ungaro
http://www.sport24h.it
Hi,
If you are using a standard single post template, the inline ads should be set in the theme panel, if is a single from cloud, then you need to set the ad on post content using tagDiv Composer. You can check more in our guide from here – https://forum.tagdiv.com/post-template-ads/
Thank you!
Hi Jason,
The pre-built website you are using is using the ad box element to display banner and the ad box element have 3 options, to set the code source from the theme pane, to insert in that ad box a banner (image) and to set in the ad box de code directly. In this case the banner is used and you need to manually edit it using tagDiv Composer go on each banner and remove it from image ad tab – https://i.imgur.com/ynFCd3b.png – https://i.imgur.com/MsgyFdu.png
Thank you!
Hi,
This can be done if you are using a cloud header, this can be edited using tagDiv Composer
There are more ways to do this, one of the solutions is to use a row or inner row and set it in 2 columns – https://i.imgur.com/5MrjXC2.png one for menu and one for live search element, anther solution is to set the elements in the same column and make sure that both element have the option for “make inline” enabled – https://i.imgur.com/MKgXe2u.png – https://i.imgur.com/UKhq8FM.png
Thank you!
Hi,
If I’m right is the problem isolate on a single page, right?
The line of conde you mentioned seems to be related to css tab on desktop version (if I’m right, you have set on an element a value that is not correct normally in that place you should use numbers with px and % for example 10px or 10% – https://i.imgur.com/f2tmw4E.png). Please use tagDiv Composer to check the css tab for your elements to see if there are other types of values then those mentioned by me.
Thank you!
Hi,
I believe that what you need is a bit more complex. What you can do is to use the Lock Content in a different ways, on rows – per page and cloud templates – https://i.imgur.com/HE9HH0z.png (can be done with tagDiv Composer), on cpt per sections using the locker – https://i.imgur.com/eVmONIH.png on cpt content (make sure you enable the option in the theme panel for that cpt – https://i.imgur.com/J9hWr0n.png) – https://i.imgur.com/nUe6f63.png
You can check more about the locker in our documentation – https://forum.tagdiv.com/lockers/
Thank you!
Hi,
Unfortunately there are no options to do this. It can be done only if you change or overwrite the css from the theme (here is a similar topic – https://forum.tagdiv.com/topic/modify-breakpoints/) but if is all about the navigation menu, then you can set it and use it on each view port you want and hide it from those you do not want. This can be done on cloud header with tagDiv Composer.
Thank you!
Hi there.. I am using a frontpage template using TagDiv Composer.. I have also installed the Mobile Plugin/AMP.. But when I go on the Mobile, the image from the template is not responsive and it is truncating.. Pls see attached images.. How do I rectify this so that the Mobile version serves a responsive image..
https://www.shippingandfreightresource.com/wp-content/uploads/desktop.jpg
https://www.shippingandfreightresource.com/wp-content/uploads/mobile.jpg
[30-May-2025 16:28:09 UTC] PHP Warning: Trying to access array offset on value of type null in /home2/iucwmbmy/public_html/website_22055da4/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php on line 2241
while in the development environment of wordpress the mobile shows correct. But in real environement from client mobile phone, it’s wrong.
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 6.8.1
Active theme: Newspaper Child theme (version 9.0c)
Current plugin: tagDiv Opt-In Builder (version 1.7.1 | built on 29.04.2025 10:50)
PHP version 8.3.6
Error Details
=============
An error of type E_ERROR was caused in line 3276 of the file /wp-content/plugins/td-subscription/includes/td_subscription.php. Error message: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in /wp-content/plugins/td-subscription/includes/td_subscription.php:3276
Stack trace:
#0 /wp-includes/class-wp-hook.php(324): td_subscription::td_post_theme_settings_mb_save_filter()
#1 /wp-includes/plugin.php(205): WP_Hook->apply_filters()
#2 /wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/wpalchemy/MetaBox.php(880): apply_filters()
#3 /wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/wpalchemy/MetaBox.php(2081): WPAlchemy_MetaBox->apply_filters()
#4 /wp-includes/class-wp-hook.php(326): WPAlchemy_MetaBox->_save()
#5 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#6 /wp-includes/plugin.php(517): WP_Hook->do_action()
#7 /wp-includes/post.php(5110): do_action()
#8 /wp-includes/post.php(5212): wp_insert_post()
#9 /wp-admin/includes/post.php(453): wp_update_post()
#10 /wp-admin/post.php(227): edit_post()
#11 {main}
thrown
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 6.8.1
Active theme: Newspaper Child theme (version 9.0c)
Current plugin: tagDiv Opt-In Builder (version 1.7.1 | built on 29.04.2025 10:50)
PHP version 8.3.6
Error Details
=============
An error of type E_ERROR was caused in line 3276 of the file /home/webacers/public_html/wordpress/wp-content/plugins/td-subscription/includes/td_subscription.php. Error message: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in /home/webacers/public_html/wordpress/wp-content/plugins/td-subscription/includes/td_subscription.php:3276
Stack trace:
#0 /home/webacers/public_html/wordpress/wp-includes/class-wp-hook.php(324): td_subscription::td_post_theme_settings_mb_save_filter()
#1 /home/webacers/public_html/wordpress/wp-includes/plugin.php(205): WP_Hook->apply_filters()
#2 /home/webacers/public_html/wordpress/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/wpalchemy/MetaBox.php(880): apply_filters()
#3 /home/webacers/public_html/wordpress/wp-content/plugins/td-composer/legacy/common/wp_booster/wp-admin/external/wpalchemy/MetaBox.php(2081): WPAlchemy_MetaBox->apply_filters()
#4 /home/webacers/public_html/wordpress/wp-includes/class-wp-hook.php(326): WPAlchemy_MetaBox->_save()
#5 /home/webacers/public_html/wordpress/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#6 /home/webacers/public_html/wordpress/wp-includes/plugin.php(517): WP_Hook->do_action()
#7 /home/webacers/public_html/wordpress/wp-includes/post.php(5110): do_action()
#8 /home/webacers/public_html/wordpress/wp-includes/post.php(5212): wp_insert_post()
#9 /home/webacers/public_html/wordpress/wp-admin/includes/post.php(453): wp_update_post()
#10 /home/webacers/public_html/wordpress/wp-admin/post.php(227): edit_post()
#11 {main}
thrown
It doesn’t seem to be a theme issue.
I recreated the Newspaper parent theme and child theme folders as ‘old’ themes.
And I still get the 502 error.
And the plugins I use are as follows:
classic-editor
td-cloud-library
td-composer
td-social-counter
wordpress-seo(yoast seo)
wp-super-cache
-
This reply was modified 1 year by
leejaehak.
Why are the tardif composer and library plug ins not updating? I installed newspaper 12.7 from 12.6.1 and plug ins keep failing to update and not updating manually. The web site looks like crap now.
Hi,
If I’m right you have the last theme version, 12.7.1, right? if is so, then please download the tagDiv Composer using this link – https://cdn.tagdiv.com/wp-content/uploads/2025/05/td-composer.zip and replace the one from your website. This plugin contains a fix made by our developers.
Thank you!
Hi,
Please follow the steps below to troubleshoot the issue:
Start by checking this guide: – https://forum.tagdiv.com/tagdiv-composer-not-working/
If the issue appears on only one specific page, try restoring a previous version using WordPress revisions: – https://www.wpbeginner.com/beginners-guide/complete-guide-to-wordpress-post-revisions/ Also, check if the problem is not on cloud template or footer template (replace theme or set no header no footer from the theme panel).
If the problem still persists, please contact us at contact@tagdiv.com. When reaching out:
Make sure you have a full backup of your website.
Provide temporary wp-admin and cPanel access.
Include the link to this topic in your message so we can easily identify your case.
Thank you!