Plugin Author
WPBean
(@wpbean)
Good to know you liked this plugin.
Yes, It’s possible. Please add this CSS code for that-
@media (max-width: 768px){
.wrps_related_products.wrps_theme_hover figure figcaption {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px);
-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
-moz-transition: -moz-transform 0.4s, opacity 0.1s;
transition: transform 0.4s, opacity 0.1s;
}
}
That worked perfectly! Thank you!
Can I also ask is there a way of having the slider repeat back to the first slide after it gets to the last one? It currently gets to the last one and just stops!
Plugin Author
WPBean
(@wpbean)
I am sorry, This is a feature of the premium version ( Slider Loop ).
Ok! If i pay for the license, is it lifetime?
I have noticed that if the text for the heading spreads over more than one line, the popup box gets cut off at the bottom, is there a way to fix this?
See Image: https://livegiveaways.co.uk/storage/LotteryCompanyErrors/SliderError.jpg
Thank you
This happens on desktop and mobile site
Plugin Author
WPBean
(@wpbean)
Hi,
Yes, The premium version license is a lifetime purchase. No renewal required.
Add this CSS to fix this issue-
.wrps_related_products.wrps_theme_hover figcaption {
min-height: 120px;
padding: 15px;
}
Thanks
Amazing! I have left a 5* review and I will purchase Pro on this plugin to support you guys 🙂
Thanks again!