Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1020702

    Hi Support,

    Sorry to bother, but I added three new custom links to the main menu and they are not showing the same hover effect as the others links, they just remain black on scroll. I’ve tried to assess why that is – perhaps because they are internal links? but I’ve not found a solution so that they all match!

    Hope you can help,
    Thanks.

    #1020977

    Hey Paul,

    I can only see a logo on the page you linked to?

    Best regards,
    Rikard

    #1021020

    Sorry about that Rikard – just finishing off some ALT tag work and image optimization in one of the languages.
    Site is live again now. As you’ll see the first three menu items have no hover effect on scroll down. I can repeat this each time a new menu item is added.

    Thanks for replying.

    Regards,
    Paul

    #1022118

    Hi Paul,

    Try checking out this post in the documentation: https://kriesi.at/documentation/enfold/menu/#one-page-menu
    If that doesn’t help, please give us temporary admin access and post the details in private content.

    Best regards,
    Nikko

    #1022998

    Hi,

    Could you please post WP admin logins here privately?

    Best regards,
    Yigit

    #1023020

    Sure, and thanks.

    #1023023

    Logged in on the other account now! :-) Sorry for confusion!

    #1023395

    Hi bespokebranddesign,

    Thanks for giving us admin access.
    I have added this code in Quick CSS (located in Enfold > General Styling):

    #top #header .av-main-nav > li.current_page_item > a {
        color: #969696 !important;
    }
    
    #top #header .av-main-nav > li.current-menu-item > a {
        color: #000 !important;
    }

    Then in Enfold > Performance, I disabled CSS file merging and compression since it doesn’t fetch for some reason the new css style added.
    Finally, I have moved mobile sections above their desktop section version.

    Best regards,
    Nikko

    #1023439

    Hi Nikko. Thanks for taking a look. See notes in PM.

    #1023523

    Hi bespokebranddesign,

    I’m not really sure why the changes I’ve made caused timeout issues, since basically I just add those few lines of css code which should cause any performance issues and moving of mobile section and desktop section’s position.
    I think disabling the css file merging and compression would cause some performance issues but I don’t think it would get to the point where it should time out. Try checking out the memory limit, maybe the server’s resources are exhausted.

    One thing that I could say is that it’s important to have the mobile sections above the desktop sections since it would help accurately determine in desktop which menu item is the current menu item, you’ll see this once you scroll and inspected over the main menu, you’ll see current-menu-item class being added when the right section is reached.

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.