- NewsmagtagDiv Composer Tutorial
- TutorialsFrom WPBakery to tagDiv Composer
- NewspapertagDiv Composer Tutorial
- NewsmagHow to use the Visual Composer plugin
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_block::add
- NewspaperCredit System
- 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
- NewspaperModal Popup
- NewspaperFlex Block Settings Guide
- NewspaperSocial Sharing
- NewspaperSingle Post Shortcodes
- NewspaperInfinite Loading for Single Posts
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperHow to Add a Logo in Newspaper
After the last update, this error appears:
Warning: Undefined array key “undefined” in /home/bartosz/domains/gorzow.news/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_css_res_compiler.php on line 545
Hello,
The page loading speed can depend on many factors, and each website is unique from this point of view. Let me explain some of these factors and maybe they give you some starting points for optimizing your website. A good choice for the page speed, could be the mobile layout which contains fewer elements because it can improve a bit your page speed.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
To be able to optimize and to remove CLS and LCP please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/ -> https://web.dev/lcp/ -> https://web.dev/cls/
Thank you!
Hello
I finally kind of figured out how the taxonomy for the directories works, but I am running into an issue naming/renaming/editing the name of the template that determines the slug.
I tried both a Tagdiv prebuilt taxonomy and a custom post type (both from the cloud library. They work fine, but I cant change the name.
I even tried the renaming option at the top of the TagDiv composer:
cpt Blank – Custom Post Type EDIT TITLE
CREATE MOBILE TEMPLATE
When I click Edit the window, a pop up appears where I can rename it, but I get this message:
Invalid template type! Please make sure your are editing a supported template type title.
This happens whether I select edit title or create for both the custom taxonomy and the custom post type.
Below are links to the site that show the url based on the template. I would like to change them to align with the site- it looks a little weird to have a fishing site with a doctors pro 3 slug/url.
I am not a coder or programmer, so I am hoping there is a way to do this without editing code.
Hoping you can provide guidance.
Current Urls:
https://theledger.whatchacatchin.com/tdb_templates/custom-taxonomy-doctors-pro-3/
https://theledger.whatchacatchin.com/tdb_templates/blank-custom-post-type/
preferred urls:
https://theledger.whatchacatchin.com/boatandguidedirectory
https://theledger.whatchacatchin.com/fishingreportdirectory
After upgrading our site to php 8.1 the following error is being produced. It doesnt seem to crash the site, we have not tried downgrading back – is this something we should do?
erorr: Undefined array key “ids” in /code/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php on line 2166
Hello @rayancruzneves !
Edit the homepage with the TagDiv Composer, click on that element and add a class like this: https://prnt.sc/7RdNvr4p1nH6
Save and view the page. Open the Live CSS box: https://prnt.sc/1DsTrQsBVqZZ and paste this code:
.test h3.entry-title.td-module-title:before {
content: '';
width: 7px;
height: 7px;
background-color: black;
position: relative;
display: inline-block;
top: -2px;
margin-right: 5px;
}
Thank you!
Hello,
The tagdiv analyzer is only beta; we recommend it only if you have a few blocks on the page and a standard style.
The page loading speed can depend on many factors, and each website is unique from this point of view. Let me explain some of these factors and maybe they give you some starting points for optimizing your website. A good choice for the page speed, could be the mobile layout which contains fewer elements because it can improve a bit your page speed.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
To be able to optimize and to remove CLS and LCP please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/ -> https://web.dev/lcp/ -> https://web.dev/cls/
Thank you!
The content zone is bigger than the TD Composer header Zone. So the header zone is not aligned with content and shorter than the content zone. How do I make the header zone also same size of the content zone?
Hi, I am facing the critical error of TD composer on my website, my website .
PLease look at the issue and guide me.
Thanks.
Error in td_composer brings my site down (https://www.frontnieuws.com/)
The issue looks to be coming from mine primary builder plugin, td_composer. Specifically, the plugin is producing an error loop that is The server CPU bloated due to high resource usage caused by td composer, likely the source of the high resource demand on mine site. The server CPU bloated due to high resource usage caused by td composer.
There are many There are many slow queries from the plugin such as:0x00007f8bbf214900] get_wp_query() /home/wp_j2urvu/frontnieuws.com/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php:131.
When my host Dreamhost specifically disabled the td_composer plugin, the demand drops significantly. This points towards the plugin as the problem.
In the meantime, to help with heavy usage, Dreamhost has added a temporary trial to the site to add more server memory. The DreamPress Pro Plus package increase the server memory from 4GB to 6GB and the trial will be active for 7 days. After 7 days the server will automatically resized.
The Frontnieuws site is now back up and running for now. But with the td composer disabled. The front page is displayed correctly, but in the articles themselves, all widgets have disappeared.
Can you help me solve this problem?
Thanks,
Nicky
Hello @mtdas99 !
The files for the Mobile theme can be found here: wp-content/plugins/td-composer/mobile/
Thank you!
Hi!
Have the same issue with malware injected code. https://i.imgur.com/4q70kCv.png
The code stores in td_live_css_local_storage. It refers to TD composer plugin.
I deleted the code. But what was the source of issue?
How I can protect the site?
As due to this code the user with admin rights was created several times on wordpress.
Hi Bettina,
no, this does not work. If I exclude
/jquery-?[0-9.](.*) (.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newsmag/js/tagdiv_theme.min.js
tdBlocksArray
the whole submenu doesn’t work.
Now I deleted the exclusions and it’s like before, I will give you two examples what I mean:
https://www.eronite.com/beziehung-promiskuitive-frau/
=> the menu is not sticky, no “back-to-top” button is shown and the magnifying glass for search is not clickable, no submenu (missing arrows)
https://www.eronite.com/rubber-latex-lack-leder-fetisch/
=> All it’s fine
I am wondering because on some posts it works, on other posts it doesn’t.
Thank you and best regards,
Luke
Hi,
I think it’s better to use
/wp-content/plugins/td-composer/legacy/Newsmag/js/tagdiv_theme.min.js
because
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js doesn’t exist in my folder.
I will check this.
Thank you and best regards,
Luke
hello how we can sating header and footer in mobile same desktop https://scrnli.com/files/7ou6JTTDBedE9A this one in TagDiv Composer and this in real https://scrnli.com/files/i8a434pVeeiB3R , https://scrnli.com/files/tyRi5zTs8eKzWZ
I have the following TD Composer plugin error on the Envira Gallery pages but no on the Posts.
I have attached screenshots – |
|
Can you resolve this please?
After attempting to fix this issue my instance of tagDiv now appears to be corrupt. TD Composer is behaving strangely.
I can no longer attempt to update the Theme to the new 12.5.1 as it requests FTP access. My site’s FTP is locked to specific FTP and is not accessible from external locations.
The td_composer folder now insists on being ‘_td_composer’ and is impossible to change back to ‘td_composer’.
Please assist me in resolving these issues.


I was only able to edit the Social icons on desktop, i wasn’t able to edit it on Mobile with the composer.
Hello!
Oh, your SVG code is not working at all: https://prnt.sc/wTWwndTdJ_J8
This is a correct SVG which is working in the TagDiv Composer:
https://pastebin.com/4yhD7YSi
Thank you!
Hello, The Error still occurs. Going Back to php 7 is not an option, as my provider does not do 7.4 anymore. What else can i do?
29.08.2023 15:45:23 filderanzeiger.de [client 2003:e2:ef00::] PHP Warning: Undefined array key “widget_id” in /mnt/web510/e1/07/510836707/htdocs/STRATO-apps/wordpress_05/app/wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php on line 3037
My apologies I thought this was about the error everyone seems to be seeing.
wp_booster error:
td_api_base::mark_used_on_page : a component with the ID: single_template_13 is not set.
/home/”domainame”/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php
Display backtrace
Have never seen that before. What’s going on?
-
This reply was modified 2 years by
george921. Reason: change domaine name
Error at zones: 6(models) : 0(dom). The model does not match the content Current state has involved an issue. You could try an UNDO operation (CTRL+Z / CTRL+SHIFT+Z)
Hello,
I don’t see the menu on the mobile screen-size, and I can’t figure out why. This is what I see when I try to open the menu on mobile with TD Composer : https://www.screencast.com/t/GBwdr1idBX.
What did I miss ?
Tanks you.
https://www.wordfence.com/blog/2023/08/wordfence-intelligence-weekly-wordpress-vulnerability-report-august-14-2023-to-august-20-2023/?utm_campaign=Wordfence%20Intelligence%20Marketing&utm_medium=email&_hsmi=271589578&_hsenc=p2ANqtz-9AqvJ48qq9FEcPTqlJpYXedfb-NaarvVfHCo-PobO45S2-810YoE1t8cEsyiYyuTcy6lq29h30S71_FgB9WCpLANTuIQ&utm_content=271589578&utm_source=hs_email
https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/td-composer
My website is https://tellymantra.com/.
And when I edit my page using TD composer then I could not save data. It’s showing rotating. Please help this issue.

Hello,
The page loading speed can depend on many factors, and each website is unique from this point of view. Let me explain some of these factors and maybe they give you some starting points for optimizing your website. A good choice for the page speed, could be the mobile layout which contains fewer elements because it can improve a bit your page speed.
There are many optimization guides provided by our users here in the forum, some made by us; you could check some of them
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/high-number-of-ajax-request/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://www.andraware.com/wp-rocket-for-newspaper-theme/
– https://forum.tagdiv.com/topic/page-speed-guide-for-2023-beginners-and-advanced/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
– https://forum.tagdiv.com/topic/theme-causing-high-cpu-usage-2/
– https://forum.tagdiv.com/topic/sql-querys-high-cpu/
– https://forum.tagdiv.com/topic/newspaper-theme-slow-to-respond/
– https://premium.wpmudev.org/blog/optimizing-your-wordpress-database-a-complete-guide/
– https://underconstructionpage.com/optimize-wordpress-database/
– https://crunchify.com/better-optimize-wordpress-database-all-in-one-guide/
Also, pagespeed is not covered by support -> https://forum.tagdiv.com/newspaper-theme-support/
If you use Wp Rocket, you can try to exclude the following files
/jquery-?[0-9.](.*)(.min|.slim|.slim.min)?.js
/jquery-migrate(.min)?.js
/wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
tdBlocksArray
To be able to optimize and to remove CLS and LCP please check these guide => https://developers.google.com/web/tools/lighthouse/ -> https://www.sqlpac.com/en/documents/google-pagespeeds-lighthouse-6-new-features-lcp-cls.html -> https://web.dev/lighthouse-whats-new-6.0/ -> https://web.dev/lcp/ -> https://web.dev/cls/
Thank you!