-
AuthorPosts
-
November 17, 2013 at 10:21 am #192328
Hi,
Is there a way to make scrolling the main menu only one time and not to infinity.Thanks for your response.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 18, 2013 at 3:32 pm #512610Hi radisnoir,
On JA Smashboard template, the menu items on scrolling effect can be changed when you try to customize or remove the infinity parameters because they are defined with that of menu item effects (highlight active item). Just wait me some time to ask our template developer for better suggestion in this case if possible.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
November 19, 2013 at 10:37 am #512708Hi radisnoir,
The JA Smashboard template has confirmed me that the navigation (Main Menu) layout will be broken when you remove the related javascripts of infinity scroll and he also recommended that you should keep this navigation feature.
April 18, 2014 at 5:25 pm #531470Hi there!
Sounds bad! I have to ask for a similar thing. Is there any way to stop the menu from scrolling at all??
I have only 5 Menu-Items, so scrolling doesn’t makes sense but confuses the user. I realy would appriciate fixed positions for the menu-items!
Any ideas? Please!Regards, Daniel
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 22, 2014 at 9:01 am #531901As Leo mentioned above, script of this infinite scroll also relates to other part of this template, removing it may effect the template layout. I’m afraid that you should keep this feature.
pclemor Friendpclemor
- Join date:
- July 2014
- Posts:
- 12
- Downloads:
- 8
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 5 times in 2 posts
July 23, 2014 at 6:17 pm #543256Why is it that you say in this post that it can’t be done when someone is providing the answer on how to do it in another thread??
http://www.joomlart.com/forums/topic/navigation-menu-with-owned-icons-instead-of-fonts-awesome/
Cheers,
Pierre.
pclemor Friendpclemor
- Join date:
- July 2014
- Posts:
- 12
- Downloads:
- 8
- Uploads:
- 2
- Thanks:
- 2
- Thanked:
- 5 times in 2 posts
July 23, 2014 at 6:18 pm #543257Why is it that you say in this post that it can’t be done when someone is providing the answer on how to do it in another thread??
http://www.joomlart.com/forums/topic/navigation-menu-with-owned-icons-instead-of-fonts-awesome/
Cheers,
Pierre.
1 user says Thank You to pclemor for this useful post
July 30, 2014 at 2:17 pm #543928Ok Thank you.
Is there a way with javascript to stop the infinite scroll on the last menu?
Thank you very much for your answers.
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
July 31, 2014 at 8:47 am #544009@pierre : The solution in that thread is to disable scroll effect so it won’t suite your request is to scroll the menu one time and stop at last menu item.
Since we use jQuery threesixty to implement the left menu but the library itself doesn’t has the function as you requested, I’m afraid that the only option at the moment is to enable / disable scroll effect.
Back to the solution in that thread, if you want to disable scroll effect in main menu, please open file templatesja_smashboardjsscript.js, look for this code :
SmashBoard.plugins.push({
onmobile: function(){threesixty.threesixty('unbind');
},onnormal: function(){
threesixty.threesixty('bind');
threesixty.threesixty('reset');
}
});and change to :
SmashBoard.plugins.push({
onmobile: function(){threesixty.threesixty('unbind');
},onnormal: function(){
threesixty.threesixty('unbind');
threesixty.threesixty('reset');
}
});Save your file and recheck.
-
AuthorPosts
This topic contains 9 replies, has 6 voices, and was last updated by Adam M 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum