Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1279336

    Hi
    We use maps with hotspots on a new created website.
    On the mobile view, when we click on a hotspot, the navigation shifts to the right and the whole design is broken. How we can fix this?
    In the desktop view, it works without problem.
    See login data and example in the private content section.
    Thanks very much.
    Best regards
    Mike

    #1279790

    Hey Michael,

    Thank you for the inquiry.

    Would you mind providing a short clip or a screenshot of the issue? We cannot reproduce it on our end, clicking on the hotspots does nothing as expected.

    Best regards,
    Ismael

    #1279832

    Hi Ismael
    It only happens on a mobile device with a small screen.
    I made a video for you, see private content section.
    On a mobile device, you can click on a hotspot on the right side, then the navigation shifts to the right and the whole website is broken.
    Best regards
    Mike

    #1280057

    Hi,

    Thank you for the short clip.

    The hotspots are not supposed to be clickable on mobile view, and it seems like you will only see the issue if you actually try to reproduce it as shown in the short clip above. Regardless, the whole document should not shift to the right when those hotspots are clicked. Please try to add this code in the Quick CSS field or in the child theme’s style.css file to completely disable any pointer events for the hotspots.

    @media only screen and (max-width: 767px) {
        .av-image-hotspot {
    	pointer-events: none;
       }
    }
    

    Best regards,
    Ismael

    #1280086

    Hi Ismael
    Thanks very much. It works.
    But is this a bug of Enfold that the hotspots are clickable on mobile view?
    Best regards
    Mike

    #1280539

    Hi,

    Glad to know that the modification above is working. We are not really sure about the issue yet, but it might be specific to the browser. Please keep the modifications for now to disable the pointer events for the hotspots.

    Best regards,
    Ismael

    #1281641

    Hi Ismael
    We had the problem with the Chrome Browser. This browser is very popular, so I think, this could be an issue that should be fixed at your side?
    But this task here you can close ;-)
    Thanks very much.
    Best regards
    Mike

    #1281916

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Problems with hotspots (navigation shifts)’ is closed to new replies.