Hello everyone, I wanted to ask if it’s possible to create something similar to the screenshots below. We run an online jewelry shop that also offers watches and perfumes. We’re now looking to add a feature for perfumes similar to other online shops, where the unit price calculation is included in the variation field. Is this achievable?
]]>Hello. If you change image in gallery, gallery box height not changing. With default woocommerce gallery everything okey, with this gallery height have bug.
In mobile height change if you scroll down.
maybe if in frontend.js:128 delete height will be okey?
this.$element.css(‘min-height’, this.$element.height()).css(‘min-width’, this.$element.width());
We wish to disable lazyload for all the images in gallery and otherwise and are unable to find the solution in paid or free version settings both. please help.
]]>Hi,
From new version of dokan is not comfortable will Variation gallery image plugin with dokan warranty modules.
Error like this--
[08-Oct-2024 08:58:03 UTC] PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in wp-content/plugins/dokan-pro/modules/rma/includes/class-trait-rma.php:187
Stack trace:
#0 /wp-content/plugins/dokan-pro/modules/rma/includes/class-frontend.php(216): Dokan_RMA_Frontend->get_settings()
#1 /wp-includes/class-wp-hook.php(324): Dokan_RMA_Frontend->get_item_data()
#2 /wp-includes/plugin.php(205): WP_Hook->apply_filters()
#3 /wp-content/plugins/woocommerce/includes/wc-template-functions.php(3887): apply_filters()
#4 /wp-content/plugins/woocommerce/templates/cart/mini-cart.php(70): wc_get_formatted_cart_item_data()
#5 /wp-content/plugins/woocommerce/includes/wc-core-functions.php(345): include('/home/1187255.c...')
#6 /wp-content/plugins/woocommerce/includes/wc-template-functions.php(2307): wc_get_template()
#7 /wp-content/plugins/woocommerce/includes/class-wc-ajax.php(224): woocommerce_mini_cart()
#8 /wp-includes/class-wp-hook.php(324): WC_AJAX::get_refreshed_fragments()
#9 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#10/wp-includes/plugin.php(517): WP_Hook->do_action()
#11 /wp-content/plugins/woocommerce/includes/class-wc-ajax.php(96): do_action()
#12 /wp-includes/class-wp-hook.php(324): WC_AJAX::do_wc_ajax()
#13 /wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters()
#14 /wp-includes/plugin.php(517): WP_Hook->do_action()
#15 /wp-includes/template-loader.php(13): do_action()
#16 /wp-blog-header.php(19): require_once('/home/1187255.c...')
#17/index.php(17): require('/home/1187255.c...')
I reached with Dokan support they confirm to me need to fix from your end.
Thank you
]]>Hi, is there a way to add dot indicators on top of the main image?
]]>Hi! I have the “Additional Variation Images Gallery” combined with “Variations as Single Product for WooCommerce”. I want to show a second image while I do hover in a Variation Product. How can I manage it?
]]>Hi,
i’m trying to change some line of codes for product-images.php file.
i move original file to my child theme. after change it not changing.
can you guide me plz.
thank you
]]>When I select a color, I would like the product tab to show only photos of products/variants of that color. To do this, however, the user must also choose the size, otherwise the gallery will not change. Is there a method to show only the photos of products of a certain color, without selecting the size?
]]>Hi, on initial product page load and after variation selection I am seeing console error
Uncaught TypeError: Cannot read properties of undefined (reading ‘done’)
at i.value (frontend.min.js?ver=1724587194:1:11862)
at frontend.min.js?ver=1724587194:1:11772
at underscore.min.js?ver=1.13.4:2:8337
This also prevents the image loader to stop spinning when changing the product variation so the product image never shows.
]]>Hello, I am using two of your plugins.
When I’m using the Sticky Header Effects for Elementor plugin and leaving the header fixed when scrolling the page, when I click on zoom the image stays below the header instead of opening the entire screen
]]>I am unable to select multiple or drag in multiple it still only lets me add one.
]]>Hello,
If the “Additional Variation Images Gallery for WooCommerce” plugin is activated then the width of the product image widget (Elementor) is very small. Can you please help me to resolve this problem ?
]]>Hello, I’ve tried every possible settings, but my gallery images keep being super blurry. Is there any way to fix the definition of the images?
Thanks in advance!
Hello,
i have a problem with your Plugin and the option with sticky positioning in Elementor. It seems, it doubles the content when i scrolling.
without your Plugin:
Plugin Activated:
]]>Hi there,
May I ask two questions before the purchase please?
Thanks a lot and have a great day!
]]>Are there any instructions on how I can disable the front-end loading of dashicons while still being able to use this plugin? I want to replace dashicons with Font Awesome. Thank you!
]]>Hi
I have a e commerce store for swimwear, with 42 variation (7 sizes, 6 colors) for each product. I want to change the image variation for the 6 colors.
With your plugin, is there a way to bulk update the 42 variations at once, like export/import the images
instead of manually uploading the images for each of the 42 variations ?
Thank you
]]>Hello Emran,
thank you for creating this awesome plugin!
Might I suggest a slight change to the plugin logics?
My customers complaint about “weird behavior” of the plugin.
If a variation has no gallery images but has an image, the plugin would still display the gallery images of the parent product.
In our case this for instance led to a mix of colors: https://ibb.co/wwGgrCs
Our implemented solution looks as follows:
/**WooCommerce Product Gallery Fix*/
add_filter('woo_variation_gallery_available_variation_gallery',function($available_variation, $variation, $product_id){
if(empty($variation->get_gallery_image_ids()) && !empty($available_variation['image'])){
$available_variation['variation_gallery_images'] = [$available_variation['image']];
}
return $available_variation;
},100,3);
This way the Gallery Thumbnails are removed and only the variation image is displayed.
Maybe you would consider to make this a default behavior – or at least a setting?
Thank’s again for your work!!!
Yours,
Ilja
add_filter('webexpert_skroutz_xml_custom_gallery','webexpert_skroutz_xml_custom_gallery',10,2);
function webexpert_skroutz_xml_custom_gallery($gallery_image_ids,$product) {
if ( $product->is_type( 'variation' ) ) {
$colour=get_post_meta($product->get_id(), 'attribute_pa_'.esc_attr( get_option('we_skroutz_xml_colour')), true);
if ($colour) {
$gallery=get_post_meta($product->get_parent_id(),'_product_image_gallery_pa_'.esc_attr( get_option('we_skroutz_xml_colour').'-'.$colour,true));
if (is_array($gallery)) {
$gallery=end($gallery);
}
$expl=explode(",",$gallery);
?array_shift($expl);?
return $expl;
}
return [];
}else {
return $gallery_image_ids;
}
}
This is a filter of functions.php in hello elementor theme that i need to modify, so the additional images added in the Additional Variation Images Gallery for WooCommerce plugin, could show in the XML of WooCommerce Skroutz & BestPrice XML Feed.
]]>I need the variation option value in the drop down to display and change when each variation thumbnail is clicked. Is this included or do you have some jquery for this
]]>Hello.
Is it possible to enable a placeholder or somehow determine the height of the main product photo on the product card so does not skip until the photo from the gallery is loaded?
Could I ask for help?
I had the brilliant idea of taking a look at the css of the plugin, and after a lot of bad manipulation the plugin disappeared, it is no longer in the list of active or deactivated plugins and if I try to install it it tells me that the destination folder already exists, but I do not have access to this destination, otherwise I would try to delete the damaged file… I have the pro version that has not been moved and that asks me to reinstall the basic one
]]>Hello,
I am using your plugin in version PRO to build custom stores in WooCommerce.
I’d like to:
Is it possible?
Could you help me please?
When activating the plugin, the product image becomes very small
2023-09-16T10:00:16+00:00 CRITICAL Uncaught Error: Call to a member function get_id() on bool in /home/houseofk/public_html/wp-content/plugins/woo-variation-gallery/includes/class-woo-variation-gallery-frontend.php:631 Stack trace: #0 /home/houseofk/public_html/wp-content/plugins/woo-variation-gallery/includes/class-woo-variation-gallery-frontend.php(700): Woo_Variation_Gallery_Frontend->get_default_gallery_images(15447) #1 /home/houseofk/public_html/wp-includes/class-wp-hook.php(310): Woo_Variation_Gallery_Frontend->get_default_gallery(”) #2 /home/houseofk/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters(”, Array) #3 /home/houseofk/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #4 /home/houseofk/public_html/wp-content/plugins/woocommerce/includes/class-wc-ajax.php(96): do_action(‘wc_ajax_get_def…’) #5 /home/houseofk/public_html/wp-includes/class-wp-hook.php(310): WC_AJAX::do_wc_ajax(”) #6 /home/houseofk/public_html/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters(false, Array) #7 /home/houseofk/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #8 /home/houseofk/public_html/wp-includes/template-loader.php(13): do_action(‘template_redire…’) #9 /home/houseofk/public_html/wp-blog-header.php(19): require_once(‘/home/houseofk/…’) #10 /home/houseofk/public_html/index.php(17): require(‘/home/houseofk/…’) #11 {main} thrown in /home/houseofk/public_html/wp-content/plugins/woo-variation-gallery/includes/class-woo-variation-gallery-frontend.php on line 631
]]>Im having an issue on this page here, where each product in the Qube Receptions Desks have issues on load, such as variation images / featured image. This issue only seems to occur when first going to the site, then soon after begins to work, lots of console log issues. Any ideas on why this would occur? plugin is up to date along with woo-commerce and WP.
]]>Hi, the problem I face is when I set ‘Disable preloader on loading variation images’ the image when selecting the variant is grey and only visible when you hover over it. I also regenerated thumbs after trying out. Still no direct visibility of the image. The Flatsome theme used has no settings that could prevent the image from loading without grey overlay…
]]>Hi i would like to import multiple images per variation, these images are hosted online
i refer to this post https://www.ads-software.com/support/topic/is-this-plugin-allow-importing-variations-images-an-videos-via-all-import-plugin/
i can see this field in the Woo built-in importer. Please give details on how to format the data, what header to use, etc
Thanks so much
]]>Hello
is there a way to show product gallery in shop/archive page or even custom loop and be compatible with the variation clicks, so when clicking on variation it loads its own gallery , not just one image ,
meaning , making it work kind of like the single product page
i’ve managed to get the main gallery , but when click on variation of course it doesn’t change , here is the code
<?php
// Get product image gallery
$gallery = $product->get_gallery_image_ids();
// Check if there are images in the gallery
if (!empty($gallery)) {
echo '<div class="product-gallery-slider">';
foreach ($gallery as $image_id) {
echo '<img src="' . wp_get_attachment_image_url($image_id, 'large') . '" alt="' . get_the_title() . '">';
}
echo '</div>';
} ?>
Thanks in advance ??
]]>