Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #245277

    Hey Enfold.

    Is there an issue with your icons placed in a colour section not ‘linking’ to their destination with iPad or other tablets? A page we’ve set up works fine on smartphones, and desktops, but we’re having issues with tablets. The icons are not ‘splashing’ and appear static with no linking ability.

    Thank you.

    #245542

    Hey Marssolutions!

    Thank you for using the support forum!

    Most of the animations are disabled when viewing on a mobile device to improve loading speed but certainly not the links. If you don’t mind, please post the link to the actual page with the icon problem. Make sure that you have the latest version of the theme which is Enfold 2.6.2. We’ll be happy to assist you once we have taken a closer look at the issue.

    Regards,
    Ismael

    #245801
    This reply has been marked as private.
    #246068

    Hey!

    Thank you for the link.

    I’ll ask Devin and Josue to check this on their end. Please try this on Quick CSS or custom.css:

    .avia_mobile #top .av-parallax-section{z-index: 0;}
    

    This is the fix Kriesi provided on one of the topics with the same issue.

    Best regards,
    Ismael

    #246331

    Thanks Ismael,

    #246335
    This reply has been marked as private.
    #246414

    Hi!

    I’m sorry if you’re having this issue. Is this happening on another page? If you don’t mind, please list the steps that you have taken to create the section with the links. I’ll ask Kriesi to check this.

    Best regards,
    Ismael

    #246766
    This reply has been marked as private.
    #247709
    This reply has been marked as private.
    #249504
    This reply has been marked as private.
    #249620

    Hey!

    I’m sorry for the delay. We’re still investigating the issue. You’re having the same problem with this one and deactivating a plugin fix it for him. I hope the same thing can fix it on your end.

    https://kriesi.at/support/topic/ipad-and-iphone-page-links-not-working-urgent-unresolved/

    If that doesn’t work, please add this on Quick CSS or custom.css:

    @media only screen and (max-width: 989px) {
    .avia-section {
    background-attachment: scroll !important;
    }
    }

    Regards,
    Ismael

    #249658
    This reply has been marked as private.
    #250413

    Hi!

    We’re still investigating the issue and changing the background attachment to scroll should fix the links on mobile devices. Please refer to this link: https://kriesi.at/support/topic/mobile-problem/

    After that, add this on Quick CSS or custom.css:

    @media all and (min-width: 1024px) {
    .avia-section {
    background-attachment: fixed !important;
    }
    }

    Best regards,
    Ismael

    #251412
    This reply has been marked as private.
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘icons and ipad’ is closed to new replies.