This topic has 13 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler
hello i hope you are good i want to disable slider in mobile
https://www.awesomescreenshot.com/video/19838248?key=8d982f1083a90294bc697b028c20c55f
Hello, Vasak,
Thank you for contacting us and for using XStore.
We added for you next code snippet in child-theme/functions.php
add_action('wp', function() {
add_filter('theme_mod_product_gallery_type_et-desktop', function($value) {
// maybe replace with origin wp_is_mobile()
return get_query_var('is_mobile', false) ? 'double_image' : $value;
});
}, 90);
By default we create a slider on mobile devices in case product gallery type was set to either one_image or double_image. In your case, we made force reactivation of double_image type for mobile devices.
Kind Regards,
8theme team
code thank you 15px between the photo and mobile 5px on the desktop is it possible
While optimizing the bird speed, I am making JavaScript delay, but I want to add this object, but how can I know the name of this object, which one is kuyamali code? https://tinyurl.com/274a8ml2
Hello, Vasak,
Thank you for your response.
1/ Please try to use the next custom CSS code in Custom CSS for mobile area:
.double_image .main-images > div {
margin: 0 5px 5px 0;
width: calc(50% - 5px);
}
2/ We recommend that you clarify with the person from whom you obtained this custom code, or directly with WPRocket (since you definitely purchased it independently).
Kind Regards,
8theme team
Hello, when I click on a photo, a two-layer zoom effect appears. When I want to cancel the first layer of zoom that appears in front of me, how can I do that? Can you please explain it to me? https://www.awesomescreenshot.com/video/19950319?key=5da2e31875d5e25f636d8da59ab40968
Hello, Vasak,
Please edit any page using Elementor page builder > go to Site settings > Lightbox > Image Lightbox > disable OR Single Product Builder > Gallery > disable Lightbox. You need to disable one of the mentioned lightboxes.
Kind Regards,
8theme team
https://tinyurl.com/2cjlxtqf
it didn’t work, i want the slider to work when i click the photo
https://www.awesomescreenshot.com/video/19951311?key=ec627a12c58b8ba18ab715dc602d5791
Hello, Vasak,
Thank you for your response.
1/ We can’t log in. Please check.
2/ Have you disabled the next – https://prnt.sc/zul6vWEyEIUV ?
Kind Regards,
8theme team
Hello, Vasak,
Please clear cache and check now.
We’ve disabled Lightbox in Elementor settings, as was described before.
Kind Regards,
8theme team
thank you you are very helpful
Hello, Vasak,
You’re welcome!
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up