Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3412366
Webp Pictures vs Elementor/Soledad
Closed

Comments

  • lifeisfullofgoodies started the conversation

    Hi Support Team,

    is there a workaround to tell the Theme or Elementor to use webp images ? 

    Tried these via htaccess but no positive result


    <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteCond %{HTTP_ACCEPT} image/webp
        RewriteCond %{DOCUMENT_ROOT}/$1.(jpe?g|png).webp -f
        RewriteRule ^(wp-content/uploads.+.(jpe?g|png))$ $1.$2.webp [T=image/webp,E=accept:1]
    </IfModule>

    <IfModule mod_headers.c>
        Header append Vary Accept env=REDIRECT_accept
    </IfModule>

    AddType image/webp .webp

    Regards

    Timm

  •  2,485
    PenciDesign replied

    Hi,

    If you want to use the Webp image format for your site, you should install one of the following plugins:

    - Imagify: https://wordpress.org/plugins/imagify/

    - WebP Express: https://wordpress.org/plugins/webp-express/

    - EWWW Image Optimizer: https://wordpress.org/plugins/ewww-image-optimizer/

    Important note: You need to disable all lazyload options from the third-party plugin you have installed, as they are conflicting with the Soledad theme's features.

    Regards,
    PenciDesign.