• Resolved madvic

    (@madvic)


    Hello,
    When I create a child theme with invert. The js transform menu header don’t work.
    the menu should be fixed and shrink, but it doesn’t work.
    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Can you please provide your site URL to have a close look over the your issue.
    Or Also check Child Theme code.

    Thread Starter madvic

    (@madvic)

    After resolution on Sketch Themes Help Desk, here the solution :

    For an Ivert child theme, don’t forget Version in header :

    /*
     Theme Name:   Invert Child theme
     Theme URI:    https://www.sketchthemes.com/themes/invert-responsive-multipurpose-wordpress-theme/
     Description:  Invert Child Theme
     Author:       SketchThemes
     Author URI:   https://sketchthemes.com/
     Template:     invert-lite
     Version:      1.0.0
     Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
     Text Domain:  invert-child
    */
    
    @import url("../invert-lite/style.css");
    /* =Theme customization starts here
    -------------------------------------------------------------- */

    Hello, What do you mean Version in header?
    I have uploaded header in child’s theme, but there seem to be an error on line 40. Could someone explain what is the problem?

    /*
    <?php if(sketch_get_option($invert_shortname.”_logo_img”)){ ?>
    */

    Thread Starter madvic

    (@madvic)

    I talk about this line :

    ...
    Version:      1.0.0
    ...

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘menu bug in child theme’ is closed to new replies.