
-
AuthorPosts
-
March 23, 2025 at 10:20 am #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?
Best regards
March 24, 2025 at 5:39 am #1480012Hey 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,
IsmaelMarch 24, 2025 at 11:10 am #1480039Thank 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.March 25, 2025 at 4:39 am #1480081Hi,
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.
Best regards,
IsmaelMarch 25, 2025 at 7:27 am #1480104Thank you, Ismael. I did all of that: cleared history, incognito mode, but they are still not visible for me…that’s really strange
March 25, 2025 at 7:56 am #1480105Two Android-Users do not see the arrows as well. So it’s not just my issue or an iOS issue
March 26, 2025 at 4:32 pm #1480210Hi,
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,
RikardMarch 27, 2025 at 2:24 pm #1480272Hi,
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,
YvonneMarch 28, 2025 at 5:51 am #1480310Hi,
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,
IsmaelMarch 28, 2025 at 12:52 pm #1480353Thank you! It’s working :)
Topic can be closed -
AuthorPosts
- The topic ‘Testimonals on mobile’ is closed to new replies.