double calendar and form issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6269
    chitrag
    Participant

    I have working with your plugin in my site. But when I click on book now button, two calendars appears as in
    http://prntscr.com/jd3ad9

    When click on enquiry button it shows bigger message field in desktop. It does not looks responsive. How and where to fix it
    http://prntscr.com/jd39b7

    #6280
    Support Team
    Keymaster

    Hello @vhitrag,

    Please find the response to your query below:

    Query #1:

    Response: The two calendar has appeared due to conflict with the booking plugin that you have used. So in order to resolve the issue, please deactivate that plugin and verify.

    Query #2:

    Response: We have fixed the issue for you by adding the custom CSS in Additional CSS. Please check.

    If you have any issues further then please let us know.

    Thank You.

    Best Regards!!

    #6284
    chitrag
    Participant

    Thank you so much. It looks really good now. By the way is that possible to make hover effect in tabs as we have already from other plugins. Is that possible to make same in your plug in ?

    #6289
    Support Team
    Keymaster

    Hello @chitrag,

    Glad we could help you.

    Now to make the hover effect on tabs that comes from the plugin you have to add custom JS.

    To add the js you can activate the plugin like given below:

    https://wordpress.org/plugins/custom-css-js/

    After activating the plugin add below given CSS.

    jQuery('.resp-tab-item').hover( function(){ jQuery(this).click(); } );

    Hope this helps.

    Best Regards!!

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