Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #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
    Mauro

    #993329

    This problem is giving an F(0) grade on “Serve scaled images” in gtmetrix test

    #993558

    Hi,

    Please install a plugin like ” ShortPixel ” and try compress all the images.
    That should solve the issue

    Best regards,
    Basilis

    #994360

    I tried with ShortPixel, Regenerate Thumbnails, Simple Image Sizes and EWWW Image Optimizer but no change

    #994386

    If you need we have a clone site where you can work freely

    #995154
    This reply has been marked as private.
    #995706

    Hi,

    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,
    Basilis

    #995899

    with which plugin you tried ?
    on the staging site?
    When I tried there was no problem.
    Which error you got?

    Thank you
    Mauro

    #996333

    Hi,

    The images didnt got regenerated when i tried with a different size value.

    Best regards,
    Basilis

    #996616

    with 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

    #997149

    Hi,

    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ünter

    #997172

    Thank 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 cache

    I 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

    #997179

    in FEATURED PRODUCTS section in the home page images are loaded 450×450 while 180×180 should be correct

    #997915

    Also in shop page and in product category page are loaded 450×450 images while should suffice 300×300 (that do exist)

    #998408

    Hi,

    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,
    Dude

    #998511

    Great 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
    Mauro

    #1000138

    Hi,

    Please try removing the additional code, if it works fine then it is not necessary to add it back :)

    Best regards,
    Vinay

    #1000386

    ok 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 page

    Thank you
    Mauro

    #1001473

    Hi,

    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,
    Vinay

    #1009020

    Ok 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 images

    Thank you
    mauro

    #1009277

    Hi 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,
    Victoria

    #1009411

    Hi 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 image

    #1010147

    Hi 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

Viewing 23 posts - 1 through 23 (of 23 total)
  • You must be logged in to reply to this topic.