#137850 Having issues with Elementor
Landing › Forums › JupiterX WordPress Theme › Having issues with Elementor
-
AuthorPosts
-
Peter Amidon 8 months ago
Greetings,
When I attempt to edit page with Elementor, I see these lines of code visible at the top of the page:
<b>Warning</b>: Illegal string offset ‘pro_widgets’ in <b>/home/hamiltonlakes/www/www/wp-content/plugins/elementor/includes/api.php</b> on line <b>164</b>
<b>Warning</b>: Illegal string offset ‘pro_widgets’ in <b>/home/hamiltonlakes/www/www/wp-content/plugins/elementor/includes/api.php</b> on line <b>167</b>
This has been an issue for a while, but I was still able to edit the page using Elementor.
Now, I do not see a SAVE button for elementor on the left side.
Please advise. Screenshot attached.
Thanks!
PeterAlexander Hutsol Support Team 8 months agoHello Peter,
The mentioned warnings can be hidden, so I’ve added this code in wp-config.php file:
ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); define('WP_DEBUG', false); define('WP_DEBUG_DISPLAY', false);
Please clear the browser cache and check the Elementor editor.
Regards.
-
AuthorPosts