Find Answers and Get Support › Forums › Armadon – Gaming Community WordPress Theme › Performance Optimization › Blurry/low res product gallery thumbnail images
- This topic has 17 replies, 3 voices, and was last updated 4 months ago by Manathan.
-
AuthorPosts
-
@themodactyl
- 0 Topics
- 6655 Posts
Hi Jay,
Thank you for reaching out to us!
It’s best if we take a quick look at this. Could you create a new website user for us please? If possible with administrator capabilities so we can make a quick check of your settings. You can post the user name and password in your next reply and mark it as private to keep this between us.
Also, are we free to deactivate plugins for our tests? In this case, I invite you to make a backup before we investigate your website further in order to make sure you don’t loose any data if something goes wrong.
Thank you.
July 26, 2024 at 10:49 #48378@roboraptor- 0 Topics
- 411 Posts
Hi there,
Thanks for getting in touch!
We provide support only during Belgian business hours (Monday to Friday, from 8:30 am – 5:30 pm CEST), and our current response time can be up to 1 business day. We’ve received your request and we’ll get you an answer ASAP.
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help: https://doc.themosaurus.com/
Kind regards,
July 27, 2024 at 06:50 #48385@themodactyl- 0 Topics
- 6655 Posts
Hi Jay,
Thank you for granting us access.
To solve this, you need to increase the size of the Woocommerce Gallery Thumbnail Size. In order to achieve that, you can use this plugin : Simple image Sizes plugin.
- Install and activate Simple image Sizes plugin plugin. Please note that I already installed it on your site.
- Go to Dashboard > Settings > Media and increase the size of the woocommerce_gallery_thumbnail size, for example, to 200 x 200. Then, save Changes at the bottom of the page.
- Once this is saved, please click on “Regenerate Thumbnails” on the bottom of this page.
Let me know if you need more explanations.
Best,
July 29, 2024 at 12:30 #48393@themodactyl- 0 Topics
- 6655 Posts
Hi Jay,
It seems indeed something was preventing Simple image Size to upgrade the size. 🤔
So, we used this snippet to force Woocommerce to use another thumbnail size :
/*Change Woocommerce Thumbnail Image Size*/ add_filter( 'woocommerce_gallery_thumbnail_size', function( $size ) { return 'thumbnail'; } );
Thanks to this snippet, it will now use the
Thumbnail size
. Can you confirm all is fine on your side ?Best,
July 30, 2024 at 15:00 #48400@themodactyl- 0 Topics
- 6655 Posts
Hi Jay,
To fix this, simply add the following code snippet to your website:
/** * FIX : Adapt Image Size in Mini Cart */ .woocommerce-cart-form__cart-item.cart_item{ display:grid; grid-template-columns:25% 1fr; grid-gap:1rem; } .woocommerce-cart-form__cart-item.cart_item > .product-thumbnail{ grid-row:1/4; } .woocommerce-cart-form__cart-item.cart_item > .product-thumbnail img{ border-radius: var(--grimlock-archive-post-border-radius); overflow:hidden; } .woocommerce-cart-form__cart-item.cart_item .variation *{ text-align:left !important; } .woocommerce-cart-form__cart-item.cart_item dl, .woocommerce-cart-form__cart-item.cart_item .variation dd p{ margin-bottom:0px !important; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
August 1, 2024 at 09:35 #48420@themodactyl- 0 Topics
- 6655 Posts
Glad to read that Jay.
I’m afraid this issue is related to Elementor. We cannot reproduce this on a fresh installation without Elementor framework. As I told you, we are not compatible with Elementor. To solve this, I’m afraid you’ll need some customization work.
Best,
August 1, 2024 at 10:00 #48423@themodactyl- 0 Topics
- 6655 Posts
Strange, because the changes we made shouldn’t have interfere with that. There’s no reason that this issue should appear after the changes you made. 🤔
When I inspect the code, all leads me to Elementor. I’m afraid I cannot help you more with that. 🙁
Cheers,
August 1, 2024 at 10:39 #48431 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Blurry/low res product gallery thumbnail images’ is closed to new replies.