Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #450552

    Hey,

    I used the Image with hotspots for the first time here:
    http://www.newyorkinspiration.com/nomad-north-of-madison-square-park/

    It looks good on this page but not on mobile and neither in my feedburner newsletter.
    I don´t know why there has to be a list below the image on mobile as there is no list in the normal view. Also the hotspots that has got a unique link does not have the link in the mobile versions list below the image.

    Cheers
    Charlotte

    #450581

    ..and also the beginning of the feedburner look like this, not so nice :(

    #450748

    Hey!

    It’s not possible to hover on mobiles so instead we create a list of the hotspots beneath the image. Are you wanting to hide the list?

    Cheers!
    Elliott

    #450784

    Yes, that would be great if I can hide it.
    What code shall I add?

    It´s a pity that it created another list in feedburner…

    Thanks.

    #451050

    Hi!

    You can use this to hide the fallback tooltip:

    @media only screen and (max-width: 767px) {
    	.av-hotspot-fallback-tooltip {
    		display: none !important;
    	}
    }
    

    Regards,
    Ismael

    #451167

    Great, thanks :)

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image with hotspots’ is closed to new replies.