Home Forums WoodMart support forum Extra thumbnails loaded and other Reply To: Extra thumbnails loaded and other

#130788

Hello,

1. When base 64 encodings is enabled for lazy loading, those images are not loaded as HTTP requests. They are encoded directly in HTML source code.

2. and 3 This is the way Product category element and Slider work. The images are responsive. Please provide the screen where images are not responsive. On mobile the design changes, titles goes under the image.

4. Change the design in Product Category design http://prntscr.com/o8wn3a

5. Please add this code to the Theme Settings > Custom CSS > Global:

body .woocommerce-product-gallery .owl-nav > div, 
body .wrap-loading-arrow  > div {
  background-color: rgba(255,255,255,0.9);
	margin: auto;
	padding:10px;
}

6. This is the way it works to avoid long annoying scrolling to “Add to cart” button. It cannot be changed.

7. Please provide the page URL with the problem.

8. When you have more content this problem does not occur.

Best Regards