- This topic has 16 replies, 5 voices, and was last updated 3 years, 7 months ago by
wensolutions.
- AuthorPosts
- May 4, 2018 at 10:57 am #6301
maxbuzz
ParticipantHi,
I just came across this theme and found it very appropriate for a travel site. Great work!
I am trying it out and plan to build a website using it.
A query regarding the slider. I notice you can add trips or categories to it.
When you add trips it automatically chooses some trips and puts it in it.
I haven’t been able to figure out how to use categories though.Is it possible to have just the ‘category’ as a slider content? eg. I have categories (using that word as I can’t figure how else to describe it) domestic & international OR something like spring break, summer, autumn & winter. Each one of these could have their own image and text. Clicking on MORE INFO would go to a page where all trips for that category are listed.
I dont want it as per trip type or location.
Is there anyway I can achieve that?
Can I control the number of items in the sliderMay 4, 2018 at 11:39 am #6306Support Team
KeymasterHello @maxbuzz,
First of all thank you very much for the appreciations and using the travel log theme 🙂 .
Currently, there is no such feature in the theme. You can set the slider by choosing the particular category. After choosing the required category the slider will display 5 posts associated to that particular category.
However, if you want to set the slider as per your wish then you can always consider hiring the professional developer.
To hire a developer please refer to below given link:
http://wensolutions.com/hire-wordpress-customizer/
Hope this helps.
Best Regards!!
Have a good day 🙂 .
May 4, 2018 at 12:08 pm #6313maxbuzz
ParticipantThanks for the prompt response.
How do I set a category? I didnt find a way to do it.
Apologies if this is stupid questionMay 4, 2018 at 12:22 pm #6314Support Team
KeymasterHello @maxbuzz,
No its alright. You can ask any queries related to the theme here.
Now for the slider at first, you need to create the category of your choice from Admin Panel > Posts > categories.
Screesnhot:
Then create the posts as per your wish by going to Admin Panel > Posts > Add New. While creating those post assign to that category which you have created and save them.
Finally, go to Admin Panel > Appearance > Customize > Homepage Sections > Slider Section and chose the option “Post Categories” in content type option and then select that particular cateogry in “Select Category” option.
As for the query to control the no of slider, theme has already provide the filter.
So now if you want to increase/decrease the no of slider in slider section just add below given code in your child theme functions.php file.
function travel_log_child_customize_slider_number(){ return 10; } add_filter('travel_log_slider_posts_limit','travel_log_child_customize_slider_number');
You can return as many no as you want.
Hope this helps.
Best Regards!!
May 4, 2018 at 2:34 pm #6315maxbuzz
ParticipantThanks.
That was quite easy once you pointed out how to do it.I am still thinking of ways that I can solve my problem without having to write custom code.
1. Is it possible to embed a link to a custom page in the MORE INFO button
2. Is there a short code that can show a grid list of trips, like in Section 3 “Find your perfect Tour”
If I can list all trips based on trip type also it could help me.Thanks in advance.
May 5, 2018 at 8:01 am #6316maxbuzz
ParticipantHi,
I could manage using a category and a shortcode in the post to achieve what I wanted.
Thanks
May 7, 2018 at 5:12 am #6324Support Team
KeymasterHello @maxbuzz,
Glad we could help you and nice to know that you solved your query by yourself.
Now coming back to your query about linking “More Info” button to some other page, if you want to link the button of all the slider to one particular page then you could do so by adding the custom code in your child theme functions.php file.
Code to add:
https://gist.github.com/Steeru/dedb8fe9993f11872b6e4f2ed084dd79
Here replace “YOUR LINK” text with the link that you want to link with.
But in case if you want to link each slider with the individual post then you can always consider hiring the professional developer.
To hire a developer please refer to below given link:
http://wensolutions.com/hire-wordpress-customizer
Thank you.
Best Regards!!
May 7, 2018 at 11:29 am #6332maxbuzz
ParticipantThanks.
Will try it.May 7, 2018 at 12:05 pm #6333WP Travel Admin
KeymasterHello @maxbuzz,
You are welcome.
Do let us know if you have any issues further.
Thank you.
Best Regards!!
October 21, 2019 at 11:15 pm #20746nathachecaf@gmail.com
ParticipantHow Do I set a Trips slider? Is there a Shortcode? I couldn´t find it.
October 22, 2019 at 3:27 am #20752Support Team
KeymasterHello @nathachecafgmail-com,
In order to set the slider using the trip, please follow below given link:
https://wensolutions.com/documentation/travel-log/#doc-how-to-manage-slider-sections-11
If you have any confusion further then kindly let us know.
Thank you.
October 22, 2019 at 12:33 pm #20762nathachecaf@gmail.com
ParticipantHi, Yes I´m confused. Im using the WP-travel plugin and I would like to know how do I add a trips slider. You sent me to travel-log documentation, but im not using it. Is there anyway I can use the WP-travel trips in any slider?
October 23, 2019 at 3:32 am #20768Support Team
KeymasterHello @nathachecafgmail-com,
Can you please mention the theme that you have used with the WP Travel plugin so that we can provide you with further information?
Also, the sider section can only be set up in our compatible themes and if you have used other theme then work needed to be done in the compatibility between the theme and the plugin.
Hoping to hear from you soon.
Thank you.
October 23, 2019 at 3:41 am #20769nathachecaf@gmail.com
ParticipantHi there, Im using Divi theme. I would like to know if there is any option to use the trips in any kind of slider.
October 23, 2019 at 7:05 am #20779Support Team
KeymasterHello @nathachecafgmail-com,
Currently, there is no option to set the slider using the trips from the WP Travell and make it work like that demands the customization in the theme so if you want then you can hire our professional developer.
http://wptravel.io/hire-our-customizer/
Thank you.
- AuthorPosts
- The forum ‘Travel Log’ is closed to new topics and replies.