I want 4 products that are recently viewed on mobile to be displayed as a slider, where 2 are visible and if you want to see more you just slide. But there is no option. Looks like I would need to write my own css and js. But if you already had similar request it will really be much easier for me just to have a code for that funcitonality.
Thanks!
]]>Hello dear friends!
The plugin is nice but it would be the nicest of its kind if it had a slider or an owl-carousel mode. You could apply it in a PRO version. It will be a pitty if you abandon it.
Thank you in advance.
]]>Hello
Please tell me, does your plugin work with caching? With WP Super Cache plugin?
]]>Good day,
I set this: [wmvp_most_viewed_products number_of_products_in_row=”4″ posts_per_page=”4″]
but in pre-footer always are there 3 pieces of product, why?
]]>HI,
I recently added the plugin into my site and enabled both Recently viewed and mostly viewed products and opened some products, but the products are not showing.
I did a manual check from the products page and then it will show. Otherwise it will not show. Please help.
]]>Hi Team,
I viewed 4 to 5 products on site but it’s showing the first three only. 4th view should be replaced with the first one. I’ve set limit products to 3 in a row and total 6 for a page.
Please advise what’s done wrong here.`
]]>Hi, thanks for the plugin!
Well, it outputs recently viewed and most viewed products correctly, shortcodes work, product box is complete and well formed.
But it’s impossible to control it’s size when used inside a flex column – row. Product boxes are huge, and no css can control them even when the output it’s correctly wrapped with its own class. Of course you can force a max-width but there’s always a phantom box besides. I always fix and shape everything with css, this time I couldn’t.
It would be great if you add an option to choose the size of the products boxes. A field to enter the width for the element or even a selector will do the trick.
I can see that you haven’t updated your plug since a couple of months ago, but that doesn’t mean it’s abandoned.
Best regards,
]]>I am trying to display both “You have recently viewed and most viewed sections” with the short codes that your plugin provides but I do not get any results.
]]>Hi,
I developed a website with several languages. Can I have a different title for differents languages?
Thank you.
]]>Using the relatively new templating feature of Divi, I have created a default product page for WooCommerce. I want to include the Recently Viewed Products as part of the footer on those pages – and it works. However, it seems to also duplicate the viewed products above the template contents. I have tried a few others and they either do a similar thing or don’t show at all. Can you assist?
]]>Plugin add 1 second to page load time. It is slow query – WP_Query->get_posts(). PHP 7.3.13, 8gb RAM
]]>I have created a ticket on your website on your website almost one week ago and i haven’t got an answer yet. The ticket no is #951426 in case you want to take a look. The issue i have with your plugin is that when i disabled it a short-code would still appear for all the users. I tried deleting it and the issue remained. A short-code would be visible. When i reinstalled it it was working again but i do not want to use the plugin for now and i would like your help with this issue.
Thank you in advance.
]]>How to remove Title to be displayed
]]>This plugin hasn’t been tested with the latest 3 major releases of WordPress. Is it still maintained or supported? Has it been checked for compatibility issues when used with more recent versions of WordPress?
]]>Dear Developer,
Your plugin is absolutely promising. However, I’d appreciate if you help me with the two problems described below.
1. I have chosen 10 products to display in both recently and mostly viewed and I want them to appear left/right by scrolling instead of appearing altogether. Like on it should display only 4 items once at a time.
2. I have inserted the shortcode in the widget which is working fine on all pages except product page. On the product page, it’s displaying twice. I think it might be a default option. But please help me to hide that.
I hope you understand my query. I will wait for your urgent revert to fix this.
Thanks
]]>Hello
First of all, great little plugin!
Sadly it appears that the last WC update broke it, did you update the Live Demo site? Can anyone else confirm this?
It just shows the shortcode in the front end.
WooCoomerce: 3.4.5
Plugin version: 1.0.11
Hi,
Thank you for developing this great plugin. I used this plugin to show most view products on home page, but i want to show products in FIFO or LIFO order. So is there any parameter or any way to show like the same ?
I’m looking forward to your reply.
Thanks
Kamlesh
How to adjust “Recently Viewed” “Most Viewed” title font size and move it to center?
]]>includes/class.wramvp-frontend.php
Can you change
$wramvp_Frontend = new ced_wramvp_Frontend();
to
$wramvp_Frontend = \ced_wramvp_Frontend::get_instance();
Cause I do not have access to the hooks
I installed the plugin and it can show the recently viewed products easily. However, I found the recently viewed product is from all users. I would like to limit it to show only the recently viewed products by current user. Is there any setting for this? or it is not support?
]]>It would be very nice to be able to get an array of products instead of the complete standard output generated by the plugin. Is this possible?
]]>I have installed, activated, used the shortcode but nothing is showing, even that i have visited a lot of products.
]]>It appears that the plugin is only showing recently viewed products by everyone and not the current user. Is it possible to show recently viewed products by the current user instead of globally (for everyone)?
I noticed there was another inquiry about this over a year ago but I couldn’t add to that topic as it was closed.
]]>Hi.
I installed and activated your plugin.
Im using only the Recently viewed option..
In Recently viewed it shows it 2 times
like
Recently viewed
——-products—–
Recently viewed
——-products—–
Thanks
]]>Hi,
I have a problem, when I viewed a product then change to another products, the recently products not change, it always show specific products, but I’m not set that products at RV
Hi, I would like to remove “The Related” products from the single products page from our online art gallery that I’m building and insert your plugin and Rename “TRENDING ART”, as it’s on the single products page where to I install?
At the moment I have renamed “Related Products” to “Trending Art”
]]>Hi there, love your work.
Just wonder if possible to make the display working in slider instead of list?
Thanks
Can i allow the this to display in front page only ? how can i do it?
]]>Hi!
The Recently Viewed and most viewed products plugin makes Woocommerce-admin malfunction.
– The bulk action list is limited.
– The screen options list are gone.
Something happened after the Woocommerce update I think.
Best regards
]]>When the plugin outputs the most recently viewed products, the _hidden meta field isn’t accounted for. So products hidden from the catalog are selected. However, as part of the loop hidden products aren’t displayed. So, if your most recently viewed products were hidden it looks like the area is broken. Because have_posts() is true the area displays, but because some of the products may be hidden the products may all be hidden.
This probably affects both shortcodes.
The fix is pretty simple (but must be applied to both front-end/back-end implementations:
$args['meta_query'][] = [
'key' => '_visibility',
'value' => 'hidden',
'compare' => '!=',
];
Also, the sorting should be updated for WP 4+, as it seems to be inaccurate/deprecated:
'meta_key' => 'recent_view_time',
'meta_type' => 'DATETIME',
'orderby' => 'meta_value',
'order' => 'DESC',
]]>