Viewing 5 reply threads
You must be logged in to reply to this topic.
Hey,
there are two bugs in testimonial carousel:
1) The text is displayed on the left when it is too short. I’ve fixed it with this css tweak:
.testimonial_carousel .item p{
text-align: center;
width: 100%;
}
2) The arrows are very tipsy, can I display them the whole time so they doesn’t fade out?
Thanks.
Best regards,
Marc
Hello,
1-Thanks for noticing this. We’ll change it in the next update
2- Please add these lines into your custom css box:
.testimonial_carousel_element .pagination a.prev { opacity: 1;}
.testimonial_carousel_element .pagination a.next { opacity: 1;}
Best regards!
Hello,
thank you, but it would be great when the arrows don’t move and stay in their initial position. Is that possible?
Thanks.
Best regards,
Marc
Hello,
Sorry for the late reply.
Yes, the css code above does that. Is it not working for you? If you want, you can send us your wp credentials in a private reply so we can do it for you.
Best regards!
Hello,
at the moment they don’t disappear anymore, but the arrows still move to the sides. I think that there is a JS tweak necessary for this, but I can’t figure out what I have to change.
Thanks!
Best regards,
Marc
Hello,
Please add this code into your custom css box:
.testimonial_carousel_element:hover .pagination a.prev{ left: 0px;}
.testimonial_carousel_element:hover .pagination a.next { right: 0px;}
Best regards!
You must be logged in to reply to this topic.