• Resolved barnabas1

    (@barnabas1)


    I have the plugin for the single product page and I like how it works.

    On mobile view however, I would have liked the slider to display one product at a time and not 2 as it does now. Could you help me to correct this?

    Regards,
    Barnabas

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author rajarora795

    (@rajarora795)

    Hi
    Thanks for using the plugin
    The plugin doesnot has any such provision. I would consider this in future update
    For the time being If you want to display one product at a time , look for file
    rvpplugin-frontend.js in frontend\js\ directory & open in any text editor.
    Somewhere around line 40 the code is

    breakpoint: 600,
    settings: {
    slidesToShow: 2,
    arrows:false

    }
    Just change sidesToShow to 1
    You might need to adjust some css in the file
    frontend\css\rvpplugin-frontend-style.css

    Thanks
    Rajnish

    Thread Starter barnabas1

    (@barnabas1)

    Thanks Rahnish for the reply. I don’t how to access the directory frontend\js\. Do I need to have a child theme for this?

    Plugin Author rajarora795

    (@rajarora795)

    Hi
    the complete path would be
    Your-wordpress-insallation-directory/wp-content/plugins/recently viewed products/frontend/js/rvpplugin-frontend.js
    Replace Your-wordpress-installation-directory with your own dir
    Thanks

    Thread Starter barnabas1

    (@barnabas1)

    Nice, I’ve managed to change it.

    Thanks!

    Plugin Author rajarora795

    (@rajarora795)

    Glad , it worked , marking query as resolved.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile view’ is closed to new replies.