Home › Forums › WoodMart support forum › V4.0.2 – Update Errors
V4.0.2 – Update Errors
- This topic has 9 replies, 3 voices, and was last updated 5 years, 3 months ago by Artem Temos.
-
AuthorPosts
-
August 9, 2019 at 3:05 pm #137191
silentmediaParticipantHi 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!
August 9, 2019 at 3:38 pm #137202
Elise NoromitMemberHello,
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
August 9, 2019 at 3:40 pm #137205
silentmediaParticipantHello,
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
August 9, 2019 at 4:29 pm #137212
silentmediaParticipantHello… 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
August 9, 2019 at 6:04 pm #137231
Elise NoromitMemberHello,
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
August 9, 2019 at 6:34 pm #137236
silentmediaParticipantHello,
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.August 10, 2019 at 10:30 am #137317
Artem TemosKeymasterPlease, send us your FTP access so we can troubleshoot it.
August 10, 2019 at 10:59 am #137324
Artem TemosKeymasterTry to edit the file
woodmart/inc/integrations/woocommerce/modules/swatches.php
and replace this partif ( $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'];
August 10, 2019 at 3:30 pm #137378
silentmediaParticipantHello,
Yes! The code change fix the problem. 🙂
Will this be fix be updated on future release?
August 10, 2019 at 11:34 pm #137414
Artem TemosKeymasterYes, we will review this and fix in the next update.
-
AuthorPosts
The topic ‘V4.0.2 – Update Errors’ is closed to new replies.
- You must be logged in to create new topics. Login / Register