Trip Widget

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7681
    wyes
    Participant

    Hi 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 page

    Thanks

    #7688
    Support Team
    Keymaster

    Hello @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:

    http://prntscr.com/kg0wku

    Hope this helps.

    Lets us know if you have any confusion further.

    Thank you.

    Best Regards!!

    #7701
    wyes
    Participant

    Hi 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

    #7702
    wyes
    Participant

    I found the way to show the specific location.. please ignore my last question.

    1. Is there any way to resize the trip image? because I want to show the trip 3 in a line

     photo usa 3.png

    2. How to show the trip based on price, for example, I want to show the price from high to low

    Thanks

    #7707
    wyes
    Participant

    3. 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 classic

    #7709
    Support Team
    Keymaster

    Hello @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 🙂 .

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘WP Travel’ is closed to new topics and replies.