Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1143057
    Jade
    Guest

    Hi, I need help with a tiny glitch on my blog (and it’s driving me a tad crazy as I can’t seem to fix it myself and I can’t access the support forum, WILL NOT allow me to log-in).

    The thumbnail/feature images for my blog posts are blurry (some are, not all), and I’d love some help to fix this!

    Thanks

    Jade Sultana

    #1143280

    Hey Jade,

    Please have a look at the following thread

    Why can you not login to the forum?

    What error are you getting?

    Best regards,
    Victoria

    #1143555
    Jade
    Guest
    This reply has been marked as private.
    #1143609

    Hi Jade,

    Thanks for contacting us!

    I checked your website and blurry images you are serving through CDN are missing srcset attribute while sharp images have it. Could you please try regenerating thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/ and check if that helps?

    Also, i searched your email in our database however user cannot be found. Could you please share purchase code or email connected to your account so we can reset your forum account? Since we only provide support to our registered users, it would be great to solve the login issue you are having as well.

    Regards,
    Yigit

    #1143614
    Jade
    Guest
    This reply has been marked as private.
    #1143617

    Hi,

    You can find your purchase code as shown in screenshot below

    Regards,
    Yigit

    #1143618
    Jade
    Guest
    This reply has been marked as private.
    #1143672

    Hi,

    Thanks! It seems like you have not registered to our support forum though.
    Please register here – https://kriesi.at/support/register/

    In the meantime, i went to Autoptimize > Images, changed quality to lossless and regenerated thumbnails again but that did not help. I am seeing following notice on dashboard

    Your ShortPixel image optimization and CDN quota was used, add more credits to keep fast serving optimized images on your site. If you already have enough credits then you may need to associate your domain to your Shortpixel account.

    I believe that might be the reason why some of your images have low quality.

    Please check your options with Shortpixel. If you would like to disable it, disabling image optimization option and regenerating images once again should help.

    Best regards,
    Yigit

    #1146984
    Jade
    Guest
    This reply has been marked as private.
    #1148582

    Hi,

    Delete any plugins related to optimisation, reset their settings and try re-upload an image.
    Check if this would solve the issue.

    Best regards,
    Basilis

    #1158702
    Jade
    Guest
    This reply has been marked as private.
    #1159246

    Hi Jade,

    Here is the code you can put in your funtions.php

    
    add_filter('jpeg_quality', function($arg){
        return 100;
    });
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

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