Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author 9ete

    (@hawkeye126)

    I am looking into it now.
    Firstly, try (you are missing some brackets)

    {
    jQuery(“.lowermedia_add_sticky”).sticky({ topSpacing: 0 });//#default
    }
    else
    {
    jQuery(“.main-navigation-wrapper”).sticky({ topSpacing: 0 });
    }

    or more easily just replace
    .lowermedia_add_sticky
    with
    .main-navigation-wrapper

    Thread Starter phcreation

    (@phcreation)

    Works fine ! Thank you !

    Thread Starter phcreation

    (@phcreation)

    I close the ticket

    Plugin Author 9ete

    (@hawkeye126)

    Nice! Thanks for using!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Not working for Modernize theme’ is closed to new replies.