HomePage Forums Traveler Hotel Search Result

This topic contains 14 replies, has 2 voices, and was last updated by  Bryan 5 years, 5 months ago.

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

    Hi,

    Have few questions, please help.

    1) Regarding edit wording at loading page,search hotel. (refer attchment: Question 1)
    2) Regarding changing style search form. (refer attchment: Question 2)
    3) Regarding add map in layout hotel search result (refer attchment: Question 3)
    4) Regarding filter price value (refer attchment: Question 4)

    Thank You

    #2928
    This reply has been marked as private.
    #2961

    Hello

    1. That is service name. You can follow my image to translate it.

    2. You can go to Traveler Settings > Hotel Options > Hotel custom search form > select column style for each fiedls.

    3. Currently, theme does not support map widget to display location of hotel in search result page.

    4. The filter price display price range following your minium hotel price and maxium hotel price. It can not change to other number. That is the default function.

    Thanks

    Attachments:
    You must be logged in to view attached files.
    #2996
    This reply has been marked as private.
    #3078

    Hello

    1. What do you mean file location?

    2. Please config your search form stay in one line so i can help you move the search button to the same line by custom code.

    Thanks

    #3120
    This reply has been marked as private.
    #3154

    Hello

    1. Our document will show you the way to get that software.

    Manual Translation

    2. I have changed it for you.

    .home .search-tabs .tab-content .tab-pane#tab-hotel0 form.search.main-search .btn-primary.btn-lg {
        float: right;
        margin-top: -72px;
    }
    @media (min-width: 992px) and (max-width: 1199px){
        .home .search-tabs .tab-content .tab-pane#tab-hotel0 form.search.main-search .btn-primary.btn-lg {
        float: right;
        margin-top: -100px;
    }
    }
    @media (max-width: 768px){
        .home .search-tabs .tab-content .tab-pane#tab-hotel0 form.search.main-search .btn-primary.btn-lg {
        float: right;
        margin-top: -60px;
    }
    }

    Please check again.

    Thanks

    #3164
    This reply has been marked as private.
    #3177

    You can use this css code to change opacity for background image:

    .bg-holder>.bg-mask {opacity: 0 !important;}

    Thanks

    #3346
    This reply has been marked as private.
    #3350

    I have fixed it for you.

    Please check.

    Thanks

    #3361
    This reply has been marked as private.
    #3370
    This reply has been marked as private.
    #3522
    This reply has been marked as private.
    #3729

    Hello

    1. I see your search button is staying at the same line of location field, date field…and it work well.

    2. As my check, the word display well but in order to change the Hotel word, you must edit code to get that.

    3. I still can see your hotel in search result.

    Please check again.

    Thanks

Viewing 15 posts - 1 through 15 (of 15 total)

The forum ‘Traveler’ is closed to new topics and replies.