- This topic has 5 replies, 2 voices, and was last updated 4 years, 9 months ago by
Support Team.
- AuthorPosts
- August 7, 2018 at 1:00 pm #7681
wyes
ParticipantHi Team Support,
I just wondering, do you provide shortcode for trip widget?
I want to show my trip like this https://w-yes.com/itinerary/?price=&type=&location=25&view_mode=grid
on my landing pageThanks
August 8, 2018 at 5:00 am #7688Support Team
KeymasterHello @wyes,
You can definitely list the trip at the front page from the shortcode using the WP Travel plugin.
For this please follow below given steps:
– First of all, go to Admin Panel > Appearance > Widget and place the “Text widget” in the Front Page widget area.
– Now place the shortcode in the text edit screen of the text widget.
This will list the widget in the front page widget area in grid view.
Screenshot:
Hope this helps.
Lets us know if you have any confusion further.
Thank you.
Best Regards!!
August 8, 2018 at 3:34 pm #7701wyes
ParticipantHi Team Support,
Thanks for the answer. How to show specific location/destination, for example, I want to show only USA or I want to show only specific activities or trip type?
Thanks
August 8, 2018 at 4:01 pm #7702wyes
ParticipantAugust 9, 2018 at 12:09 am #7707wyes
Participant3. How to show the trip based on trip type & location at the same time.
For example I want to show trip package location in USA and trip type is classicAugust 9, 2018 at 4:43 am #7709Support Team
KeymasterHello @wyes,
Please find the answer to your query below:
1. Is there any way to resize the trip image? because I want to show the trip 3 in a line
Response: To to display the trips in three column using the shortcode you have to create and activate the child theme.
To know how to create and activate the child theme please refer to below given link:
http://wptravel.io/how-to-create-a-child-theme/
After activating the child theme in your child theme functions.php file add below give code.
function wp_travel_column_customization(){ return 3; } add_filter('wp_travel_itineraries_col_per_row','wp_travel_column_customization');
Query #2 and #3
Response: As for your query #2 and #3, currently we do not have such feature in the plugin. But the feature has been noted as the requested feature and we will definitely consider the feature in the coming updates.
However, if you want the feature now then you can always consider hiring the professional developer so that you would get what you exactly want.
To hire a developer please refer to below given link.
http://wptravel.io/hire-wordpress-customizer/
Hope this helps.
Regards!!
Have a good day 🙂 .
- AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.