Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author WP Media

    (@wp_media)

    Hey @softfully

    ​Sorry to hear about the issue!

    Indeed, this is caused by the <picture> method of delivering WebP to the site.

    If you don’t use CDN/Cloudflare or some extensive server cache like Varnish, you can safely use rewrite rules method and it will work (make sure to follow this guide in order to see if it really delivers WebP or not).

    Other than that, there should be an easy fix for this with some CSS so it would be great if you could share this page with us and we will provide the code that will fix it.

    ​Let me know if you need any further assistance, I am happy to help.

    Best Regards
    Marko

    Thread Starter S o f t f u l l y

    (@softfully)

    Thank you very much for your reply
    I use Cloudflare and if I use the rewrite rules method then webp images will not display
    So the last option is that please help me via CSS fix.
    My website: Softfully [.COM]
    You will see the Widget on the right sidebar and also in the footer, so please check both.
    Thank you

    Thread Starter S o f t f u l l y

    (@softfully)

    Please make results like Demo1 via CSS:
    Demo1: https://drive.google.com/file/d/1fAypwKMZXXFOal4mVUbCIxMxsvrB5Ffu/view

    Plugin Author WP Media

    (@wp_media)

    Hey,

    Try to add this code to your CSS:

    li>a.tptn_link {
        float: left;
    }

    ​Let me know if you need any further assistance, I am happy to help.

    Best Regards

    Thread Starter S o f t f u l l y

    (@softfully)

    In the footer, you will see “nVIDIA GeForce Game Ready Driver” image and looks good because that image I already uploaded with webp format so keep this in mind.
    Thank you

    Thread Starter S o f t f u l l y

    (@softfully)

    Yes, this works but needs little space between the image icon and text
    Thank you

    Plugin Author WP Media

    (@wp_media)

    Hey @softfully

    Ah, I see – you can update the code (replace the current one) with this:

    
    li>a.tptn_link {
        float: left;
        margin-right: 3px;
    }

    You can change the “3px” value to fit exact space between if this one is not good.

    Best Regards
    Marko

    Thread Starter S o f t f u l l y

    (@softfully)

    Thank you very very much…

    Thread Starter S o f t f u l l y

    (@softfully)

    Hi,
    I want to share some private information directly to your personal email
    Thank you

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Imagify Plugin issues with Top10 Plugin’ is closed to new replies.