Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • radisnoir Friend
    #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 Friend
    #512610

    Hi 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 Friend
    #512708

    Hi 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.

    danieltunhardt Friend
    #531470

    Hi 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 Moderator
    #531901

    As 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 Friend
    #543256

    Why 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 Friend
    #543257

    Why 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.

    radisnoir Friend
    #543928

    Ok 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 Moderator
    #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.

Viewing 9 posts - 1 through 9 (of 9 total)

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