• Hi, we wanted to try the plugin but when we activate it and load an elementor page the left bar is endless loading. Deactivating your plugin, it works well…sad, because was happy to find your plugin. Use news Elementor and Elementor Pro / Theme is TURBO / and we use the RNB stuff from RedQ for renting. The page is not ready yet to show…any idea? Could be a conflict but dont have time to test everything…

Viewing 1 replies (of 1 total)
  • Plugin Author WP Smart Widgets

    (@nomade123456)

    Hi @kokoska,

    The issue might be caused by a low memory limit. In your wp-config.php file, just before the line that says “That’s all, stop editing! Happy publishing.”, try adding:

    define( 'WP_MEMORY_LIMIT', '512M' );
    define( 'WP_MAX_MEMORY_LIMIT', '512M' );

    Also, please check that your server is running PHP 8.1 or higher. These two changes solve most cases like this.

    If the problem persists, you can also ask your hosting company to:

    • Enable the PHP Zlib extension (if it is not already).
    • Increase the value of max_input_vars.

    Please let me know if this helps resolve the issue.

    Regards,
    Dara

Viewing 1 replies (of 1 total)

The topic ‘When activate the elementor page tools loading endless’ is closed to new replies.