Problem with Easy Table of conents plugin

Hi,
I am having trouble using the Easy Table of contents plugin in Content Builder.

When I use it like a widget in a sidebar, it works great.

But if I try to put that Widget Area in a column on the page in Content Builder, my page breaks and I get completely blank page without content, I can only see the header. And I don’t see any errors in the console, it looks like nothing is loading.

Test page:
https://www.projekti.grugru.hr/mozemorijeka/181-2/

Can you help me with it?

Thanks.

Hi Zoran,

It seems that there is a critical error in the given URL. There are a few possible reasons for the issue and can help after having the exact errors.
Please add the below-given code into your wp-config.php for debug setup, and the error logged into the file name debug.log inside the wp-content folder.

// Enable WP_DEBUG mode
define( 'WP_DEBUG', true );

// Enable Debug logging to the /wp-content/debug.log file
define( 'WP_DEBUG_LOG', true );

// Disable display of errors and warnings 
define( 'WP_DEBUG_DISPLAY', false );
//SET PHP INI DISPLAY ERROR FALSE
@ini_set( 'display_errors', 0 );

Please find the video that will help you to edit wp-config.php and add the above code: https://www.youtube.com/watch?v=3SDPTafEM8o

If you find any error that is related to our theme or theme bundled plugins, please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password

To create a secure note, click the key icon underneath any of your posts.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.