Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter muprabakaran

    (@muprabakaran)

    4 search Not showing the list of package in that location

    Hello @muprabakaran,

    First of all thank you very much for using the WP travel plugin.

    Now please find the response to your queries below:

    1. Container not working showing full width

    Response: To reduce the full width issue add below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS.

    .wp-travel-content.container {
        max-width: 1170px;
        padding: 0 15px;
        margin: 0 auto;
        width: auto;
    }

    2. enquiry form message box issues.

    Response: The issue is due to incompatibility of plugin with the theme.

    Now to resolve the issue use below given CSS.

    #wp-travel-enquiries .wp-travel-form-field.textarea-field textarea {
        width: 100%;
    }
    #wp-travel-enquiries .wp-travel-form-field input{
        box-sizing: border-box;
    }

    3 it’s possible to add extram more files as per our requirement,

    Response: Please explain this query further so that we can help you.

    4. search Not showing the list of package in that location

    Response: We are quite clear which search section you are referring to so please explain further with proper screenshot.

    Hope this helps.

    Further, you can post your queries to the plugin’s official support forum for dedicated and swift support at :

    https://wptravel.io/support-forum/wp-travel

    Best Regards !!

    Thread Starter muprabakaran

    (@muprabakaran)

    it’s possible to add extram more files as per our requirement,

    Response: Please explain this query further so that we can help you.

    i need to add address field, taxi yes or no, how many days plan to travel, etc field

    • This reply was modified 6 years, 10 months ago by muprabakaran.

    Hello @muprabakaran,

    Sorry for the delay in replying to you.

    To add the filed as you have mentioned requires higher code customization and as much as we would love to help you with this we are unable to do so as it falls beyond the support we offer for our product.

    Hope you understand.

    Thank you.

    Best Regards!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Container and enquiry for isses’ is closed to new replies.