- This topic has 12 replies, 6 voices, and was last updated 3 years, 3 months ago by
wensolutions.
-
AuthorPosts
-
August 21, 2018 at 4:30 pm #7848
amkocaine
Participantis it possible to add col per row and view mode for each itenerary shortcode. for example : [WP_TRAVEL_ITINERARIES type=featured view_mode=list col_per_row = 4]
August 21, 2018 at 4:33 pm #7849amkocaine
Participanti mean [WP_TRAVEL_ITINERARIES type=featured view_mode=grid col_per_row = 4]
August 22, 2018 at 6:24 am #7859Support Team
KeymasterHello @amkocaine,
First of all thank you very much for using the plugin.
Currently, the shortcode provided by the plugin does not include the view mode parameter but column for the trips displayed using the shortcode can be managed adding the custom code via 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 please add below-given code in your child theme functions.php file.
function wp_travel_custom_fxn_shortcode_col_per_row() { return 4; } add_filter( 'wp_travel_itineraries_col_per_row', 'wp_travel_custom_fxn_shortcode_col_per_row', 20 );
Also, to know further about the shortoce feature please refer to our official documentation given below:
http://wptravel.io/documentations/user-documentation/shortcode/
Hope this helps.
Best Regards!!
Have a good day 🙂 .
August 22, 2018 at 6:39 am #7860amkocaine
Participantthanks for your prompt response. will this function modified the setting for all itinerary display? I just want to set view mode for each type of itinerary. I think that can’t do for me. anyway, I like wp-travel plugin very much, keep the good work.
August 22, 2018 at 7:03 am #7869Support Team
KeymasterHello @amkocaine,
We are currently working on the shortcode grid/list settings and no. of cols settings for itineraries shortcode. The feature will be updated with the new version release ( v.1.5.4 ) today.
With the new feature, you can st no. of cols and view mode for each shortcode individually as :
[WP_TRAVEL_ITINERARIES view_mode="list"]
[WP_TRAVEL_ITINERARIES col="4" view_mode="grid"]
All the previous parameters are supported by the addition of “col” and “view_mode” parameter.
Please wait for the update to get the feature.
If you have any queries/request further, please feel free to write back to us.
Best Regards !!
August 22, 2018 at 2:09 pm #7880amkocaine
Participantthat’s terrific news. thank you for update this.
August 23, 2018 at 7:26 am #7893Support Team
KeymasterHello @amkocaine,
Glad to know your request has been fulfilled. 🙂
We are in continuous development of WP Travel and will be adding similar features to the plugin via future updates.
If you have any queries/issues or requests further, please feel free to write back to us. We will definitely add some requested features to our future releases.
Best Regards !!
October 3, 2019 at 8:56 pm #20229nathachecaf@gmail.com
Participantwhat shortcode should i use to show each tour with all the details in the front and in the same page?
October 4, 2019 at 4:00 am #20237wensolutions
KeymasterHello
Please refer to the given link that lists all the shortcodes of WP Travel plugin along with it’s detailed elaborations.
You can add the shortcode in the text widget area or in the pages to display the trips according to your desire : https://wptravel.io/documentations/user-documentation/#doc-shortcode-50
Also, please create your separate support ticket in the forum so that we can track your queries precisely.
Regards!
February 20, 2020 at 2:59 am #24035sempronthreear@gmail.com
Participanthello, it is possible to add pagination for fetching packages. I tried “pagination=true”, if it is applicable. but unfortunately, did not work. [WP_TRAVEL_ITINERARIES pagination=true type=featured view_mode=list col_per_row = 4].
Thanks 😉
February 20, 2020 at 4:22 am #24039wensolutions
KeymasterHello,
As for now, the feature you have requested is not available.
If you have any queries further, let us know.
Thank you.
June 10, 2020 at 3:05 pm #26721yasserfd
ParticipantHello Support.
My need is to increase the pagination number once you click on “LOAD MORE TRIPS”. Actually pagination is set to 10. Is it possible to change this number? Can you explain me how?
June 11, 2020 at 6:41 am #26761wensolutions
KeymasterHello @yasserfd,
You can definitely increase the ni of post to be displayed and this can be done by going to Admin Panel > Settings > Readings > Reading Settings > Blog pages show at most and manage the no of the post to be displayed.
Hope this helps.
If you have any issues further then kindly let us know.
Thank you.
-
AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.