- This topic has 3 replies, 2 voices, and was last updated 3 years, 9 months ago by
Support Team.
- AuthorPosts
- August 22, 2019 at 10:08 pm #19171
eduardojcasanova@gmail.com
ParticipantHello
I am using the plugin shortcode to display my tours, but it only displays as grid and I would like to display as a lis (horizontaly)
The same thing for the search filter.
Is this posible via a Shortcode or CSS?
thanks
August 23, 2019 at 4:49 am #19181Support Team
KeymasterHello,
To change the display mode of the trips listing through shortcode or the search filter, please add below-given code in your child theme fuunctions.php file.
To know how you can create and activate the child theme, refer to below given link:
https://wptravel.io/how-to-create-a-child-theme/
After activating the child theme in your child theme functions.php file add below given code:
function wp_travel_deafult_mode( $view_mode){ return 'grid'; } add_filter('wp_travel_default_view_mode','wp_travel_deafult_mode');
Hope this helps.
Thank you.
August 23, 2019 at 5:47 pm #19202eduardojcasanova@gmail.com
ParticipantThanks a lot
August 26, 2019 at 3:42 am #19248Support Team
KeymasterHello
Glad that we could help you.
Feel free to write back to us for any further query/confusion.
Also, we would really appreciate to receive a review rating if you are having a good experience using our product as, it really motivates our team to keep up the hard work. You can follow the given link to post your words : https://wordpress.org/plugins/wp-travel/#reviews
Best Regards!
- AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.