- Posts: 3
- Thank you received: 0
How to make top menu always showing
-
martialdesquin
Inactive member -
Topic Author
- New Member
-
Less
More
4 years 5 months ago #47805
by martialdesquin
How to make top menu always showing was created by martialdesquin
I mean fixed when we scolling down, thank you
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
4 years 5 months ago #47806
by milos
Replied by milos on topic How to make top menu always showing
Hello,
Go to Extensions > Templates > Hot Bakery > Layout. Click the "Row Settings" button next to the first row and make sure the option "Floating" is enabled.
Thanks,
Milos
Go to Extensions > Templates > Hot Bakery > Layout. Click the "Row Settings" button next to the first row and make sure the option "Floating" is enabled.
Thanks,
Milos
Please Log in to join the conversation.
-
martialdesquin
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
4 years 5 months ago #47807
by martialdesquin
Replied by martialdesquin on topic How to make top menu always showing
Thank you Milos,
I saw that, but what i want is to see the menu even i scroll up and down.
Actually when i scroll down i don't see the menu. I only se it when i scroll up.
Thanks
Regards
I saw that, but what i want is to see the menu even i scroll up and down.
Actually when i scroll down i don't see the menu. I only se it when i scroll up.
Thanks
Regards
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
4 years 5 months ago #47808
by milos
Replied by milos on topic How to make top menu always showing
Hello,
Please edit file /templates/sparky_framework/js/sparky_js_footer.php and change this (around line 97) :
to this:
Best regards,
Milos
Please edit file /templates/sparky_framework/js/sparky_js_footer.php and change this (around line 97) :
Code:
if ( currentScrollLevel >= stopScrollHeight && currentScrollLevel < currentScrollPosition ) {
to this:
Code:
if ( currentScrollLevel >= stopScrollHeight ) {
Best regards,
Milos
Please Log in to join the conversation.
-
martialdesquin
Inactive member -
Topic Author
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
4 years 5 months ago #47809
by martialdesquin
Replied by martialdesquin on topic How to make top menu always showing
Yes ! it's ok now
thank you very much
thank you very much
Please Log in to join the conversation.
Time to create page: 0.164 seconds