Niloy - Codeixer
Forum Replies Created
-
this plugin has a simple settings page which has already proper details for the options . check the settings screenshort [navigation : woocommerce > gallery settings ]
that is ‘Infinite Loop’ . means when you click ‘next’ it will endless.
you want a different part “get to the last photo by clicking on the right arrow you must start from the first photo ” it’s also possible by custom work.
hope you understand.
Thankshello, the pro version has ‘Infinite Loop’ feature.
and here is the live demo of ‘Infinite Loop’ https://iamniloy.com/product/a-demo-product-for-wpgs/
ThanksSorry, the free version doesn’t have lightbox disable the feature.
Thank youHi,
yes if you use “Thumbnails to Show” :’0′ then the will freeze or not working properly. so make sure you use ‘1’
and the pro version has a thumbnail display option(hide/show). so you can purchase the pro version or you can use this CSS below for hiding the thumbnails..wpgs-nav { display: none; }
Hi, it’s CSS conflict issue.
please use this code below in Appearance > customize > Additional CSS.wpgs img { width: 100%; }
Hi,
i think it’s a theme conflict issue. i test in my local server with many images and everything is working perfectly(default WordPress Theme). please test it with default WordPress theme and let me know.
ThanksHi,
for resize the image you can use default woocommerce options. and use this filter for resizing the thumbnailsadd_filter ('woocommerce_get_image_size_gallery_thumbnail', function($size) { return array ( 'width' => 124,'height'=> 124, 'crop' => 0, ); });
for the white space under the slider, you need to edit the plugin file
adaptiveHeight:true
or you can buy the pro version .
let me know if you have any other questions .
Thanksmost welcome ??
Hello,
it’s happened because the default icon class CSS is overriding from your theme or other plugins.
so in your case, you need to use !important tag in CSS for overriding the icon with plugin css code or you can purchase the pro version.
Thanksuse this filter
add_filter ('woocommerce_get_image_size_gallery_thumbnail', function($size) { return array ( 'width' => 124,'height'=> 124, 'crop' => 0, ); });
and after that use ‘regenerate thumbnails’ plugin for resize
Hi, are you using a custom theme for your site?
i check it on default wp themes but not found the issue you mention.Forum: Plugins
In reply to: [Product Gallery Slider, Additional Variation Images for WooCommerce] Requestno, it’s not possible with only CSS.
Forum: Plugins
In reply to: [Product Gallery Slider, Additional Variation Images for WooCommerce] RequestSorry, i don’t understand. can you please explain.
Hi,
please use this css code below:.wpgs-for {
max-height: 345px;
}