This has happend to me as well http://www.drivenmag.co.za as of this morning it says there has been a critical error on this website. and if I de-activate the tagdiv Composer Plugin, it loads the homepage with random code that cannot be loaded because of tagdiv Composer being de activated… Please help!
When I try to add images to the site, I am getting this weird random strings for title and description. It is because of the tag-div composer plugin.
The process to narrow down was,
I deactivated all the other plugins,
tried to upload the images to media when activating the plugins one by one.
Then I kept the woocommerce active, deactivated the other plugins, activated them one by one and uploaded the image through the featured image section.
Then also the results are the same.
Site URL https://stories.impresa.in/
Hello @HamayonBaig!
There are some CSS elements on the page: https://app.screencast.com/Itk4W10mQn27d
They can be seen when you edit the page with the tagdiv composer.
Thank you!
And I have no page built with Gutenberg editor. All my pages are built using tagdiv composer.
Thank you
Hello, I didn’t quite understand you, if you could please show me the page where this pullquote is or what tagdiv composer element activated its style. Because in the home page, and about us, I have testimonial element and I have check them but there’s no allura font in them.
Thank you
Hi Anamaria,
I’m very sorry, but it gives me another error: the tagdiv Composer plugin is not activated (see attachment).
Additionally, the tagdiv Social Counter plugin requires the tagdiv Composer.


