Adding a child theme breaks mobile navigation.

This topic has 6 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Robert Hall

  • Avatar: blackmoonadv
    blackmoonadv
    Participant
    December 1, 2014 at 08:55

    Hey, Just adding a child theme, disables the mobile nav.

    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    December 1, 2014 at 11:26

    Hello,

    Please provide us with FTP and wp-admin panel credentials in Private Content.

    Regards,
    Eva Kemp.

    Avatar: blackmoonadv
    blackmoonadv
    Participant
    December 1, 2014 at 11:40

    Can’t really provide you ftp details for security concerns.

    But it seems like its putting styles.css over responsive css

    using this to enable child theme

    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’) );
    }

    Avatar: blackmoonadv
    blackmoonadv
    Participant
    December 1, 2014 at 11:42

    oh here’s the Admin details

    Please, contact administrator
    for this information.
    Avatar: blackmoonadv
    blackmoonadv
    Participant
    December 2, 2014 at 04:28

    Anything happening here?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 2, 2014 at 11:12

    Hello,

    I’ve made some changes in your Child Theme. Check it.

    Regards,
    Robert Hall.

  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Adding a child theme breaks mobile navigation.’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.