Home Forums Pro Themes Travel Master Pro Trips on regular pages

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #158045
    Julien
    Participant

    Hi all,

    I’d like to find out how to edit the “trip page”, the global one, not the ones for single trips via wordpress.

    I am having a hard time to explain, it is basically the page you find at this address:

    http://localhost/wordpress/itinerary/

    I do not like the look of it, and cannot find it anywhere in WordPress. I found it kind of in a random way.

    Even better, if someone can tell me how to create a page featuring some trips only, with a nice display (similar to the page I mentioned before) That is even better.

    I am using WP Travel plugin, not the pro version (not yet).

    If anybody has the information, thanks in advance

    #158049
    Psink
    Keymaster

    Hello,

    Can you please explain in more details with some reference screenshot? The url you have provided is the local url that’s not works in others laptop.

    The design is prebuilt built it is not possible to edit the page with any other page builder plugins. Only the possible way is to edit the theme code. You can build the child theme and add the code to override the existing code. OR if you want a small changes for example changing color and font style, you can add a additional css in the theme

    • This reply was modified 2 years, 5 months ago by Psink.
    #158170
    Julien
    Participant

    Hi,

    thanks for your answer, I cannot attach a screenshot here unfortunately, I will try to be as specific as I can then.

    When you use the “trip search” function on the front page, Or when you use the menu of the “popular destinations” section. Basically when you use any filter from one of the front page features, you end up on a page with all the trips matching your criterias.

    Now, this page displays on the header the text “Archives: Trip”. I really want to change that text, if possible, personalizing it depending on input from client. (for example, if the client asked for all the trip from the South Coast in destination menu, I’d like to have “South Coast Tours” in the header”) Of course, all other options for personalization are also welcome.

    Thanks

    #158173
    Psink
    Keymaster

    Hello,

    Can you please check this screen record? Is it something like this
    https://www.awesomescreenshot.com/video/5391680?key=6fc2f795a389b24801e2112001121b1e

    We will release the update by tomorrow, please update the theme

    #158183
    Julien
    Participant

    This is almost it.

    Main difference being that it doesn’t display “search results”+ actual results in my case.

    Only “Archives: Trips”

    Which I really don’t like.

    But the process to reach the page is indeed the same as on the screenshot you provided

    #158256
    Julien
    Participant

    Thanks for making me discover this tool (awesome screenshot).

    Here is what I get:

    https://www.awesomescreenshot.com/video/5404771?key=197d07d45cdbe553bfe0222dcb49960a

    Now I can clearly ask all my questions/requests about it 🙂

    1- I want to change the text in the header, I do not know how to do that
    2- I want to change the color of the buttons in the display of the trip
    3- I would like to be able to put those short trip display on a WP page as I wish

    Hope it makes it all much clearer.

    Thank you very much for your help

    #158287
    Psink
    Keymaster

    Hello Julien,

    Can you please share your site login details through our contact form. We will help you to make changes in the theme

    Here is the link for the contact form
    https://themepalace.com/contact-us

    #158289
    Julien
    Participant

    Hi,

    My site is locally hosted for now.

    Will that not be a problem?

    Let me know if not, I’ll give you login details

    #158342
    Psink
    Keymaster

    Hello,

    OK no worries please follow my instruction and add some code in the theme files to fixed the above mentioned issues.

    add this code in the helpers.php file at the end of the file by removing previously defined function and replace with this function

    if you don’t know how to edit theme file follow this screen record
    https://www.awesomescreenshot.com/video/5420858?key=2f0c0c1beca5b43d273d314ec1f4ad90

    and for the btn color add this css in the additional css, as i have done in the end of the screen record

    
    .wp-travel-default-article .wp-travel-explore a{
    	background-color: #000;
    }
    

    change the color code as per your need

    • This reply was modified 2 years, 5 months ago by Psink.
    #158346
    Psink
    Keymaster

    can you please update your theme? i tried to send you a php code to replace the previous function code, but we can post any type of php code in the support ticket. We have already fixed search trip page issue in updated version 1.1.9, please update your theme form version 1.1.8 to 1.1.9

    #158347
    Julien
    Participant

    Hi psink, thank you very much for your time and your help.

    I’ll update my theme and do everything as you showed me.

    It still leaves me with one question though: how can I integrate those trips sumups (the trips as they appear on the filter page) in a regular WP webpage?

    Thanks again

    #158356
    Psink
    Keymaster

    Can you please share a screenshot or any kind of visual representation? I did not get the exact meaning for your query ” how can I integrate those trips sumups (the trips as they appear on the filter page) in a regular WP webpage”

    #158358
    Julien
    Participant

    I cannot do a screenshot atm, but maybe I can indeed describe better.

    On my previous query, I asked how to customize the “explore” button on the search results page.

    This button is located within a frame that contains the name of the trip, the price etc …

    Can I (and how) display one or several of those frames on a wordpress page?

    If still not clear, let me know, I’ll try to make a screenshot when I’m nearby my computer.

    #158360
    Psink
    Keymaster
    #158368
    Julien
    Participant

    Yes.

    The second link:

    https://www.awesomescreenshot.com/image/14208960?key=06d556ab47252fad138326f1c861879d

    That is exactly what I would like to integrate on a regular page.

Viewing 15 posts - 1 through 15 (of 23 total)
  • You must be logged in to reply to this topic.