Home Forums Total Pull down menu transition

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #2181
    ComputerFlake
    Participant

    I’ve just started using the Total theme and I really am enjoying the features. However, the pull down menu transition certainly doesn’t appear to be working properly. If you set it up using sticky menu or not, once you mouse-over the main topic, the menu extends down properly but then when you go down to select an item from the sub-menu, the transition seems to lose the mouse for a moment. It makes it really hard for users to work through the menus. Has anyone else experienced this?

    My website isn’t published yet because of this error but I’d be glad to enable the site so you can test it for yourself. I’d really enjoy some input on this.

    #2194
    MotoSHot
    Participant

    Did you ever fix this issue? I am experiencing a similar issue but only when my sub menu exceeds 4 positions or possibly when that sub menu expands over a iframe video?

    #2195
    MotoSHot
    Participant

    Additional info to my issue is that the flicker only happens in chrome. Desktop Firefox and IE are fine and Mobile Chrome is fine.

    #2197
    ComputerFlake
    Participant

    Nope, no luck. I was hoping the authors would care enough to at least respond. Mine is happening with a menu with only 3 submenus items.

    #2254
    ComputerFlake
    Participant

    Can no one address this issue since more than one of us is having it??

    #2335
    Hash
    Keymaster

    @ComputerFlake can you please publish your website and show us because we can not make sense of what you are saying. Can you please check with our demo and let us know if the same problem exist over there?

    #2364
    ComputerFlake
    Participant

    I haven’t published it yet because of this menu issue. Seems I’m not the only one having the issue, either. I can publish it so you can view it for the next 24 hours:

    #2369
    Hash
    Keymaster

    Hi,

    The menu are working fine when i checked in my Chrome Browser. Can you please let me know which browser are you testing on. Or the better way would be take some video with mobile and show us.

    #2372
    ComputerFlake
    Participant

    I’m also using Chrome but it does the same in IE. How should I post the video? It’s 23MB. I’m still not sure how you aren’t seeing the issue because it’s quite clear to me. If you click on one of the options at the top and then move slowly down toward the drop down menu, if you don’t move quickly enough the menu will just close before you can make a selection. It almost seems like the category at the top is completely disconnected from the drop down menu part.

    Other than this, I love the theme. Very easy to setup and modify.

    #2379
    Hash
    Keymaster

    Hi,

    Check this video

    https://www.youtube.com/watch?v=BwubQDRr7WI

    You can upload your video in youtube

    #2382
    ComputerFlake
    Participant

    Posted

    The issue is that you are going too fast. That works. Most people don’t fly around the screen like that. When you are browsing everything on a site, you do it slowly to take in all of the information. Go slower and try to scroll down to the menus. They just randomly close up on you.

    #2392
    Hash
    Keymaster

    I don’t think people will go that slow as well. But there is solution for it. You need to edit the code file for it. Using FTP or any other to access the file, open the js/total-custom.js file and then find the code and increase the value of 500 as required.

    $('.ht-menu > ul').superfish({
          delay:       500,                            // one second delay on mouseout
          animation:   {opacity:'show',height:'show'},  // fade-in and slide-down animation
          speed:       'fast',                          // faster animation speed
      });
    #2395
    ComputerFlake
    Participant

    Thanks. The delay didn’t help but removing this line:

    animation: {opacity:’show’,height:’show’}, // fade-in and slide-down animation

    Got me what I needed. Thanks for the help!

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.