Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #977071

    Hello!

    Android and desktops are not a problem.

    On iPads and iPhones, when the client clicks on an image set with a manually link, he says it only works about half the time.

    Can you go to https://votechguru.com/recommended-equipment/ and click the B&H and Amazon images and let me know what you think?

    Thanks!

    #977301

    Hey JeffBianchi,

    Thank you for using Enfold.

    You have to double the tap it to activate the overlay before going to the link. If you want to disable the overlay on mobile view, use this css code.

    .avia-mobile .avia-image-overlay-wrap a.avia_image .image-overlay {
        display: none !important;
    }

    Best regards,
    Ismael

    #977534

    Is this double tapping required only on apple products? As I mentioned, I don’t have to do that on my android mobile products.

    Also, what is the overlay you mention? Is that something defined in the image element?

    #977772

    Hi,

    Android and Apple products work a bit differently in some cases unfortunately. On Apple devices, the first tap would bring up the overlay, the second one would go to the link. So if you remove the overlay the first tap should go to the link instead of bringing up the overlay. Could you try to disable it to see if it helps please?

    Best regards,
    Rikard

    #1006172

    by the way the class on html for mobile devices is : avia_mobile
    (avia-compat.js – line 11)

    so :

    .avia_mobile .avia-image-overlay-wrap a.avia_image .image-overlay {
        display: none !important;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.