Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #950225

    Hi Team,
    when I click an item at the menu of an onepage website, the clicked (active) item are not highlighted.
    I have to scroll a little bit more down and than the item is highlighted. For example (see private data):
    – Click on “LEISTUNGEN” – this item is still white
    – Scroll a liitle bit down – the item will be black
    What is wrong?

    Thank you an best regards
    Mike

    • This topic was modified 6 years, 6 months ago by Mike61.
    #951287

    Hey Mike61,

    Thank you for using Enfold.

    Try to increase the scroll offset value so it scrolls lower down the page when you clicked on a menu item.

    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);
    function avf_header_setting_filter_mod($header) {
    	$header['header_scroll_offset'] = $header['header_scroll_offset'] + 48;
    	return $header;
    }

    Adjust “48” as needed.

    Best regards,
    Ismael

    #951448

    Hey Ismael,
    thank you, that’s it :)

    Best Regards
    Mike

    #951904

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

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