Home Forums Basel support forum Some bugs

Some bugs

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #194612

    zazy
    Participant

    Hello,
    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.
    #194695

    zazy
    Participant

    I’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

    #194700

    Hello,

    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

    #194742

    zazy
    Participant

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

    #194867

    Hello,

    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

    #195213

    zazy
    Participant

    This solved the issue. Thank you!

    #195221

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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