This topic has 3 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Hello everyone,
My first question is about the image size of the product page layout. I have many different pictures and now everything works fine on desktop mode, but not the mobile view. I tried a little bit more and I found out that the perfect height of the pictures is generally 200px and for mobile 150px. Is there a possibilty to use one value for mobile and one for the other sizes ?
Second question is about the size guide. I would like to add one picture for all products automatically as default size guide image. I have this code for the “xstore” but I don’t know what I have to change for the legenda theme.
function etheme_size_guide() { ?>
<div class=”size-guide”>
<?php esc_html_e(‘Sizing guide’, ‘xstore’); ?>
</div>
<?php
}
Thank you for your help
Andreas
I made a big mistake. It also doesn’t work with the height of 150px. So I need a solution for the mobile version of my site.
And I want to correct the code I have found. Sorry for all mistakes.
function etheme_size_guide() { ?>
<div class=”size-guide”>
“<a” href=”link_to_your_image_here” rel=”lightbox”><?php esc_html_e(‘Sizing guide’, ‘xstore’); ?>””
</div>
<?php
}
Hello,
Sorry for the delay due to the weekends.
Please read this documentation https://docs.woocommerce.com/document/fixing-blurry-product-images/
Implementation the size guide option, as on xstore, in legenda theme falls to the additional customization and out of the general support responsibility, in this case, you can contact these guys for the customize service: WP-Kraken team.
Hope you understand this matter, thank you.
Regards
You must be logged in to reply to this topic.Log in/Sign up