Home Forums WoodMart support forum WebP format for mobile?

WebP format for mobile?

Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #696078

    BVEdgie
    Participant

    Hello,
    In the PageSpeed analysis, it says that we should use WebP format and reduce size of pictures.
    How to setup pictures in smaller format for mobile version and normal for desktop?
    How to display webp format for mobile?
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #696139

    Hello,

    Please follow this guide and optimize your images:
    https://xtemos.com/docs-topic/images-optimizer/

    Best Regards,

    #696169

    BVEdgie
    Participant

    Hello,
    We use Imagify for years and it does the same, right?
    Why some images aren’t displayed as webp files?

    #696184

    Hello,

    Imagify also optimizes images and can generate WebP, Image optimizer is built specifically for the theme, handles more theme-specific images.

    Imagify can create WebP images, but they will only display if WebP delivery is enabled in the plugin settings and your server allows the WebP rewrite rules. Some images are not processed by Imagify, so they stay in JPG/PNG format. That’s why you see a mix.

    Best Regards,

    #696213

    BVEdgie
    Participant

    Can we use Imagify and your plugin at the same time?
    We have 9 Gb of images optimized by Imagify (it had a cost, too) so what happened to the already optimized images if we use your plugin?

    #696300

    Hello,

    You can use Imagify together. All your previously optimized images will stay exactly as they are; nothing will be overwritten.

    Please try to manually optimize images that have caused the issue.

    1. Navigate to Media > Library in WordPress.
    2. Use the search bar to find specific images that have issues.
    3. Select the images and click “Optimize” with Imagify.

    For more details ,follow the documentation about image optimization:
    https://www.wpbeginner.com/solutions/imagify/

    Hope this Helps!

    Best Regards,

    #696378

    BVEdgie
    Participant

    I know how to use Imagify, thanks. As I said, we use it for years.
    So, can you explain why I see this, after activated your Image optimizer plugin? :
    class=”wp-post-image woodmart-no-webp imagify-no-webp wp-post-image”

    It seems it won’t solve our issue.
    Thanks

    #696408

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #696418

    BVEdgie
    Participant

    Ok so please jump right now and let me know when done.
    I cannot leave opened access for a long time.

    #696426

    BVEdgie
    Participant

    Also, I’ve asked Imagify support team for the class=”imagify-no-webp” issue.
    Below is their reply:

    I can confirm that this has been happening because of the Woodmart theme. There is class being added to those images: Imagify no webp.

    This is most probably added by the Woodmart theme, as we had similar cases in the past. That code stops our WebP from being displayed, so you might ask the Woodmart team to tell you if it is possible to remove it

    So please assist and let me know when you’ve done on the test platform.

    #696470

    BVEdgie
    Participant

    Without any update from you, I had to close the access.
    Please Let me know when you’re ready after 9:00 UTC+1, or share your IP address.

    #696556

    Hello,

    Add the following code to the child theme and check if the WebP images appear in the single product gallery.

    add_action('init', function() {
    	if (function_exists('woodmart_single_product_gallery_images_webp')) {
    		remove_filter( 'woodmart_single_product_gallery_image_class', 'woodmart_single_product_gallery_images_webp' );
    	}
    });

    Best Regards,

    #696627

    BVEdgie
    Participant

    Hello,
    I’m afraid that it’s not better. See attached.

    Attachments:
    You must be logged in to view attached files.
    #696662

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards,

    #696726

    BVEdgie
    Participant

    Hello,
    Can you please share your IP address so I can allow you to access?

    #696746

    Hello,

    My IP address is 176.98.82.135

    Best Regards,

    #696753

    BVEdgie
    Participant
    #696846

    Hello,

    We checked the product page and can see that in the single product gallery, there is a <picture> tag with a WebP image https://monosnap.ai/file/g0UEilNn5IIQV2Z1BSgE3BXOr0sdYv.

    Best Regards,

    #696898

    BVEdgie
    Participant

    yes, it’s related to Imagify.

    #696975

    Hello,

    Do you have any further questions regarding the webp image or the picture tag?

    Best Regards,

    #696976

    BVEdgie
    Participant

    Yes, I want to solve this issue!
    The system has to deliver .webp images.

    #697060

    Artem Temos
    Keymaster

    Hello,

    Sorry, but we are a bit confused at the moment. Could you please clarify what issue do you have at the moment and send us a direct link to the page where we can see it?

    Kind Regards

    #697143

    BVEdgie
    Participant

    OK so, first, please check: this product page. You can see all images are not delivered as .webp format. It’s the same deal for all pages: at least the 1st image isn’t delivered as .webp format.
    then have a look at: PageSpeed report for this page and look at the “Improve image delivery” tab.

    Thanks

    #697149

    Artem Temos
    Keymaster

    OK, but we need to see the problem on the staging website, where we can perform some troubleshooting. We don’t have access to your main website.

    #697151

    BVEdgie
    Participant

    It’s open to world, so you can launch PageSpeed on any page now.

    #697365

    Artem Temos
    Keymaster

    Yes, but we need to check why the WEBP is not generated and we can do this via WordPress dashboard only.

    #697388

    BVEdgie
    Participant

    Hello,
    You have access (same credentials) except if your IP address changed. Then please share the new one.

    #697421

    Artem Temos
    Keymaster

    But you sent the test (staging) website URL again. But in your previous response, you shared the production website URL (without test. prefix).

Viewing 28 posts - 1 through 28 (of 28 total)