Viewing 1 replies (of 1 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.

    If you want to open the popover at the Calendar Overview page always to the bottom, so this improvement will be exist in next update of plugin.
    In case, if you want to make fix in actual version, so then please make this fix.
    Please open this file ../booking\core\any\admin-bs-ui.php

    ( you can check how to edit files in WordPress menu in this article http://wpbookingcalendar.com/faq/how-edit-file-in-wp-menu/ )

    then find this code:


    jQuery('.popover_click.popover_bottom').popover( {
    placement: 'bottom auto'

    and replace it to this code:


    jQuery('.popover_click.popover_bottom').popover( {
    placement: 'bottom'

    Kind Regards.

Viewing 1 replies (of 1 total)

The topic ‘popover element’ is closed to new replies.