Hey guys.
I've loaded this plugin to 2 different systems past day, both times element pack DOES load into WordPress.
however if you then go to edit any posts/pages or create posts/pages, you do not have access to ANY of the edit tools in left side panel for elementor. there's a never ending preloader that doesnt allow you to access tools.
vid
Again = tried this in 2 installs, 2 different domains and 2 different hosts (one on siteground, one on vps).
Same issue each time.
What needs to be done
1. login to your hosting,
2. Go to public_html,
3. Find where your Website folder was installed
4.wp_config;
5. Paste this code brought right on the bottom
===================================================
$table_prefix = 'wp_';
define('WP_DEBUG', false);
define('WP_HTTP_BLOCK_EXTERNAL', false);
define('FS_METHOD', 'direct');
define('DISABLE_WP_CRON', true);
define('WP_MEMORY_LIMIT', '256M');
define( 'WP_CACHE', true );
define('WP_ALLOW_REPAIR', true);
require_once(ABSPATH . 'wp-settings.php');
add_filter( 'auto_update_plugin', '__return_false' );
add_filter( 'auto_update_theme', '__return_false' );
define( 'WP_AUTO_UPDATE_CORE', 'major' );
===================================================
Hope it helps and can solve your problem. Happy to share