Skip Navigation

[Resolved] toolset views breaks elementor product content widget on single product template

This thread is resolved. Here is a description of the problem and solution.

Problem:

I tried to build a single product template in Elementor, but the product content widget only showed a blank bar. When Toolset Views was deactivated, the description displayed correctly; when active, the widget broke.

Solution:

Enabled Toolset’s Bootstrap loading and disabled a conflicting Content Template, which resolved the issue and allowed Elementor to display the product description properly.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 1 reply, has 1 voice.

Last updated by tomA-4 3 weeks, 3 days ago.

Assisted by: Christopher Amirian.

Author
Posts
#2826273

I am trying to:build single product templater using elementor

Link to a page where the issue can be seen:hidden link

I expected to see: field for product content widget populated with product description.

Instead, I got:a blank gray bar.

description is there if i deactivate toolset views, when toolset views is activated the widget breaks.

#2826275

Christopher Amirian
Supporter

Languages: English (English )

Hi,

Welcome to Toolset support.

May I ask you to enable the debug information so you can share with us the fatal error that happens ounder the hood?

Would you please access your website files and edit the "wp-config.php" file on the root folder of your WordPress installation and add the code below into the file:

define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', true );

Please add the code above the line below:

/* That's all, stop editing! Happy blogging. */

Also please test if the issue is happening on a minimal installation?

- IMPORTANT STEP! Create a backup of your website. Or better approach will be to test this on a copy/staging version of the website to avoid any disruption of a live website.
- Switch to the default theme such as "TwentyTwenty" by going to "WordPress Dashboard > Appearance > themes".
- Go to "WordPress Dashboard > Plugins" and deactivate all plugins except:
. Toolset Views
. Toolset Types
. Elementor
. Elementor Pro
- Check if you can still recreate the issue.
- If not, re-activate your plugins one by one and check the issue each time to find out the plugin that causes the problem.

Thanks.

#2826427

thanks for your response, I think I solved it without your suggestions.
I set toolset to load bootstrap, (not sure why I need it as I don't think I use it anywhere on my site now)
I also disabled a content template that was apparnetly conflicting with the elelmentor template.
I think everything is working ok, so case is resolved.
thanks again.