Trip Enquiry button's text hides after disabling Booking tab

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #18716
    gnexman
    Participant

    Hello,

    I am designing a site using a free version of WP travel plugin.

    I want to remove the ‘Book Now’ tab & just to activate ‘Trip Enquiry’ button http://prntscr.com/oqdl0n
    but while I disable Booking tab also hides ‘Trip Inquiry’ text from the button http://prntscr.com/oqdm3g

    How can I fix this error? Can you help me please?

    Thank you

    #18724
    Support Team
    Keymaster

    Hello @gnexman,

    The issue that you have posted is the noted issue and our developer team is currently working on the issue.

    The fix will be available in the next update of the plugin.

    Hoping for your kind co-operation.

    Thank you.

    #18772
    gnexman
    Participant

    Hope to fix very soon. Thank you.

    #18788
    Support Team
    Keymaster

    Hello @gnexman,

    We will definitely fix the issue and release the update.

    Thank you very much for your co-operations.

    #18842
    Alexandra
    Participant

    http://icecream.me/491db40e3a8ccd96d3f90374c8187407

    Hi, there

    I have an empty space around checkbox in trip inquiry widget
    How can i fix it?

    #18844
    Alexandra
    Participant

    https://petersburg.expert/ there`s this site

    #18860
    wensolutions
    Keymaster

    Hello

    When inspecting your site, we could not exactly locate the particular trip in which the issue is present. Can you please give us the precise info so that we can inspect further ?

    However, to fix the layout issue, please add the below given CSS by going to Admin Panel > Appearance > Customize > Additional CSS

    .wp-travel-form-field  .radio-checkbox-label {
        width: auto; 
    }

    Hope this helps

    Feel free to reach us for any further query/confusion.

    Regards!

    #18871
    Alexandra
    Participant

    Hi

    here in the footer of the site under Book Your Tour https://petersburg.expert/#contact

    Your additional css did not help.

    the widget still looks like this

    http://icecream.me/ef1aa9f48d27a3b00e6ee06c66fda86a

    #18872
    Support Team
    Keymaster

    Hello,

    Actually, the issue has raised due to the theme layout. Upon testing the issue in our default theme the form is working fine.

    However, you can add below given CSS to resolve the issue.

    footer div {
        color: #3d3d3d !important;
    }

    Hope this helps.

    Thank you.

    #18875
    Alexandra
    Participant

    http://icecream.me/4a76e97730b9759a835da2c9fa3735ef

    Thank you very much!

    it is almost perfect.

    how to add indent between subscribing and checkbox?

    #18891
    wensolutions
    Keymaster

    Hello

    Please add the below given CSS in the Additional CSS section

    .wp-travel-enquiries-form .wp-travel-form-field label {
        float: none;
        padding: 0px;
    }

    Please verify the layout since the snippet changes its layout quite differently. If this is not what you require, please write back to us.

    Best Regards!

    #18923
    Alexandra
    Participant

    http://icecream.me/eccad22b90365487986e66d0464c4dc7

    everything is cool in the mobile version.

    can you make a privacy policy in one line?

    #18932
    wensolutions
    Keymaster

    Hello,

    Please add below given CSS.

    #wp-travel-enquiries .wp-travel-form-field label {
        display: table-row-group;
    }

    Hope this helps.

    Thank you.

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