• Resolved vincent.jiang

    (@vincentjiang)


    Hi, weblizar. It looks like this them doesn’t support child theme. Or it is a bug. the child theme style.css is never loaded.

    Thanks
    Vincent

Viewing 5 replies - 16 through 20 (of 20 total)
  • Hi patrixon

    It is not like that you are thinking.

    We want user to go for premium because of the design of the theme.

    We don’t cheat are user, we respect them

    WE have fixed this this and update will go live soon.

    Thanks for having patience.

    Hello. So is it means that you will address the enigma-theme.css in some way? Or isn’t better to provide a quick tip how we can make a changes to this css file?

    It is really problematic to get rid a shadow from some of the elements. Or make any changes to your theme.

    And the most important question. When can we expect the update?

    Hey all,

    I’m interested in building a child theme from Enigma, as well. Just starting with WordPress theme developement, using this code in my engima child theme functions.php:

    <?php
    
    add_action( 'wp_enqueue_scripts', 'enqueue_child_theme_styles', PHP_INT_MAX);
    function enqueue_child_theme_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
        wp_enqueue_style( 'child-style', get_stylesheet_uri(), array('parent-style')  );
    }
    
    ?>

    I’ll be interested to see a resolution to this, as any changes I make to the child’s style.css aren’t showing up.

    Lots of Love for everyone and thanks for the great theme xx

    @oorakha : Thank for work Appreciation. Simple using plugin why you make this so coddy using HOOKS and all.

    Thanks

    I did with the plugin too bro,well it works but not fully the dropdown menu of the navigation menu list is not been shown up and at the click it goes to the specific pages and I have opened a new thread regarding this issue hope Weblizar would resolve this issue

Viewing 5 replies - 16 through 20 (of 20 total)
  • The topic ‘Child theme doesn't work.’ is closed to new replies.