• Resolved danis1984

    (@danis1984)


    Hello

    One issue i found is here: https://atvtourscostarica.com/itinerary/
    When you click from mobile the filter by button, its not working properly because it opens horizontally and not vertical like your demo.
    This happen to mobile only!

    For what reason this happen and how i can solve it?

    Also on same page under the header title there is a text with description word. How this can go away?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thank you for contacting WP Travel team!

    Please find answers regarding your queries point-wise given below:

    Query1: One issue i found is here: https://atvtourscostarica.com/itinerary/
    When you click from mobile the filter by button, its not working properly because it opens horizontally and not vertical like your demo.
    This happen to mobile only!

    Response: Actually, the issue you have reported has been raised due to the incompatibility of the WP Travel plugin with the theme you have used.

    Also, worry not, we do have a solution for you so, please add the following given CSS code in the Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS:

    @media (max-width: 767px) {
       .wp-travel-toolbar {
            justify-content: flex-start;
        }
    }
    .wp-travel-toolbar .wp-travel-post-filter {
        flex-wrap: wrap;
    }
    
        .wp-travel-toolbar .wp_travel_input_filters {
            width: 100%;
        }
    
    @media (min-width: 993px) and (max-width: 1399px) {
       .wp-travel-toolbar .wp-toolbar-right {
           position: relative;
        }
    }

    Query2: Also on same page under the header title there is a text with description word. How this can go away?

    Response: If you are willing to remove the description from the itinerary page, please add the following given CSS code in the Additional CSS section by going to Admin Panel > Appearance > Customize > Additional CSS.

    .archive .taxonomy-description {
        display: none;
    } 

    If you have any queries further, feel free to contact us.

    Thread Starter danis1984

    (@danis1984)

    Thank you!

    1) Filters on mobile is working now.

    2) Can i simply add another text there?

    Hello,

    Thanks for your email!

    Please find answers regarding your queries point-wise given below:

    Query1: Filters on mobile is working now.

    Response: Glad that we could help you.

    Also, we would really appreciate it if you could provide us with feedback as well as help us by rating our plugin by following the link below:

    https://www.ads-software.com/support/plugin/wp-travel/reviews/

    Query2: Can i simply add another text there?

    Response: Actually, the feature you have requested regarding renaming the description from the itinerary page is not available in WP Travel plugin.

    If you have any queries further, feel free to contact us.

    Thread Starter danis1984

    (@danis1984)

    Thanks for letting me know.

    Plugin Support wptravelsupport

    (@wptravelsupport)

    Hello,

    Glad that we could help you.

    Also, we would really appreciate it if you could provide us with feedback as well as help us by rating our plugin by following the link below:

    https://www.ads-software.com/support/plugin/wp-travel/reviews/

    If you have any queries further, feel free to contact us.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile Issue with filters’ is closed to new replies.