badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Responsive Menu button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #55272
    laura2
    Participant

    Hello, the Responsive Menu button is showing on all pages after updating, but there is no menu. How can I fix? I am using a child theme.
    http://aavrep.org/

    #55291

    Hi Laura,

    You have to update your child theme as of the parent theme.
    We have removed previous old menu script and added new script to support responsive menu for better user experience.

    Thank you!

    #55309
    laura2
    Participant

    This is what I put in my child theme style.css, but it doesn’t seem to have worked.

    <?php
    function my_theme_enqueue_styles() {

    $parent_style = ‘attitude-style’;

    wp_enqueue_style( $parent_style, get_template_directory_uri() . ‘/style.css’ );
    wp_enqueue_style( ‘child-style’,
    get_stylesheet_directory_uri() . ‘/style.css’,
    array( $parent_style ),
    wp_get_theme()->get(‘Version’)
    );
    }
    add_action( ‘wp_enqueue_scripts’, ‘my_theme_enqueue_styles’ );
    ?>

    #55339

    Hi Laura,

    We have just removed previous script and added a new script that works for the navigation for better user experience, also with some modification in style.css file

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.