-
AuthorPosts
-
August 2, 2018 at 5:59 pm #992947
Hello,
we have already had issues with right size images in footer. Please see reference of previous ticket in private content
We have 4 columns in footer and in FEATURED PRODUCTS and ON SALE columns are loaded 450×450 images (<img width=”450″ height=”450″ …) while in BLOG footer column are loaded correctly 70x70px images.
Also in the home page FEATURED PRODUCTS slider load 450×450 images while 180×180 images do exist (I checked with ftp) while 180×180 images are loaded correctly in HIGHLIGHTS section(We have re-regenerated the various images with “Regenerate Thumbnails”)
Thank you
MauroAugust 3, 2018 at 5:52 pm #993329This problem is giving an F(0) grade on “Serve scaled images” in gtmetrix test
August 4, 2018 at 6:51 pm #993558Hi,
Please install a plugin like ” ShortPixel ” and try compress all the images.
That should solve the issueBest regards,
BasilisAugust 7, 2018 at 11:54 am #994360I tried with ShortPixel, Regenerate Thumbnails, Simple Image Sizes and EWWW Image Optimizer but no change
August 7, 2018 at 12:34 pm #994386If you need we have a clone site where you can work freely
- This reply was modified 6 years, 3 months ago by profumopuntoit.
August 8, 2018 at 9:34 pm #995154This reply has been marked as private.August 9, 2018 at 9:02 pm #995706Hi,
The plugins cant re-generate, I checked and the process does not go through.
You do need to check your server for that.Best regards,
BasilisAugust 10, 2018 at 10:51 am #995899with which plugin you tried ?
on the staging site?
When I tried there was no problem.
Which error you got?Thank you
Mauro- This reply was modified 6 years, 3 months ago by profumopuntoit.
August 11, 2018 at 8:46 pm #996333Hi,
The images didnt got regenerated when i tried with a different size value.
Best regards,
BasilisAugust 13, 2018 at 11:08 am #996616with which plugin you tried ?
in any case 90×90 or 120×120 images do exists so why are not loaded in the footer and are loaded instead the 450×450?Thank you mauro
August 14, 2018 at 4:21 pm #997149Hi,
The blog widget has an image size of 70 * 70. The 2 WooCommerce widgets render standard WC size ‘woocommerce_thumbnail’.
I added a fix for that. Will become part of a future update.
Meanwhile replace file
enfold\config-woocommerce\config.php
with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/config-woocommerce-1/config.php
Do not forget to make a backup of the original file for fallback. If you want us to do the update please provide FTP access credentials in private content.
Best regards,
GünterAugust 14, 2018 at 5:47 pm #997172Thank you
I have replaced the file with the fixed one but in the footer are still loaded 450×450 images
I have tested in the development site where there is not caching plugin, varnish on different browsers with clean cacheI added then at raw 16
$avia_config[‘imgSize’][‘woocommerce_thumbnail’] = array(‘width’=>70, ‘height’=>70);and now it works, but I don’t know if it would give problem in some other area of the site
Thank you
- This reply was modified 6 years, 3 months ago by profumopuntoit.
August 14, 2018 at 5:52 pm #997179in FEATURED PRODUCTS section in the home page images are loaded 450×450 while 180×180 should be correct
August 16, 2018 at 12:23 pm #997915Also in shop page and in product category page are loaded 450×450 images while should suffice 300×300 (that do exist)
August 17, 2018 at 1:06 pm #998408Hi,
You can change the woocommerce thumbnail sizes under Appearance > Customize. Then click on “WooCommerce” and insert your custom thumbnail size below the “Main image width” headline. You maybe need to regenerate your existing thumbnails with https://de.wordpress.org/plugins/regenerate-thumbnails/
Best regards,
DudeAugust 17, 2018 at 4:53 pm #998511Great thank you! That’s the point!
So should I leave the line I added?and all the code that was indicated from that previous ticket (year 2014) is all necessary?
Thank you
MauroAugust 22, 2018 at 6:02 am #1000138Hi,
Please try removing the additional code, if it works fine then it is not necessary to add it back :)
Best regards,
VinayAugust 22, 2018 at 3:09 pm #1000386ok I cleared some useless code
In “Related products” in single product page (five columns) images should be 180×180 but are loaded as 230×230
Same in FEATURED PRODUCTS in the home pageThank you
MauroAugust 25, 2018 at 5:48 am #1001473Hi,
The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.
Please perform the below steps to clear the browser cache:
1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.
The image width is 178px + 2px(border) = 180px.
Same with Featured Product on homepage :)
Please feel free to let us know if you have any issue.
Best regards,
VinaySeptember 12, 2018 at 5:25 pm #1009020Ok thank you. That’ fine.
One more issue
in the category pages there are some large images that do not get resized.
And that’s quite a problem because these are quite heavy imagesThank you
mauroSeptember 13, 2018 at 8:58 am #1009277Hi mauro,
https://cl.ly/749eeba30e50 This code affects, actually removes responsiveness of the images. You need to either remove it or adjust it with the media query to affect only the desktop sizes.
Best regards,
VictoriaSeptember 13, 2018 at 2:34 pm #1009411Hi Victoria
sorry I haven’t been very clear, I am not speaking of the product images that, with the code that you have highlighted, have been reduced a bit, thanks to a previous ticket, from 230×230 to 180×180, because I don’t like them so big in mobile view.
I am speaking of the header imageSeptember 15, 2018 at 3:28 pm #1010147Hi profumopuntoit,
Well, at this point there is not conditional loading and/or use of thumbs for the category image out of the box, this custom functionality needs to be built.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.