• Resolved rodman38

    (@rodman38)


    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

Viewing 1 replies (of 1 total)
  • Thread Starter rodman38

    (@rodman38)

    I found the problem, my code started like this => –<?php

    it was necessary to indicate <?php

Viewing 1 replies (of 1 total)
  • The topic ‘Elementor no longer loads with a basic child theme’ is closed to new replies.