- This topic has 5 replies, 3 voices, and was last updated 4 years, 2 months ago by
wensolutions.
- AuthorPosts
- April 9, 2019 at 6:01 am #13312
max
ParticipantHi sir,
May i request to provide solution to solve below issue?
1) Why every time i post the image into the trip but the photo is always over the image proper size as below?
https://www.sunrise.com.my/tours/wp-content/uploads/2019/04/2.jpg2) How to hide the itinerary description when i post on it and together into the trip too?
https://www.sunrise.com.my/tours/wp-content/uploads/2019/04/1.jpg
https://www.sunrise.com.my/tours/wp-content/uploads/2019/04/3.jpgApril 9, 2019 at 6:43 am #13324Support Team
KeymasterHello @max,
Please find the answer to your queries below:
Query #1:
Response: The image will get cropped when displayed in the single trip page. So upload the image of the size 600X600px so that it perfectly fits in the screen.
Query #2:
Response: To remove the description, add below given CSS.
.wp-detail-review-wrap .trip-short-desc { display: none; } .post-type-archive-itineraries .entry-content p { display: none; }
Hope this helps.
Thank you.
April 9, 2019 at 6:52 am #13330max
ParticipantHi sir,
It’s work but this part is still display the description
https://www.sunrise.com.my/tours/wp-content/uploads/2019/04/3.jpgApril 9, 2019 at 10:19 am #13359wensolutions
KeymasterHello @max,
Please replace the code given below:
.wp-detail-review-wrap .trip-short-desc { display: none; }
With the code given below:
.wp-travel.trip-headline-wrapper p { display: none; }
Hope this helps.
Thank you.
April 9, 2019 at 10:36 am #13361max
ParticipantHi sir,
Thank you and it’s work!
April 9, 2019 at 11:06 am #13362wensolutions
Keymaster - AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.