I need your help please.
I used the Quickstart package and everything works fine.
You know, when I scroll down, the main menu on the top of the page always stays on top.
How can I change/disable this? I want the main menu to scroll with the whole page and becomes unvisible when I scroll down.
Thank you in advance.
Benli
AS Templates
POSTED: 2015-07-08
Hello MRBENLEE,
What is your site url please?
Regards, AS Team.
MrBenLee
POSTED: 2015-07-08
Sorry for late reply. Didn't get a message.
Url is gegenseitig-helfen.de
AS Templates
POSTED: 2015-07-08
Hello MRBENLEE,
You can do it by deleting/commenting 'templates/as002071/js/scripts.js' file the following lines:
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
I need your help please.
I used the Quickstart package and everything works fine.
You know, when I scroll down, the main menu on the top of the page always stays on top.
How can I change/disable this? I want the main menu to scroll with the whole page and becomes unvisible when I scroll down.
Thank you in advance.
Benli
What is your site url please?
Regards, AS Team.
Url is gegenseitig-helfen.de
You can do it by deleting/commenting 'templates/as002071/js/scripts.js' file the following lines:
asjQuery('#header-row').scrollToFixed({
preFixed: function() { asjQuery(this).addClass('scroolBackground') },
postFixed: function() { asjQuery(this).removeClass('scroolBackground') }
});
Regards, AS Team.
Works perfect! Like usual ;)
Thank you very much and have a nice day!