WC Products Widget Glitch
-

jgParticipant
Hi there,
I’m having an issue with WC Products Widgets placed inside HTML Blocks for my categories menu. I have all widgets in each block set to display the same number of products (2 or 4), but each time I reload the page, a few different HTML Block will display the incorrect number of products which looks uneven and in some cases causes issues with my HTML Block background images.
Screenshots, link and login below:
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please provide us your FTP access also so we can check it?
Thank you

jgParticipant
We don’t see anything on the ftp http://prntscr.com/h8m3m9

jgParticipant
apologies, same login should work now
We fixed this issue for you and include it in the next update as well.

jgParticipant
Thanks!
Can you please share the solution? I have a subdomain installation on that same server I need to apply it to.
Hello,
Try to replace this code in plugins/woodmart-core/inc/shortcodes.php
line 36
$args = array('widget_id' => rand(10,99));
with this one
$args = array('widget_id' => uniqid());
Kind Regards
XTemos Studio