Home › Forums › Basel support forum › Some bugs
Some bugs
- This topic has 6 replies, 2 voices, and was last updated 4 years, 7 months ago by Elise Noromit.
-
AuthorPosts
-
May 13, 2020 at 10:56 am #194612
zazyParticipantHello,
I like your theme but I found some bugs that must be addressed.1. If I hover on a menu entry that have submenu and then I hover to a neighbour menu entry that doesn’t have submenu, while previous submenu block is disappearing it start “jumping” because the disappearing animation brings it to hove the cursor pointer and to be shown again than it starts to hide because pointer is no longer hovering the block and so on (see attached video #1. Sorry for having to record this with the smartphone but enabling screen capture, for some strange reason, this bug disappears)
2. Trying to click on the “Go back” link in category view is frustrating! You have to position your cursor pixelperfect!! Unusable! (Video #2)
3. The add to cart sliding button si misplaced (screenshot in attachment # 3)
Attachments:
You must be logged in to view attached files.May 13, 2020 at 3:39 pm #194695
zazyParticipantI’m unable to modify my post so I reply to myself just to say that I solved 2 and 3 by myself. Number one is still a problem
May 13, 2020 at 3:53 pm #194700
Elise NoromitMemberHello,
Thank you very much for choosing our theme and for contacting us.
This is not a bug, this is the way any WordPress menu works on hover. You can configure “Open on mouse effect” and set by click, it would solve the problem.
Best Regards
May 13, 2020 at 9:26 pm #194742
zazyParticipantThank you for your reply.
I’m sure it’s not a WordPress issue but a menu animation issue. While fading out submenu block moves up toward the cursor so it will eventually hover the block causing the submenu to fade in again and then fade-out and then fadein and fade out and fade in an infinite loop. WordPress is palying no game here. Have you seen my video? It’s much clear in the video. Sub menu block is keeping appearing and disappearing continuosly even if mouse is stationary.I prefer submenus that appears on hovering because they are much more effective on selling.
May 14, 2020 at 8:25 am #194867
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.basel-navigation .menu>li.item-event-hover>.sub-menu-dropdown { pointer-events: none; } .basel-navigation .menu>li.item-event-hover:hover>.sub-menu-dropdown { -webkit-transform: none; transform: none; pointer-events: visible; pointer-events: unset; }
Best Regards
May 15, 2020 at 7:57 am #195213
zazyParticipantThis solved the issue. Thank you!
May 15, 2020 at 8:27 am #195221
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register