Trip customization

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #26719
    rado
    Participant

    Dear support.

    I have request.
    1) I need to remove trip #TYPE # ACTIVITY # GROUP SIZE from a trip view
    but would like to keep them function in the search widget.
    2) option if not possible to remove or keep them function with removal than
    I need to move them to the very end of the trip view # in the bottom #

    Please point me the best and easiest way or hook or short code to place.
    Thanks Radas.

    #26760
    wensolutions
    Keymaster

    Hello,

    If you are willing to remove trip type, activity, group size from single trip page then please add following given CSS code in Additional CSS section by going to Admin Panel > APPearance > Customize > Additional CSS

    .single .wp-travel-trip-meta-info li:nth-child(1){
      display:none;
    }
    
    .single .wp-travel-trip-meta-info li:nth-child(2){
      display:none;
    }
    
    .single .wp-travel-trip-meta-info li:nth-child(3){
      display:none;
    }

    Also, by removing the section it will not be affected in the functionality of search box.

    If this is not what you meant then please provide us with specific screenshot for the section you are willing to remove.

    Thank you.

    #26770
    rado
    Participant

    Thank you. Will try first
    How about if i want to put a trip type, activity and size on the very bottom of the
    the trip view?

    #26777
    rado
    Participant

    Thank you for your answer.
    Actually I would like to have my trip in order
    like this link:

    https://altmantravel.com/trip/ankor-wat-klasycznie-1dzien-wycieczka-3/

    1. Title
    2 trip tabs
    3. text personal content + trip code
    4. price and booking now button.

    The tabs and the text go first than price , trip code and booking now flexible
    arrangement but follow after.
    I am attaching the link to the view.

    Thank you support team.

    #26781
    wensolutions
    Keymaster

    Hello,

    Regarding query related to putting a trip type, activity and size on the very bottom of the trip view, this feature is not available.

    Also, regarding ordering trip as the link you have provided, the feature is not available.

    If you have any queries further, let us know.

    Thank you.

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