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

#132434

Hello,

12

Theme settings->Product page->Images->Main image click action to “none” full size images are no longer downloaded unless I click photoswipe icon. That’s why I want to find a method to disable it conditionally.

Have a look at the screen:

Original image width is 1000px, Widths set in Appearance > Customize > Woocommerce > Product image > Main image: 1000px –

Theme settings->Product page->Images->Main image click action to “zoom” Desktop https://gyazo.com/5202e03a40293423d37c35950729faa7 image is uploaded in its original width and it does not change

Theme settings->Product page->Images->Main image click action to “zoom” Ipad https://gyazo.com/e27f2372a589573d8094715875ed4c7f image is uploaded in its original width and it does not change

Theme settings->Product page->Images->Main image click action to “none” Desktop https://gyazo.com/5ddb2fb81d850282a07031f8c69fb5ef image is uploaded in its original width and it does not change

Theme settings->Product page->Images->Main image click action to “none” Ipad https://gyazo.com/3316145ac7b8427e1f0e347f773449b9 image is uploaded in its original width and it does not change

18) Add this code:

body .woodmart-title-size-extra-large .woodmart-title-container {
font-family: "Marcellus SC",Garamond, serif;
    font-weight: 400;
    font-size: 48px;
	color:red;
}

19) Set the background of the row which contains the slider element;

20) I have tested the image on my site https://gyazo.com/1fb71ce259f4a70e8fc201ea5f5f0a61 I have provided the demo above. SVG works properly with the theme, contact your host support.

21) If you want to call the popup in the Theme Settings > Shop > Promo popup add the class to the link woodmart-open-newsletter or add Popup element and set button form as a link https://xtemos.com/docs/woodmart/shortcodes-2/

Best Regards