Gabriel
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
The code of Enhanced Media Library has been changed so use the following code instead of the one given previously:
add_action( 'elementor/editor/before_enqueue_scripts', function(){ global $wpuxss_eml_version, $wpuxss_eml_dir, $current_screen; $media_library_mode = get_user_option( 'media_library_mode', get_current_user_id() ) ? get_user_option( 'media_library_mode', get_current_user_id() ) : 'grid'; // admin styles wp_enqueue_style( 'wpuxss-eml-admin-custom-style', $wpuxss_eml_dir . 'css/eml-admin.css', false, $wpuxss_eml_version, 'all' ); wp_style_add_data( 'wpuxss-eml-admin-custom-style', 'rtl', 'replace' ); wp_enqueue_style ( 'wp-jquery-ui-dialog' ); // admin scripts wp_enqueue_script( 'wpuxss-eml-admin-script', $wpuxss_eml_dir . 'js/eml-admin.js', array( 'jquery', 'jquery-ui-dialog' ), $wpuxss_eml_version, true ); });
Hi,
According to the error message, you are experiencing a memory issue.
You have to contact your hosting company so that they can raise your memory limit.Moreover, It is not recommended to edit back and forth from Elementor to WP editor to avoid layout issues
Hi,
Thank you for your positive feedback!
1. It is not possible to do that.
2. For the moment, the section tag is given to each section. Following your request, we will also add the header tag, the aside tag, and the footer tag.Best Regards,
Adding an SSL to the website should solve the issue.
Viewing 4 replies - 1 through 4 (of 4 total)