• Resolved gleniu

    (@gleniu)


    Hi,

    How can I completely remove the smooth scroll and sections highlight functionality from Zerif Lite 1.8.2.1? I achieved this functionality through “Page scroll to id” when it wasn’t present in Zerif Lite yet. I must say I like “Page scroll to id” better and I would like to stick to it, but Zerif Lite 1.8.2.1 messed the plugin up, hence the question.

    The second question is: if I decide to stick to built-in Zerif Lite smooth scroll and highlighting, how can I highlight menu item with “#home” anchor? In my navbar I have a “Start” menu item with “#home” anchor, which is meant to be clicked when one wants to scroll back to the very top. The problem is it doesn’t get highlighted. Again, “Page scroll to id” plugin highlights it.

    You can see my two websites:
    – the first one https://fryzjerswidnica.pl is using old Zerif Lite and smooth scroll and highlighting is achieved through “Page scroll to id” plugin.
    – the second one (it is in very early developement stage) has Zerif Lite 1.8.2.1 installed. You can clearly see how it messed up my menu: https://jutom.net/jutom

    One more thing: I would like to get rid of this funcionality using child theme. Is it possible?

    Any help would be appreciated.

    Best regards
    Tomasz

Viewing 5 replies - 1 through 5 (of 5 total)
  • Alexandra

    (@alexandrastan001)

    Hello,

    We have read your message and someone will answer your question as soon as possible.
    thank you for your patience!

    Best regards,
    Alexandra

    Hi,

    You can remove the loading animation from the theme using this tutorial: https://docs.themeisle.com/article/15-turn-off-loading-animations-in-zerif

    And do you want to get rid of the menu highlighting? ??

    Regards,
    Hardeep

    Thread Starter gleniu

    (@gleniu)

    Thanks for your response.

    Yes, I would like to get rid of the menu highlighting, because it easier for me to use 3rd party plugin (as I spend a lot of time to configure it to suit my needs). Now I can’t use the plugin, because new Zerif Lite funcionality interferes with the plugin – so I thought that it would be the easiest way to completely disable the native menu highlighting from Zerif Lite (as it was in previous version).

    As I said, I would like to do this using child theme, so future updates don’t ruin the plugin again.

    Regards! ??

    Thread Starter gleniu

    (@gleniu)

    I just had the time to check your solution. It is not what I was asking for. I meant SMOOTH SCROLL functionality – the smooth scroll to section when you click an item in menu. I found an option in theme personalization (general settings) to disable smooth scroll, but after checking it the smooth scroll is still there :/

    And I’m still waiting for the information how to disable menu highlighting.

    Regards ??

    Hi,

    You can remove it using the following CSS:

    .nav li a.nav-active:before {
       display:none !important;
    }

    And you can disable smooth scroll from Appearance > Customize section itself. ??

    Regards,
    Hardeep

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Removing smooth scroll and sections highlight functionality’ is closed to new replies.