- This topic has 12 replies, 3 voices, and was last updated 6 years, 10 months ago by ComputerFlake.
- AuthorPosts
- February 27, 2017 at 8:00 pm #2181ComputerFlakeParticipant
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.
March 3, 2017 at 11:22 pm #2194MotoSHotParticipantDid 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?
March 3, 2017 at 11:39 pm #2195MotoSHotParticipantAdditional info to my issue is that the flicker only happens in chrome. Desktop Firefox and IE are fine and Mobile Chrome is fine.
March 4, 2017 at 10:05 am #2197ComputerFlakeParticipantNope, 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.
March 9, 2017 at 2:06 am #2254ComputerFlakeParticipantCan no one address this issue since more than one of us is having it??
March 13, 2017 at 9:38 pm #2335HashKeymaster@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?
March 14, 2017 at 8:08 pm #2364ComputerFlakeParticipantI 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:
March 14, 2017 at 8:51 pm #2369HashKeymasterHi,
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.
March 14, 2017 at 11:21 pm #2372ComputerFlakeParticipantI’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.
March 15, 2017 at 7:54 pm #2379HashKeymasterMarch 15, 2017 at 9:57 pm #2382ComputerFlakeParticipantPosted
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.
- This reply was modified 6 years, 10 months ago by Hash.
March 16, 2017 at 8:01 pm #2392HashKeymasterI 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 });
March 16, 2017 at 8:10 pm #2395ComputerFlakeParticipantThanks. 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!
- AuthorPosts
- You must be logged in to reply to this topic.