Hello @saranoa!
We’ve added the Single Post Table of Contents shortcode. This can be found in the TagDiv Composer while you edit a single cloud post template.
Other similar feature is this one: https://forum.tagdiv.com/use-tabbed-content-shortcode/
Thank you!
Hi,
Yes, this widget is a WP native element, but displayed content is filtered by a hook by TagDiv. This is the code at line #2919 in wp-content/plugins/td-composer/legacy/common/wp_booster/td_wp_booster_functions.php:
/**
* Filter sets the global block template to the wp widgets
* @see 'widget_display_callback' hook on 'class-wp-widget.php'
*/
add_filter('widget_display_callback', 'on_widget_display_callback', 10, 3);
function on_widget_display_callback($currentWidgetInstanceSettings, $currentWidgetInstance, $widgetArgs) {
if( isset($widgetArgs['widget_id']) && strpos($widgetArgs['widget_id'], 'td_block') !== 0 ) {
// var_dump($widgetArgs);
// var_dump($currentWidgetInstance);
$global_block_template_id = td_options::get('tds_global_block_template', 'td_block_template_1');
$widgetArgs['before_widget'] = str_replace(' class="', " class=\"$global_block_template_id ", $widgetArgs['before_widget']);
$block_title_class = 'td-block-title';
if ($global_block_template_id === 'td_block_template_1') {
$block_title_class = 'block-title';
}
$widgetArgs['before_title'] = '<h4 class="' . $block_title_class . '"><span>';
$widgetArgs['after_title'] = '</span></h4>';
call_user_func_array(array($currentWidgetInstance, 'widget'), array($widgetArgs, $currentWidgetInstanceSettings));
// Returning false will effectively short-circuit display of the widget.
return false;
}
// Returning $currentWidgetInstanceSettings, as the apply_filters of this hook require
return $currentWidgetInstanceSettings;
}
If you comment “add_filter” line all works fine. The problem is that the instruction
call_user_func_array(array($currentWidgetInstance, 'widget'), array($widgetArgs, $currentWidgetInstanceSettings));
sends false as second parameter but called function expects an array.
Anyway I tried PHP 8.0 as you suggested but error persists. If you want to check it out I can send you URL and credentials.
Regards.
Hello!
I could find a pullquote style with the Allura font. Please check the settings for this element: https://app.screencast.com/VoxBw66ryer58 in the tagdiv Composer and Gutenberg editor as well.
Let me know the results!
Thank you!
Hello,
Please activate the tagdiv Composer, tagdiv Standard pack, and tagdiv Social counter plugins, clear the cache, and resolve it.
Thank you!
Hello,
My website loads an unnecessary font (Allura) that I’m not using. I’m only using Open sans on my website. I checked every global fonts on every single page using tagdiv composer manager, and I checked theme panel fonts, but there is no sign of Allura.
Screenshot : (https://i.ibb.co/Mc8YJYJ/Allura.png)
Thank you!
Hi as object i have switched to PHP 8.2 from PHP 7.4 and now i have a lot of errors in log
When use PHP 7.4 no issue , but when i switch to PHP 8 starts problems
I use Apache with NGINX as reverse proxy and varnish cache
[Wed Apr 17 13:31:02.360563 2024] [proxy_fcgi:error] [pid 30014:tid 140341663422208] [client xxxx:34924] AH01071: Got error ‘PHP message: PHP Warning: Undefined array key “color-1-overlay” in /home/xxxx/public_html/xxx/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php on line 2677; PHP message: PHP Warning: Undefined array key “color-2-overlay” in /home/xxxx/public_html/xxxx/wp-content/plugins/td-composer/legacy/common/wp_booster/td_block.php on line 2677’
It seems for a problem with overlay on flex block 2 , please can i fix ?
Thanks
Hello,
Using our theme, you can choose from 3 mobile versions
-> mobile responsive => https://www.screencast.com/t/oJ2ShOp47
-> mobile theme plugin => https://forum.tagdiv.com/the-mobile-theme/
-> mobile page => https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/ The option that you need to use.
Suppose you created the mobile pages with tagDiv Composer. In that case, when you install the Mobile Theme plugin, your pages will be overwritten by the plugin (the mobile theme comes with its templates for page, post, category, etc, so your current templates from the desktop theme will get converted to the mobile theme layout, the page content is made without builders in mobile editor => https://www.screencast.com/t/xbgZG8kH also, the options that are provided to edit the mobile theme version are limited (this keeps the things simple)).
This is a video about Responsive Newspaper Theme, AMP & Mobile Theme, Mobile Pages & Templates -> https://www.youtube.com/watch?v=SpGkOnJeNZY.
So, the mobile responsive is what you see when that you select the viewport on phone => https://www.screencast.com/t/matV17hH, so some settings may apply for each viewport(where is the border blue), and others are not(where the border is black).
The mobile page has the mobile templates from Cloud Library => https://www.screencast.com/t/YCcZ8rL8
The Mobile responsive version of the theme and the mobile page editor can be edit with tagDiv Composer, the mobile theme plugin cannot.
For example, you can have the mobile theme plugin activated and use the mobile page/mobile responsive version for the homepage/pages, but for the categories pages/404 page, you can’t use the mobile page/mobile responsive version if you have the mobile theme plugin activated.
Thank you!
Hello @youthost!
Edit the homepage for example with the Tagdiv Composer, and here you can add/edit your custom SVG icons: https://app.screencast.com/E3XyAuxEI3iYh
Thank you!
Having disabled the newsletter and optin plugins now the error is this:
AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught TypeError: array_filter(): Argument #1 ($array) must be of type array, bool given in /home/850962.cloudwaysapps.com/hejdvngfwj/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php:957\nStack trace:\n#0 /home/850962.cloudwaysapps.com/hejdvngfwj/public_html/wp-content/plugins/td-cloud-library/state/single/tdb_state_single.php(957): array_filter()\n#1 /home/850962.cloudwaysapps.com/hejdvngfwj/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_categories.php(328): tdb_state_single->{closure}()\n#2 /home/850962.cloudwaysapps.com/hejdvngfwj/public_html/wp-content/plugins/td-cloud-library/shortcodes/single/tdb_single_categories.php(328): Closure->__invoke()\n#3 /home/850962.cloudwaysapps.com/hejdvngfwj/public_html/wp-content/plugins/td-composer/legacy/common/wp_booster/td_global_blocks.php(27): tdb_single_categories->render()\n#4 /home/850962.cloudwaysapps.com/hejdvngfwj/public_html/wp-includes/shortcodes.php(433): t…’, referer: https://pathologia.eu/wp-admin/post.php?post_id=10238&td_action=tdc&tdbLoadDataFromId=21480&tdbTemplateType=single&prev_url=%2F%2Fpathologia.eu%2Fenimerosi%2Ftrith-hlikia%2Fnosos-alzheimer%2Fnosos-alzheimer-amfisviteitai-i-epikratesteri-theoria-gia-ti-noso-meta-apo-dyo-nees-meletes%2F
So it is obviously something that has to do with the single categories block.
The site runs on php 8.2
Hello,
Please edit with tagdiv Composer the Single Post Template, select the viewport for phone, and make the changes to set the margin top for the row where the title is.
Thank you!
Hi, guys!
I’d like to change my homepage pagination style, but in my tagDiv Composer I only have a few options, and I don’t know how to change the style.
So, how can change that and play with the customization to see what fits better to me?
Thanks!
Hello @jackzhu !
I recommend you set up a page for checkout here: https://app.screencast.com/LtzFBf1QjbA3G.
Make sure you have the tagdiv Shop plugin active from Dashboard -> Newspaper -> Plugins.
Go to Dashboard -> Pages and edit the page with the tagdiv composer. Use this element called “Woo Checkout”: https://app.screencast.com/aBStnFCEybQOx, and you will have this issue fixed.
Thank you!
Hi Newspaper,
We uploaded our logo through theme panel >> Logo&Favicon, but out logo is not showing. Then we tried another method, we went to Cloud Templates, and then went to Header Templates and edited with TD composer, trying to upload our logo again but it’s still not showing(the logo on our main page is still “DOWNTOWN Magazine Pro”). What could be the problems and how could we solve it?
Our website link is as follows: https://mychocho.com/
Thank you!
Best,
Kelly
Hi there,
This concerns my website wandelingen.info
I’m trying to figure out why my submenu is not opening anymore. I use WP Rocket and had great results in the past. Now my submenus are not opening anymore. It has to do with javascript execution I guess, because I ticked the box of ‘delay javascript execution’. Without ticking the box, it works fine but the speed is superslow.
When I’m logged in and I’m in tagdiv composer the submenu is opening.
Can you tell me how to solve this?
I cleared cache already.
Thanks!
Hi there,
This concerns my website wandelingen.info
I’m trying to figure out why my submenu is not opening anymore. I use WP Rocket and had great results in the past. Now my submenus are not opening anymore. It has to do with javascript execution I guess, because I ticked the box of ‘delay javascript execution’. Without ticking the box, it works fine but the speed is superslow.
When I’m logged in and I’m in tagdiv composer the submenu is opening.
Can you tell me how to solve this?
I cleared cache already.
Thanks!
Hello @lucadelpozzo!
For flex blocks (1-5) you can find the files here: wp-content\plugins\td-composer\legacy\Newspaper\includes\modules
If you can’t manage to do it on your own, then you can contact our custom work team here: https://tagdiv.com/premium-customization-services/
Thank you!
Hi My Friends Can you Help mi for fix this Errors
i’m pay this template for my site
in site this errors
https://lifetv.am/tdcpt_app_listing/title-app-listing/
Pleas help mi
Composer not Working
Hi,
So the templates are imported per language. Please note that they have to be set per language so they change when the language changes. So in the cloud templates dashboard you set the desired template for one language https://prnt.sc/LiDJgOU4Jaxu and then for the other https://prnt.sc/3-Ir6tMOvUhL
You do not need to set the header using the header manager. All that is needed is to set the templates per language in the cloud library dashboard.
The templates are set correctly, and they change by language. The only unusual thing I found was a code in the wordpress custom CSS https://prnt.sc/N1sUflwbQekN That code always made the website RTL, even on English. I’m not sure what its purpose was exactly, the website should not be RTL on English. I commented that code.
You can customize the templates with the composer further if you want. If there are more issues, please let us know and we will take a look.
As a note, please do not post login information in the topic, the topics are public and any forum member can see them. I have removed them.
Thank you!
Hello,
The font from the theme panel is not applied if you have the font set using tagdiv Composer https://forum.tagdiv.com/font-customization/
Thank you!