Couple Questions here: Custom Filter, Details, Trip Type, Archives

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #24864

    Hi, 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.

    #24867
    Support Team
    Keymaster

    Hello,

    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:

    https://prnt.sc/rlo3vp

    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.

    #24873

    Hi 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

    #24881
    Support Team
    Keymaster

    Hello,

    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:

    https://prnt.sc/rm9y2d

    Hope this helps.

    Regards.

    #24886

    Thanks 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!

    #24889
    Support Team
    Keymaster

    Hello,

    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.

    #24918

    The 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!

    #24932
    wensolutions
    Keymaster

    Hello @hellodiscoverchinagmail-com,

    Glad you found the workaround.

    Let us know if you have any issues further.

    Thank you.

    #25253
    greenfieldholidays
    Participant

    Hi,
    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.

    #25260
    wensolutions
    Keymaster

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

    #25261
    greenfieldholidays
    Participant

    Hi,

    Thankyou for your response.

    #25267
    wensolutions
    Keymaster

    Hello @greenfieldholidays,

    The pleasure is all ours.

    If you have any queries further then kindly let us know.

    Thank you & Stay Safe

    #25299
    greenfieldholidays
    Participant

    HI,
    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.

    #25319
    wensolutions
    Keymaster

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

    #25418
    greenfieldholidays
    Participant

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

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