• Resolved somenoma

    (@somenoma)


    Hello,

    I am trying to make my menu sticky. I have labeled it menu1. I tried to type under Sticky Element .menu1, #menu1, .main-menu1, #main-menu1

    nothing is happening. at all. I already checked on Debug log and absolutely nothing happening.

    What am I doing wrong? How do I find out the class name or ID?

    Thanks!

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

Viewing 8 replies - 1 through 8 (of 8 total)
  • @somenoma as far as I can see from Your code it is mode #menu-menu1 or ul#menu-menu1. Anyway You just need to use nav#navigation

    Although, I’m not seeing the plugin activated the link you provided. Is it disabled?

    Thread Starter somenoma

    (@somenoma)

    @manuelrocha88 ,

    Thanks for your response! I typed #menu-menu1 and it is working great! Is there any way I could make it work on the mobile version?

    @somenoma don’t know if this work but try to put this

    div.primary-navigation.header-activated

    Thread Starter somenoma

    (@somenoma)

    @manuelrocha88

    works perfect, thanks a lot!!!!!!!!!!!!!!!!!!

    Thread Starter somenoma

    (@somenoma)

    @manuelrocha88 ,

    something came up and I had to change the theme, so you plugin is not working again. Do you mind taking a look and let me know what to type in for the sticky element?

    I tried:

    #main-menu1

    #menu-menu1

    ul#menu-menu1

    div.primary-navigation.header-activated

    …none of it worked…

    Thanks!

    @somenoma as you changed theme everything changed.

    For desktop version should be

    nav#primary-site-navigation

    For mobile version should be

    div.super-menu

    For controlling both I believe this should work, but cannot promise:

    nav#primary-site-navigation, div.super-menu

    Also, You can use

    header#masthead

    but this last will fix also the image at the top

    Thread Starter somenoma

    (@somenoma)

    @manuelrocha88,

    both codes are working, but when I type both like this:

    nav#primary-site-navigation, div.super-menu

    then it’s not working.

    header#masthead is blocking my screen, so that wouldn’t be an option.

    Do you have any other ideas?

    @somenoma no more ideas. If You set the same class for both maybe it work… But rather then that, If we don’t have nothing that we can use to “catch” then We cannot do anything.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘nothing is happening’ is closed to new replies.