https://imgur.com/a/i5jsU8h this is how it looks on the composer, but when vieiwing the site there is an extra line as shown below https://imgur.com/a/tD4H1ZR.
Hi,
The path to the theme images and fonts is this one:
-> wp-content/themes/Newspaper/images/
-> wp-content/themes/Newspaper/images/icons
-> wp-content/plugins/td-composer/legacy/Newspaper/assets/images
if you use tagDiv Standard Pack
-> wp-content/plugins/td-standard-pack/Newspaper/assets
-> wp-content/plugins/td-standard-pack/Newspaper/assets/images
if you use tagDiv Cloud Library
-> wp-content/plugins/td-cloud-library/assets/images
I hope this will help you!
I would like to make a custom flex block, which based on Flex Block 1.
I tried to make it with API plugins. Added the modules (copied Flex Block 1 with some changes), and the block
This is only a snippet, what changes from the original code:
td_api_block::add( 'td_flex_block_1_custom',
array(
'map_in_visual_composer' => false,
'map_in_td_composer' => true,
"name" => 'Flex Block 1 - custom',
"base" => 'td_flex_block_1_custom',
"class" => 'td_flex_block_1_custom',
"controls" => "full",
"category" => 'Blocks',
'tdc_category' => 'Blocks',
'icon' => 'icon-pagebuilder-td_flex_block_1',
'file' => $this->plugin_path . '/shortcodes/td_flex_block_1_custom.php',
But after recieved an php error message:
Fatal error: Uncaught Error: Call to undefined method td_api_plugin::get_map_block_general_array()
in ..../td-api-plugin/td-api-plugin.php on line 670
Line 670:
self::get_map_block_general_array(),
Could you help to setup?
Thanks
Hello,
Please edit the file td_instagram.php in this path td-composer/legacy/common/wp_booster/td_instagram.php and remove https://i.imgur.com/Mg9DE3w.png “comments_count,like_count” line 655
Thank you!
it is the latest, I’ve also re-installed it. they disappear when TD Composer is active.
d
Hello. Can you help me, how to reduce .tdc-row.td-stretch-content, .tdc-row-composer.td-stretch-content padding from 20px to 10px with td-composer. Check the screenshot video https://www.screencast.com/t/X9hd2AkMLQ
I can make it throught css, but i prefer to make it throught td-composer
@media (max-width: 767px)
.tdc-row.td-stretch-content, .tdc-row-composer.td-stretch-content {
padding-left: 20px;
padding-right: 20px;
}
to
@media (max-width: 767px)
.tdc-row.td-stretch-content, .tdc-row-composer.td-stretch-content {
padding-left: 10px;
padding-right: 10px;
}
Thank you
Hi,
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, Support
We installed the Newspaper theme on our staging, and after a few times, we published the website live. and everything is good.
Now we explored a minor issue. we can’t edit the page.
For example, when we added any Text widget to edit it, It’ll still be loading and show us this error on the console window:
https://our-domain.com/wp-content/plugins/td-composer/includes/wpeditor.php?wp_path=/home/staging-path.com/grndpmddxh/public_html/ 403
https://drive.google.com/file/d/1fKo4jdWKJIpu8g_xNylAqDTwKD0vJ_Ui/view?usp=sharing
I think the reason is the old path, and we have to change it to the current path. But how can we do that?
How can we fix it?
Hello,
That element is on this path wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_author_box.php and you can edit it from there, unfortunately, the problem is that the cloud templates can not be set in a child theme, also, there is no possibility to use the tagDiv COmposer on that element to achieve what you need, sorry! The only possibility is to make the changes in the theme files after each update.
Thank you!
I want to remove these lines of code from the front end. I have tried changing few lines of code in the td composer plugin, but nothing worked. Please help.
<div id=”login-form” class=”white-popup-block mfp-hide mfp-with-anim td-login-modal-wrap”>
<div class=”td-login-wrap”>
<i class=”td-icon-modal-back”></i>
<div id=”td-login-div” class=”td-login-form-div td-display-block”>
<div class=”td-login-panel-title”>Sign in</div>
<div class=”td-login-panel-descr”>Welcome! Log into your account</div>
<div class=”td_display_err”></div>
<form id=”loginForm” action=”#” method=”post”>
<div class=”td-login-inputs”><input class=”td-login-input” autocomplete=”username” type=”text” name=”login_email” id=”login_email” value=”” required><label for=”login_email”>your username</label></div>
<div class=”td-login-inputs”><input class=”td-login-input” autocomplete=”current-password” type=”password” name=”login_pass” id=”login_pass” value=”” required><label for=”login_pass”>your password</label></div>
<input type=”button” name=”login_button” id=”login_button” class=”wpb_button btn td-login-button” value=”Login”>
</form>
<div class=”td-login-info-text”>Forgot your password? Get help</div>
<div class=”td-login-info-text”>Privacy Policy</div>
</div>
<div id=”td-forgot-pass-div” class=”td-login-form-div td-display-none”>
<div class=”td-login-panel-title”>Password recovery</div>
<div class=”td-login-panel-descr”>Recover your password</div>
<div class=”td_display_err”></div>
<form id=”forgotpassForm” action=”#” method=”post”>
<div class=”td-login-inputs”><input class=”td-login-input” type=”text” name=”forgot_email” id=”forgot_email” value=”” required><label for=”forgot_email”>your email</label></div>
<input type=”button” name=”forgot_button” id=”forgot_button” class=”wpb_button btn td-login-button” value=”Send My Password”>
</form>
<div class=”td-login-info-text”>A password will be e-mailed to you.</div>
</div>
</div>
</div>
</div>
</div>
Hi, I got this message on some articles on my site. How can I solve it<?
Fatal error: Uncaught ValueError: Unknown format specifier ” ” in /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/parts/tdb-comments.php:177 Stack trace: #0 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/parts/tdb-comments.php(177): sprintf(‘Logg inn som %5…’, ‘Thor-Ivar Guldb…’) #1 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/comment-template.php(1591): require(‘/customers/f/3/…’) #2 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php(1798): comments_template(‘/comments.php’, true) #3 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php(470): tdb_state_single->{closure}() #4 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_comments.php(470): Closure->__invoke() #5 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdb_single_comments->render(Array, ”) #6 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(”, ”, ‘tdb_single_comm…’) #7 [internal function]: do_shortcode_tag(Array) #8 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(vc_sep…’, ‘do_shortcode_ta…’, ‘[tdb_single_cat…’) #9 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/includes/tdc_composer_block.php(279): do_shortcode(‘[tdb_single_cat…’) #10 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/includes/shortcodes/vc_column.php(316): tdc_composer_block->do_shortcode(‘[tdb_single_cat…’) #11 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_column->render(Array, ‘[tdb_single_cat…’) #12 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(Array, ‘[tdb_single_cat…’, ‘vc_column’) #13 [internal function]: do_shortcode_tag(Array) #14 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(vc_col…’, ‘do_shortcode_ta…’, ‘[vc_column widt…’) #15 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/includes/tdc_composer_block.php(279): do_shortcode(‘[vc_column widt…’) #16 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/includes/shortcodes/vc_row.php(1145): tdc_composer_block->do_shortcode(‘[vc_column widt…’) #17 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): vc_row->render(Array, ‘[vc_column widt…’) #18 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(Array, ‘[vc_column widt…’, ‘vc_row’) #19 [internal function]: do_shortcode_tag(Array) #20 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(vc_row…’, ‘do_shortcode_ta…’, ‘[vc_row tdc_css…’) #21 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/includes/tdc_composer_block.php(279): do_shortcode(‘[vc_row tdc_css…’) #22 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/includes/shortcodes/tdc_zone.php(591): tdc_composer_block->do_shortcode(‘[vc_row tdc_css…’) #23 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdc_zone->render(Array, ‘[vc_row tdc_css…’) #24 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(Array, ‘[vc_row tdc_css…’, ‘tdc_zone’) #25 [internal function]: do_shortcode_tag(Array) #26 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(tdc_zo…’, ‘do_shortcode_ta…’, ‘[tdc_zone type=…’) #27 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/class-wp-hook.php(308): do_shortcode(‘[tdc_zone type=…’) #28 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘[tdc_zone type=…’, Array) #29 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/wp_templates/tdb_view_single.php(139): apply_filters(‘tdb_template_co…’, ‘[tdc_zone type=…’) #30 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-includes/template-loader.php(106): include(‘/customers/f/3/…’) #31 /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-blog-header.php(19): require_once(‘/customers/f/3/…’) #32 /customers/f/3/0/c1d8hzou4/webroots/r521526/index.php(17): require(‘/customers/f/3/…’) #33 {main} thrown in /customers/f/3/0/c1d8hzou4/webroots/r521526/wp-content/plugins/td-cloud-library/parts/tdb-comments.php on line 177
Hi,
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!
Hi,
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!
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
Please clarify where I should insert this code.
Hi,
Please try to use cloud templates.
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!
Hey Friends,
Our Newspaper theme just went sideways. No updates made. Just reverted to some kind of basic layout, blocks showing all code, and posts delivering the error:
“wp_booster error: td_api_base::mark_used_on_page : a component with the ID: single_template_10 is not set.
/home/customer/www/thevalley.life/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_api.php”
Any ideas what is going on?
Hi to everybody. I’ve installed the theme on DaniReef.com and every thing seems to be smooth. But I have a problem with the article preview, where I can’t see the images preview and other things.
I’ve received this error
“Fatal error: Uncaught Error: Failed opening required ‘/srv/users/danireefnewserver/apps/danireefnewserver/public/wp-content/plugins/td-composer/legacy/Newsmag/’ (include_path=’.:/opt/sp/php8.2/lib/php’) in /srv/users/danireefnewserver/apps/danireefnewserver/public/wp-includes/comment-template.php:1591 Stack trace: #0 /srv/users/danireefnewserver/apps/danireefnewserver/public/wp-content/plugins/td-composer/legacy/Newsmag/single.php(44): comments_template(‘/comments.php’, true) #1 /srv/users/danireefnewserver/apps/danireefnewserver/public/wp-includes/template-loader.php(106): include(‘/srv/users/dani…’) #2 /srv/users/danireefnewserver/apps/danireefnewserver/public/wp-blog-header.php(19): require_once(‘/srv/users/dani…’) #3 /srv/users/danireefnewserver/apps/danireefnewserver/public/index.php(17): require(‘/srv/users/dani…’) #4 {main} thrown in /srv/users/danireefnewserver/apps/danireefnewserver/public/wp-includes/comment-template.php on line 1591”
Can you help me?
This is a normal post
https://postimg.cc/rKm7jv4r
Here the article preview
https://postimg.cc/D8w3DS9m
https://postimg.cc/MfZNhLrg
Any updates on this topic? Newspaper has TD Composer 4.1, so I tried to use that and update TagDiv Composer to 4.1 on Newsmag but the theme is not compatible with 4.1 version. I had to switch back to 3.9 version.
Different sources state that the vulnerability is almost a month old. We need the update asap or at least a disclaimer from tagDiv about how to prevent getting targeted by this attack.
As far as I can tell, we should not click any URL if it has td_video_url parameter in it. Is this correct?
References;
https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/td-composer/tagdiv-composer-40-reflected-cross-site-scripting-via-td-video-url
https://wpscan.com/vulnerability/cada9be9-522a-4ce8-847d-c8fff2ddcc07
https://patchstack.com/database/vulnerability/td-composer/wordpress-tagdiv-composer-plugin-4-0-reflected-cross-site-scripting-vulnerability?_a_id=350
Hi,
On the mentioned lines of code (/home/svijetsi/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_module.php on line 545) are only some } https://i.imgur.com/ekbLOVk.png
Also, in the error log I see some errors related to the fonts, templates, css templates…
What I can recommend si to check to see if the errors still apers if you are using the main theme and only the theme plugins because it is possible that some code from the child theme or extra plugin to interferes with the theme.
Thank you!
Hello,
Normally, the plugins should remain installed and active. Our plugins are not set up to deactivate themselves. Make a test and deactivate ALL plugins except tagDiv ones. If you are using a cache plugin, deactivate it and see if the problem goes away.
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!
Hi,
I’m trying to do the above, but I can’t find how to grabb “Global template” tag codes in TD Composer format (ex: “[tdc_zone type=”tdc_content”][vc_row tdc_css="eyJhbGwiOnsicGFkZGluZy10b3AiOiIyNSIsImRpc3BsYXkiOiIifX0="][vc_column][/vc_column][/vc_row]…”).
Can you help me?
Thanks
Hello –
I have 2 issues that just happened.
#1
I couldn’t apply a button to get AFC URLs to link to external sites. I tried the{cf_acfname} solution i read in the forum. Worked for 1, but not the rest.
#2 while trying to get the method above to work, I was editting my Services global template(renamed from Custom Post Type CPT – East Coast Check) and got the error below. Now I cannot edit the in the composer for this global template.
can you help out?
Fatal error: Uncaught Error: Class ‘”tds_button3″’ not found in /home1/whatchacatchin/theledger.whatchacatchin.com/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_button.php:243 Stack trace: #0 /home1/whatchacatchin/theledger.whatchacatchin.com/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdm_block_button->render(Array, ”) #1 /home1/whatchacatchin/theledger.whatchacatchin.com/wp-includes/shortcodes.php(355): td_global_blocks::proxy_function(Array, ”, ‘tdm_block_butto…’) #2 [internal function]: do_shortcode_tag(Array) #3 /home1/whatchacatchin/theledger.whatchacatchin.com/wp-includes/shortcodes.php(227): preg_replace_callback(‘/\\[(\\[?)(tdm_bl…’, ‘do_shortcode_ta…’, ‘[tdm_block_butt…’) #4 /home1/whatchacatchin/theledger.whatchacatchin.com/wp-content/plugins/td-composer/includes/tdc_composer_block.php(279): do_shortcode(‘[tdm_block_butt…’) #5 /home1/whatchacatchin/theledger.whatchacatchin.com/wp-content/plugins/td-composer/includes/shortcodes/ in /home1/whatchacatchin/theledger.whatchacatchin.com/wp-content/plugins/td-composer/td-multi-purpose/shortcodes/tdm_block_button.php on line 243
Hi, the warning is showing again and this time the solution is not working. I also updated the theme but the warning is still there:
Warning: Undefined array key “height” in /var/www/html/wp-content/plugins/td-composer/includes/tdc_util.php on line 107 Warning: Undefined array key “width” in /var/www/html/wp-content/plugins/td-composer/includes/tdc_util.php on line 108
-
This reply was modified 3 years by
monema.
Hi,
When you are logged and the website is displayed correctly, then the problem is caused by a plugin conflict or a plugin for the cache Maybe your plugin for the cache is not compatible with the theme. I saw that 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
Please do a test using only tagDiv plugins, and check after.
Thank you!
This morning I’ve updated one of my sites to 12.4. After the update, header and some page elements were gone (that is, showing TD Composer shortcodes), others were fine. The Cloud Templates menu item was nowhere to be seen. I wanted to try resaving the header for example, but couldn’t find it anymore.
What happened was this: TD Composer updated itself right after the theme update, as usual. But TD Cloud Library did not, and it was showing as up-to-date. On the next update run, I specifically forced it to update. Now all is well.
If you’re having problems after updating to 12.4, check to see if tagDiv Cloud Library is up-to-date. Try forcing it to update.