- This topic has 16 replies, 4 voices, and was last updated 3 years, 5 months ago by
wensolutions.
-
AuthorPosts
-
March 24, 2020 at 4:03 am #24864
hellodiscoverchina@gmail.com
ParticipantHi, have 4 questions here.
1) For the “Custom Filters” addon in the Pro version, is it for the widget only? Or it is applicable to the horizontal task bar on the top of the archives page?
2) Is it possible to include more details on the trips in the archive pages. E.g Include the organizer of the trip or keywords.
3) When I search by trip type (e.g cycling) the word will be dragged to the left. Is it possible to centre it or remove it completely? https://imgur.com/a/9UTmfy4
4) Is it possible to rename the page title “Archives: Trips” shown on my Chrome tab to just “Trips” ? The word “Archives” looks rather odd to visitors.March 24, 2020 at 7:42 am #24867Support Team
KeymasterHello,
Please find answers to your queries below:
Query 1. For the “Custom Filters” addon in the Pro version, is it for the widget only? Or it is applicable to the horizontal taskbar on the top of the archives page?
Response: Regarding your query related to the ‘WP Travel Custom Filters’, it works in the widget but not in the archive page search widget. The feature you are requesting requires hiring code customization so, you can consider hiring a freelancer or our professional developer.
Query 2. Is it possible to include more details on the trips in the archive pages? E.g Include the organizer of the trip or keywords.
Response: Regarding your query, you can add keywords which will be displayed in the single trip page as shown in the screenshot given below:
Query 3. When I search by trip type (e.g cycling) the word will be dragged to the left. Is it possible to center it or remove it completely? https://imgur.com/a/9UTmfy4
Response: To center the trip type title, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,
.archive header.page-header{ text-align: center; }
To remove the trip type title, you can add CSS following the path Admin Panel > Appearance > Customize > Additional CSS,
.archive .page-header h1.page-title{ display: none; }
Query 4. Is it possible to rename the page title “Archives: Trips” shown on my Chrome tab to just “Trips”? The word “Archives” looks rather odd to visitors.
Response: Regarding your query, you can add the below-given code in the child theme’s function.php file,
add_filter('get_the_archive_title', function ($title) { return preg_replace('/^\w+: /', '', $title); });
To create a child theme you can refer to the documentation link below:
https://wptravel.io/how-to-create-a-child-theme/
Hope this helps.
If you have further queries, let us know.
Thank you.
March 24, 2020 at 4:11 pm #24873hellodiscoverchina@gmail.com
ParticipantHi admin, thanks for the reply.
Regarding query 2, I’m referring to the archives page. Is it possible for the keywords to be shown on the individual trips (post) on the archives page.
For query 4, the code doesn’t seem to work. I’ve replaced the ” with ‘TEST’ and it doesn’t seem to work. My website is
March 25, 2020 at 5:37 am #24881Support Team
KeymasterHello,
Regarding your second query, the keywords you set can be seen only on the individual page but not on the archive page. However, it requires code customization if you want the keywords to appear on the archive page too.
Also, regarding query 4, please once verify that the code you add in child theme’s function.php as the screenshot given below:
Hope this helps.
Regards.
March 25, 2020 at 7:16 am #24886hellodiscoverchina@gmail.com
ParticipantThanks for the response.
I’ve cut and paste the script and it does not seem to be reflected on the front end
https://imgur.com/a/se5jQrP.Regarding the code customization, I’ll let you know when the time comes. Thanks!
March 25, 2020 at 8:37 am #24889Support Team
KeymasterHello,
Regarding your query, ‘The SEO Framework’ plugin might have set the default value so maybe the settings of ‘The SEO Framework’ plugin does have the option to change. So, once check the settings and verify.
If you have further queries, let us know.
Regards.
March 25, 2020 at 3:26 pm #24918hellodiscoverchina@gmail.com
ParticipantThe issue seems to be with The SEO Framework. The code works when the plugin is deactivated.
I’ll work it out with the developers of The SEO Framework. Thanks for all the help! Looking forward to WP Travel Pro!March 26, 2020 at 10:42 am #24932wensolutions
KeymasterHello @hellodiscoverchinagmail-com,
Glad you found the workaround.
Let us know if you have any issues further.
Thank you.
April 9, 2020 at 6:14 pm #25253greenfieldholidays
ParticipantHi,
Thanks for building an awesome plugin. I am using Astra Theme with Elementor. I am stuck with below queries. Please help!1. I want to change the way trip archive page looks. Currently it looks like this. https://greenfieldholidays.com/testarchive/ . I want to look it like this. https://greenfieldholidays.com/cart/ and all trips packages displayed in place of cart order.
2. Similarly, I want to change the way trip page looks. Currently it looks like this. https://greenfieldholidays.com/testarchive/gangtok-sightseeing-changu-lake-and-old-silk-route-2/. I want to look it like this. https://greenfieldholidays.com/cart/ and all trips details displayed in place of cart order.
3. Price range is not working in search tab. https://greenfieldholidays.com/tourpackages/
Your help would be appreciated.
April 10, 2020 at 6:24 am #25260wensolutions
KeymasterHello @greenfieldholidays,
First of all, thank you very much for using the plugin and for the appreciation.
As for the Astra theme, we are now quite sure if the layout works fine with WP Travel plugin but all the functionality provided by the WP Travel should work fine. Regarding the elementor plugin, recently we have updated the plugin
https://wordpress.org/plugins/wp-travel-blocks/
Making it compatible with elementor plugin. Now you will be able to create the trips using the elementor blocks.
As for your query regarding the layout, currently is not possible to display the trip listing as in the cart page. Also, it does not look good. Listing the trip as like in the cart page will require customization in the WP Travel so you can either hire a freelancer or the professional developer to achieve your request.
Coming to the price range filter, yes it is the known issue and our developer team is working on it. The issue will be fixed and released the update soon.
Hoping for your kind co-operations.
If you have any issues further then kindly let us know.
Thank you.
April 10, 2020 at 6:47 am #25261greenfieldholidays
ParticipantHi,
Thankyou for your response.
April 10, 2020 at 10:41 am #25267wensolutions
KeymasterHello @greenfieldholidays,
The pleasure is all ours.
If you have any queries further then kindly let us know.
Thank you & Stay Safe
April 12, 2020 at 8:12 am #25299greenfieldholidays
ParticipantHI,
I want to allow customer to book trip without specifying no of days. Like, now, if I enter trip duration as 6 days 5 night, while booking, when customer selects start date, end date is automatically filled. Can I change this to allow customer to pick up start and end date?I want this to allow customer to rent a vehicle on per day basis. So I cannot put trip duration restriction.
April 13, 2020 at 1:27 pm #25319wensolutions
KeymasterHello, @greenfieldholidays,
The feature to let the customer select the days as per their requirement from the calendar is not available. The days be fixed from the backend. However, we will note this feature as the requested feature and will discuss it further in the team.
Further, the feature to rent the vehicle is also not available but you can this feature through the tour extras feature. You can add the additional feature along with the price but you cannot add the time along with the feature.
To know more in detail about the feature then please refer to the official documentation of the plugin.
https://wptravel.io/documentations/wp-travel-tour-extras/Hope this helps.
If you have any confusion further then kindly let us know.
Thank you.
April 18, 2020 at 10:26 am #25418greenfieldholidays
ParticipantHi Team,
Itinerary shortcode is not working after the new update.This shortcode ” [WP_TRAVEL_ITINERARIES] ” is showing ‘no trips found’.
This is the page I have used shortcode in.
https://greenfieldholidays.com/alltourpackages/ -
AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.