Blurry images on the classes page

Support Forums for LiveMesh Themes & Plugins Forums FitPro Theme Support Blurry images on the classes page

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #18460
    kudu-digital
    Member

    Hello,

    we uploaded pictures for the trainers. The pictures look good on the trainer pages.

    Although they look very blurry on the classes page.

    I tried to scale down the thumbnail, but it still look blurry. What should we do?

    Thanks

    #18515
    Raghavendra
    Moderator

    Can you pls change the line number 30 of single-fitness_class.php file to

    
                    'image_size' => 'medium',
    

    and see if that makes a difference?

    #18554
    kudu-digital
    Member
    This reply has been marked as private.
    #18581
    Raghavendra
    Moderator

    I had to change size to full at line number 33 of single-fitness_class.php as well. Upcoming update will have this fix.

               mo_thumbnail(array(
                    'post_id' => $trainer_id,
                    'image_size' => 'small',
                    'wrapper' => false,
                    'image_alt' => get_the_title($trainer_id),
                    'size' => 'full'
                ));
    

    Alternatively, you can set Thumbnail Generation Option to WordPress in General tab of theme options. I would recommend it unless you find any issues (in case pls report back to us).

    #18583
    kudu-digital
    Member

    yes great, thank you. so it was a general issue with the theme, not only related to my wordpress install?

    thanks a lot for your help, please delete the link to our site in the first post.

    #18588
    Raghavendra
    Moderator

    Yes, you are right. It is an issue with the theme and update is ready with that fix. BTW, I deleted the links.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.