[ad_1]
Hi,
I don’t understand the problem with my child theme, I’ve never had a problem, I have the impression that it’s from the last version of the astra theme. Indeed, elementor no longer loads, even with a basic child theme without customization.
here is the code :
/**Define Constants**/
define( 'ASTRA_CHILD_THEME_VERSION', '1.0.1' );
/**Enqueue styles**/
function child_enqueue_styles() { wp_enqueue_style( 'astra-child-theme-css', get_stylesheet_directory_uri() . '/style.css', array('astra-theme-css'), ASTRA_CHILD_THEME_VERSION, 'all' );
}
add_action( 'wp_enqueue_scripts', 'child_enqueue_styles', 15 );here is the video capture
https://www.awesomescreenshot.com/video/21960698?key=6e26d03bc4a468c8acdb08489773272c
how to download the previous version of Astra theme ? With you a direct link, please ? I would like to test this version
