• smartsmell

    (@smartsmell)


    Hello!

    Main thing is that the plugin shows the viewed products as expected ?? Thank you!

    1) Whatever I put in “Label for Recent Products” I got the title “Recently Viewed Products on the site”.

    2) My site is multilingual, but I have no option to translate this string or al least to hide or redefine the title in the shortcode.

    3) How can I change arrows (icon, size, color) if they do not fit my design?

    Thank you in advance for your amswer.

Viewing 1 replies (of 1 total)
  • Plugin Author rajarora795

    (@rajarora795)

    Hello
    1) The Label is fetched from the plugin settings page, there was bug in the code where the shortcode was not fetching the updated label from the plugin-settings page.The bug has been rectified . Please install the latest version
    2)The label uses __( ) so is translate ready. However there is no provision to add label to shortcode yet.I would add that in future updates.
    3)All the icon,color and size comes from css classes
    rvpscarousel .slick-next:before {
    content: ‘>’;
    color: black;
    font-size: 60px;
    }
    rvpscarousel .slick-prev:before {
    content: ‘<‘;
    color: black;
    font-size: 60px;
    }
    Override these classes in your theme to fit your design

    Hope this solves the issues
    Thanks
    Rajnish

Viewing 1 replies (of 1 total)
  • The topic ‘Label for Recent Products’ is closed to new replies.