Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1479948

    Hi,
    on the page linked in private content, I’ve integrated my testimonials and turned off the automatic rotation. In the mobile version, the navigation arrows don’t appear, and the element doesn’t stretch to full width like the other text.
    Can you help me?
    Screenshot

    Best regards

    #1480012

    Hey northorie,

    Thank you for the inquiry.

    The testimonial arrows are visible when we checked. If you need to adjust its position, add this css:

    .responsive #top #wrap_all .av-flex-cells .avia-slideshow-arrows {
        top: -50px;
        position: relative;
    }

    To adjust the space around the container, you can add this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all .av-flex-cells .no_margin.avia-testimonial {
        padding-left: 0 !important;
        padding-right: 0 !important;
      }
    }

    Best regards,
    Ismael

    #1480039

    Thank you, the container looks much better now, but the navigation arrows are still not visible on mobile :(
    iOS, Safari.
    How can we fix this? I tried with two different iPhones and my iPad.

    #1480081

    Hi,

    We actually moved the arrow below the testimonial container. Please make sure to purge the cache or remove the browser history before checking the page. You can also test it on incognito mode.

    View post on imgur.com

    Best regards,
    Ismael

    #1480104

    Thank you, Ismael. I did all of that: cleared history, incognito mode, but they are still not visible for me…that’s really strange

    #1480105

    Two Android-Users do not see the arrows as well. So it’s not just my issue or an iOS issue

    #1480210

    Hi,

    Thanks for the update. It looks like you are hiding the element on mobile now? If you should need further help, then please create a test page where we can see the actual element that you need help with.

    Best regards,
    Rikard

    #1480272

    Hi,
    I’ve switched it to “column” for the mobile version on the live site for now so that visitors can read all the testimonials. But I’d really like to have the issue fixed, because at the moment I have one testimonial section for desktop and a separate one for mobile.

    I’ve created a test page here: https://www.hirnharmonie.de/test/

    Best regards,
    Yvonne

    #1480310

    Hi,

    Looks like the nav animation doesn’t run on mobile view, rendering it invisible. Try to include this css code:

    .responsive #top #wrap_all .av-flex-cells .avia-slideshow-arrows a {
        opacity: 1;
    }

    Best regards,
    Ismael

    #1480353

    Thank you! It’s working :)
    Topic can be closed

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Testimonals on mobile’ is closed to new replies.