NikHiL Gadhiya
Forum Replies Created
-
Hello,
Please add the following code to change image size in your active theme function.php file.// for thumbnail image size function woocommerce_gallery_thumbnail_size_callback( $args ) { return array(240,240,0); } add_filter( 'woocommerce_gallery_thumbnail_size', 'woocommerce_gallery_thumbnail_size_callback', 99 ); // for main image size add_filter( 'woocommerce_get_image_size_single', 'woocommerce_get_image_size_single_callback',99); function woocommerce_get_image_size_single_callback( $size ) { return array('width' => 800, 'height' => 600, 'crop' => 1, ); }
Hello @rankengage ,
Please open a support ticket on our website so we can assist you further.Thank You.
Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Gallery doesn’t workingHello,
Please open a support ticket on our website so we can assist you further.
Thank You.Hello,
Please enable the Slider Swipe option from the plugin settings page.
Thank You.Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Gallery doesn’t workingHello,
Can you please set this option on your site.
This option is in Appearance > Customize > WooCommerce > Single Product > Single Product Gallery
https://prnt.sc/d4ZanEFOfrHzThank You.
Hello,
The current version of our plugin only supports standard WooCommerce one variation image. If you are using another plugin to add multiple images to your variations, Then both plugins will not work together. To resolve this issue, we need to implement the multiple variation images functionality in our plugin, which will take some time. Alternatively, you can ask the author of the variation images plugin to provide video support in their plugin.
Thank You.Hello,
Please select the Slider Layout as Vertical Left from the our plugin settings page.
The settings page is inside the product menu in admin area.
Thank You.Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Auto Play and Inline for iPhoneHello,
I’ve checked on your website and found you are not using our plugin.
Please contact your active plugin author.
Thank You.Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Unconfigured Product GalleryHello,
Please open support tickets through our website so that we can assist you in setting up our plugin on your website.Hello,
Kindly substitute this CSS with the previous CSS and clear your site and browser cache once the CSS has been added..images.nickx_product_images_with_video.loading { max-height: 650px !important; overflow: hidden !important; } @media (max-width:500px){ .images.nickx_product_images_with_video.loading { max-height: 360px !important; } }
Thank You.Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Unconfigured Product GalleryHello,
Please use the default elementor product images widget in your product template.
Also enable the Allow Template Filter and Remove Action option from the plugin settings page.
Thank You.Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Thumbnail image size/qualityHello,
Here is the hook for changing?image?size.?You can pass width and height based on your needs.// for thumbnail?image?size function woocommerce_gallery_thumbnail_size_callback( $args ) { return array(240,240,0); } add_filter( 'woocommerce_gallery_thumbnail_size', 'woocommerce_gallery_thumbnail_size_callback', 99 ); // for main?image??size add_filter( 'woocommerce_get_image_size_single', 'woocommerce_get_image_size_single_callback',99); function woocommerce_get_image_size_single_callback( $size?) { return array('width' => 800, 'height' => 600, 'crop' => 1, ); }
Thank You.Hello,
Please add the following CSS on your site..images.nickx_product_images_with_video.loading { max-height: 750px !important; overflow: hidden !important; } @media (max-width:500px){ .images.nickx_product_images_with_video.loading { max-height: 450px !important; } }
Thank You.
Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Unconfigured Product GalleryHello,
I’ve checked your product and found you have already installed?WPC Product Videos for WooCommerce?plugin for product gallery. Please try to deactivate this plugin and activate our plugin.?
Thank You.Forum: Plugins
In reply to: [Product Video Gallery for Woocommerce] Youtube video thumbnail errorHello?@poppers44,
We are providing only free version support here. Please open support ticket from our website.
Thank You.