- This topic has 8 replies, 3 voices, and was last updated 4 years, 6 months ago by
Support Team.
-
AuthorPosts
-
February 22, 2019 at 6:27 pm #11183
siramericano
ParticipantI tried regenerating and changing media size both to 600×600 (medium and large)
Still getting blurry images – this is the link
https://www.sailandyacht.it/excursions/February 25, 2019 at 7:02 am #11244Support Team
KeymasterHello @siramericano,
When we inspected your site URL we found that the images that you have used are small.
So, please once upload the image of equal width and height approximately of around 600X600 px or greater and regenerate the thumbnail.
Hope this helps.
If the issue still persists then kindly let us know.
Thank you.
Best Regards!!
March 3, 2019 at 12:09 pm #11589siramericano
ParticipantI changed images two times and problem is still there
March 3, 2019 at 12:10 pm #11590siramericano
ParticipantI am uploading images that are at least 1200×1200 and it’s like the Wp Travel is resizing them
March 5, 2019 at 6:16 am #11651Support Team
KeymasterHello @siramericano,
Now, the plugin automatically crops the image in the small. With the next update, we will add the filter using which you will be able to manage the image size so that the blurry effect will be removed.
Even after adding the filter you need to again regenerate the thumbnail.
The update will be released pretty soon.
Hoping for your kind co-operations.
Best Regards!!
March 6, 2019 at 7:21 pm #11714siramericano
ParticipantThank you for answer, but my problem still persists even after new update!
March 7, 2019 at 5:45 am #11734Support Team
KeymasterHello @siramericano,
The issue won’t be resolved after updating the plugin. We have only added the filter. Now you have to use the filter in order to resolve the issue.
So please add below given code in your child theme’s functions.php file.
function wp_travel_image_quality_customize (){ $image_size = array( 'width' => 600, 'height' => 600 ); return $image_size; } add_filter('wp_travel_thumbnail','wp_travel_image_quality_customize');
Now after this regenerate the thumbnail.
This should work.
Let us know if that works or not?
Thank you.
Best Regards!!
March 20, 2019 at 7:39 pm #12407beat105
ParticipantHi I have also same problem with image galery of all my tours all the images have blurry effect.
can you help me please is there a way to remove this affect? thnx
here is a link one of my tours
https://www.famtours.com/tours-excursions/best-rafting-tour-in-antalya-national-park/March 21, 2019 at 5:34 am #12417Support Team
KeymasterHello @beat105,
As for the gallery issue, please upload the image of the size greater than 600X600px. Also, go to Admin Panel > Settings > Media and update the thumbnail size as mentioned in the screenshot below:
Also, finally make sure to regenerate the thumbnails using the thumbnail regenerating the plugin.
Hope this helps.
Additional please create your thread separately so that it would be easy for us to follow up your replies.
Thank you.
-
AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.