Home Forums WoodMart support forum WC Products Widget Glitch

WC Products Widget Glitch

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #23397

    jg
    Participant

    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.
    #23409

    Artem Temos
    Keymaster

    Hi,

    Could you please provide us your FTP access also so we can check it?

    Thank you

    #23717

    jg
    Participant

    Here you are

    #23723

    Artem Temos
    Keymaster

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

    #23724

    jg
    Participant

    apologies, same login should work now

    #23728

    Artem Temos
    Keymaster

    We fixed this issue for you and include it in the next update as well.

    #23778

    jg
    Participant

    Thanks!

    Can you please share the solution? I have a subdomain installation on that same server I need to apply it to.

    #23794

    Eric Watson
    Participant

    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

Viewing 8 posts - 1 through 8 (of 8 total)