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
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
Hey Ismael,
thank you, that’s it :)
Best Regards
Mike
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