• Resolved kitaj01

    (@kitaj01)


    Hello! Thank you for your amazing product! Is there a way to permanently display the Hover popup on tablets and mobiles? As they lack a mouse cursor to hover over the product for the popup to be displayed and see the price before clicking into the single product!

    Thank you

    • This topic was modified 4 years, 6 months ago by kitaj01.
Viewing 9 replies - 1 through 9 (of 9 total)
  • 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;
        }
    }
    Thread Starter kitaj01

    (@kitaj01)

    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 ).

    Thread Starter kitaj01

    (@kitaj01)

    Ok! If i pay for the license, is it lifetime?

    Thread Starter kitaj01

    (@kitaj01)

    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 reply was modified 4 years, 6 months ago by Jan Dembowski.
    Thread Starter kitaj01

    (@kitaj01)

    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

    Thread Starter kitaj01

    (@kitaj01)

    Amazing! I have left a 5* review and I will purchase Pro on this plugin to support you guys ??

    Thanks again!

    Plugin Author WPBean

    (@wpbean)

    Huge Thanks <3

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Display Hover permanently on mobile and tablet site’ is closed to new replies.