• Hello,
    Nice theme!
    Can you please tell me how to make appear the menu even if there is a slider activated please, I need it to be showed.
    Thank you for your help
    Sébastien

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • As for me, it’a s design lack. I solved this problem such way:
    With help of FTP find a file http/wp-content/themes/scrollme/js/custom.js
    Change little bit it start from line 156
    ————————–
    if( slideIndex == 0 ) {
    $(‘.header-wrapper’).addClass(‘show-header’).removeClass(‘hide-header’);
    $(‘#colophon’).addClass(‘fp-show’);
    }else {
    $(‘.header-wrapper’).addClass(‘show-header’).removeClass(‘hide-header’);
    $(‘#colophon’).addClass(‘fp-show’);
    }
    —————–
    really just copy for both conditions the same.
    Goog luck!

Viewing 1 replies (of 1 total)
  • The topic ‘Fix Menu on Homepage (view it with slider)’ is closed to new replies.