- This topic has 10 replies, 3 voices, and was last updated 4 years, 6 months ago by
Support Team.
- AuthorPosts
- August 5, 2018 at 3:09 pm #7647
kenbong
ParticipantHello there!
I’ve just tried uploading pictures into my new trip, it looks great on desktop but it looks obviously blur on mobile.
Can you please advise me the proper image size for trips to look great on both mobile and desktop please?
Thanks!
KenAugust 6, 2018 at 4:33 am #7648Support Team
KeymasterHello @kenbong,
First of all thank you very much for using the WP travel Plugin.
If you are getting the blurry image then just reset your thumbnail size by going to Admin Panel > Setting > Media > Thumbnail size and Medium Size as 600X600.
Screenshot:
https://image.prntscr.com/image/JUxH7Ud_RFaD7NU-gy1hVg.png
Also after the update please regenerate your thumbnail size using the plugin like given below:
https://wordpress.org/plugins/regenerate-thumbnails/
If the issues still persist kindly let us know.
Hope this helps.
Best Regards!!
Have a good day 🙂 .
August 6, 2018 at 9:26 am #7659kenbong
ParticipantDear Support Team,
Thanks for the reply!
I actually looked up this solution and tried it, but as per the link I sent you earlier it was still blurry. Does this mean that all my images in the ‘trip’ page needs to be 600 x 600 or similar ratio?
Thanks!
KenAugust 6, 2018 at 2:13 pm #7673kenbong
ParticipantDear Support Team,
I have tried regenerating the thumbnails and uploading various image sizes (including 600 x 600), but the feature image on the trip page is still blur when it is in mobile view, the images in the gallery at the bottom are very clear even if they are the same pictures, please advise?
Thanks!
KenAugust 7, 2018 at 10:02 am #7678Support Team
KeymasterHello @kenbong,
To resolve the issue please add below given CSS by going to Admin panel > Appearance > Customize > Additional CSS.
@media (max-width: 992px){ .wp-travel.trip-headline-wrapper .featured-side-image.left-plot .banner-image-wrapper img { display: block; visibility: hidden; } }
Hope this helps.
Regards!!
August 7, 2018 at 3:40 pm #7682kenbong
ParticipantDear Support Team,
Thanks for the reply!
I tried inserting the code, but after that the images wouldn’t show on mobile… please advise?
Thanks!
KenAugust 8, 2018 at 4:19 am #7686Support Team
KeymasterHello @kenbong,
We would like to apologize for the trouble.
When we inspected the site URL, we found that to resolve the issue you need to delete/remove the certain CSS code which is actually causing the problem.
Please find and remove the below given CSS.
/* Remove this code */
@media (max-width: 1200px) { .wp-travel.trip-headline-wrapper .featured-side-image.left-plot .banner-image-wrapper img { display: block; visibility: hidden; } } @media (max-width: 992px) { .wp-travel.trip-headline-wrapper .banner-image-wrapper { background-image: none !important; height: auto; } }
Now after removing the code that is mentioned above add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.
@media (max-width: 992px) { .wp-travel.trip-headline-wrapper .featured-side-image.left-plot .banner-image-wrapper img { visibility: hidden; } }
Hope this helps.
Regards!!
November 7, 2018 at 9:41 am #8444seal
ParticipantHello,
I have the same problem.
I have followed the 2 steps :
setting 600×600
regenerate thumbnail with plugin
it does not work so I have tried the CSS you gave here : sameAny idea ?
Thanks a lot
November 12, 2018 at 4:07 am #8455Support Team
KeymasterHello @leisureandadventure,
Thank you very much for the URL.
When we inspected your site URL we found that the images that you have used is very small as you can see in the screenshot below:
So please upload the image of at least 600*600 px so that it won’t have any blurry image issue.
Hope this helps.
Thank you 🙂 .
Regards!!
November 12, 2018 at 3:13 pm #8468seal
ParticipantHello,
Thank you very much for your answer.
I have tried with HD pictures, it is clear and after some minutes it becomes blur.
Any idea of what happen ?Thanks
November 13, 2018 at 4:06 am #8472Support Team
KeymasterHello @leisureandadventure,
The issue is quite unlikely to happen.
So can you once follow the steps mentioned one by one gain and check for the issue?
Step 1: Upload the image of size approx 600X600 px
Step 2: Reset your thumbnail size by going to Admin Panel > Setting > Media > Thumbnail size and Medium Size as 600X600.
Screenshot:
https://image.prntscr.com/image/JUxH7Ud_RFaD7NU-gy1hVg.png
Step 3: Also after the update please regenerate your thumbnail size using the plugin like given below:
https://wordpress.org/plugins/regenerate-thumbnails/
Please go through all the steps as mentioned above and verify.
If the issue still persists kindly let us know also make sure you inform us by uploading the image of bigger size, not the current one.
Thank you.
Regards!!
- AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.