New Landing How can we help? Themeforest Theme Support Dante Speed up main menu?

Tagged: ,

Viewing 15 posts - 1 through 15 (of 23 total)
  • Posted in: Dante
  • #43236
    haekke
    Member
    Post count: 1

    Hi, excellent theme!!

    What CSS code would I have to edit to remote the delay for the main menu? I want it to open and also disappear instantly.

    Thank you in advance.!!

    #43239
    haekke
    Member
    Post count: 1

    Correction. I want to remove the delay for the main menu.

    #43704
    Tahir – SUPPORT
    Member
    Post count: 1212

    Hi,
    I am afraid it cant be done using only css. Maybe Ed- The Developer can add it to the next update.

    Thanks
    Tahir

    #43713
    Togel1
    Member
    Post count: 9

    Yes – please – exactly what I need too.

    #44453
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey, do you mean you’d want it to load faster on your site? Can you let me know your website URL so I can see if your images are too big maybe? You could reduce image sizes to make it load faster probably.

    Cheers

    #45103
    Togel1
    Member
    Post count: 9

    Hey, no, there is a time-delay for the submenu when hovering the main menu items. One has to wait until the submenu appears. It would be nice to have no time delay at all. You can see the effect when hovering WHAT’S NEW on your demo site.

    Thanks.

    #45517
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey,

    the submenu fade in kicks in after the bottom line effect of the menu item is finished. I will ask the developer if he knows an easy way to speed this up, but I’m afraid that would maybe mean to remove the effects.

    #45538
    Togel1
    Member
    Post count: 9

    Hey, yes that would be perfect – animation effects sould be optional – the navigation has to be simple and fast. Thanks for your support!

    #45672
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Try editing /js/functions.js , search for:

    megaMenu: function() {
    			jQuery('#main-navigation .menu').dcMegaMenu({
    				rowItems: '5',
    				speed: 200,
    				effect: 'fade',
    				fullWidth: true
    			});

    Then you can change the speed variable to 0, that should be instant then.

    Hope that helps!

    – Ed

    #116935
    sb91
    Member
    Post count: 86

    Hi,

    I changed the speed variable to 0 but still isn’t as fast as we would like it, is there any other effect besides fade? or a way to make it appear instantly?

    #117066
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Maybe with 0 it doesn’t do anything. Can you try with 1 ?
    What is exactly your issue?

    -Rui

    #117763
    sb91
    Member
    Post count: 86

    Changed it to 1 it is still the same.

    The issue is that the submenus arent appearing instantly, there is some delay.

    #118210
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Can you provide us the url of your site?
    -Rui

    #256641
    3lias
    Member
    Post count: 128

    I’ve tried this also locally and it doesn’t work. Is there a fix out now?

    #257030
    David Martin – Support
    Moderator
    Post count: 20834

    You can do it with CSS, are you using a mega menu on standard menu with nested children items?

    nav#main-navigation .menu > li {
        transition: padding 0.1s ease-in-out;
        -moz-transition: padding 0.1s ease-in-out;
        -webkit-transition: padding 0.1s ease-in-out;
        -o-transition: padding 0.1s ease-in-out;
    }

    Thanks.

Viewing 15 posts - 1 through 15 (of 23 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register