Home Forums WoodMart support forum V4.0.2 – Update Errors

V4.0.2 – Update Errors

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #137191

    silentmedia
    Participant

    Hi there!

    Just updated to 4.0.2. Have a couple of errors…

    – All the font-icons have gone. See forest-av.com all icons now replaces with small boxes.
    – Some variation images replaced with coloured boxes.
    – Do you have a wishlist page I can import? (For ThemeSettings > Shop > Wishlist > [Whishlist Page]

    Thanks!

    #137202

    Hello,

    Starting from now, these plugins are no longer required: Redux Framework, CMB2, please delete them and check the issue.

    Please read and follow the manual for Wishlist https://xtemos.com/docs/woodmart/woodmart-wishlist/

    Best Regards

    #137205

    silentmedia
    Participant

    Hello,

    I managed to get it working again by clicking RESET DEFAULTS in Theme Settings.

    But this is not good. I was under the impression that it would RESET DEFAULTS for the TAB I was on (CSS), not everything in Theme Settings! This should be better explained.

    Thanks

    #137212

    silentmedia
    Participant

    Hello… update…

    Although the icons are working now, the problem with variation images is still there.

    Products have 3 variations images 2 work but 1 is showing colour swatch and not the product image. (I have checked that product image is recorded)

    You can see problem on site home page

    #137231

    Hello,

    Please make sure each variation in a variable product has an image: http://prntscr.com/kk870w

    If all the variations have the images, deactivate all the plugins not related to the theme and provide the site admin access to the private area

    Best Regards

    #137236

    silentmedia
    Participant

    Hello,

    Yes, I did all that.

    I looked at the code also and you can see its calling the swatch not image one one variation but not others. ( Screenshot attached ).

    The error causes loss of 1 image of 3 for all listings. Except for just one listing where all 3 image are ok. (https://www.forest-av.com/product/ipad-anti-theft-lockable-floor-stand/)

    Attachments:
    You must be logged in to view attached files.
    #137317

    Artem Temos
    Keymaster

    Please, send us your FTP access so we can troubleshoot it.

    #137324

    Artem Temos
    Keymaster

    Try to edit the file woodmart/inc/integrations/woocommerce/modules/swatches.php
    and replace this part

    if ( $variation['image_id'] !== $product_image_id ) {
        $option_variation['image_src'] = $variation['image']['src'];
        $option_variation['image_srcset'] = $variation['image']['srcset'];
        $option_variation['image_sizes'] = $variation['image']['sizes'];
    }

    with this one

    $option_variation['image_src'] = $variation['image']['src'];
    $option_variation['image_srcset'] = $variation['image']['srcset'];
    $option_variation['image_sizes'] = $variation['image']['sizes'];
    #137378

    silentmedia
    Participant

    Hello,

    Yes! The code change fix the problem. 🙂

    Will this be fix be updated on future release?

    #137414

    Artem Temos
    Keymaster

    Yes, we will review this and fix in the next update.

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

The topic ‘V4.0.2 – Update Errors’ is closed to new replies.