Home › Forums › Pro Themes › Travel Gem Pro › show different departures in overview
- This topic has 8 replies, 2 voices, and was last updated 4 years ago by
wensolutions.
-
AuthorPosts
-
September 18, 2019 at 6:25 am #106299
matty
ParticipantWhen I create trips with different departure dates and pricing options as shownn in the picture below, the overview only shows the first trip date.
Is it possible to show all departure dates or just deactivate the function?
Thank you
matty
September 18, 2019 at 6:48 am #106303wensolutions
KeymasterHello
The trip meta info section shows the immediate date that is available for the booking. Displaying all the dates in the trip meta info section demands higher level of code customization and thus, you need to hire a professional developer.
However, to remove the section that displays the date, please add the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS
.single-itineraries .wp-travel-trip-meta-info li:nth-of-type(5) { display: none; }
Hope this helps
Feel free to reach us for any further query/confusion.
Regards!
September 18, 2019 at 9:58 am #106313matty
ParticipantThank you very much for your quick answer!
Your tip worked immediately and we are satisfied with the solution.
However, the travel date still appears in a few other places in certain trip filters, is there also a custom css class to make the date disappear?
https://ibb.co/Hp8VYwC
https://ibb.co/5YGfMBwThank you
Matty
September 19, 2019 at 12:01 am #106358wensolutions
KeymasterHello,
Can you please provide your site URL so that we can provide the precise fix on this?
Thank you.
September 19, 2019 at 8:51 am #106395matty
ParticipantOf course, here are the two cases we are talking about.
https://wp-test.powermeter24.com/?page_id=2030
https://wp-test.powermeter24.com/?activity=e-bike-reiseThank you
Matty
September 20, 2019 at 12:22 am #106430wensolutions
KeymasterHello
Please add the given CSS code by going to, Admin Panel > Appearance > Customize > Additional CSS
.archive .entry-meta .travel-info:last-child { display:none } .wp-travel-itinerary-list .wp-travel-post-content { font-size: 0 }
Hope this helps
Feel free to reach us for any further query/confusion.
Regards!
September 20, 2019 at 4:37 am #106450matty
ParticipantIt works perfectly fine, thank you very much !
September 20, 2019 at 4:44 am #106452matty
ParticipantCould you also explain to me why our header image is not scaled normally when using a 4k 27” monitor?
September 20, 2019 at 6:37 am #106457wensolutions
KeymasterHello @matty,
It is because of the image size used. You need to use the image of a bigger width so that the image will scale according to the screen size.
Hope this clears the confusion.
Thank you.
-
AuthorPosts
- You must be logged in to reply to this topic.