• Resolved driesvanitterbeeck

    (@driesvanitterbeeck)


    From one moment to another the calendar form refuse to load on frontend.
    In backend everything keeps working…
    Always get ‘calendar is loading…’ instead of the view of the calendar itself.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpdevelop

    (@wpdevelop)

    Hello.
    Reason of issue.
    You are having some JavaScript error at that page.

    
    Error: <code>selector</code> option must be specified when initializing tooltip on the window.document object! 1 bootstrap.js:1037:13
    

    You can recheck your page for any JavaScript errors (usually for see what JavaScript error you have you need to press Ctrl + Shift + J for showing browser console) and try to fix them.

    This JavaScript error is generating by the “photonic” plugin:
    http://www.koningdrosse.be/wp-content/plugins/photonic/include/scripts/photonic.js:837:2
    from this code:

    
    	$(document).tooltip({
    		items: '.title-display-tooltip a, .photonic-slideshow.title-display-tooltip img',
    		track: true,
    		show: false,
    		hide: false
    	});
    

    Solution.
    1) So you can deactivate this “photonic” plugin and test it again.
    2) Or you can try to deactivate this option: “Disable Bootstrap loading on Front-End” at the Booking > Settings General page in Advanced section after clicking on “Show advanced settings of JavaScript loading” link. Please note, activate only disabling it at front-end side. Also in paid versions, its can be reason, why mouse over tooltips will not show.

    Kind Regards.

    Thread Starter driesvanitterbeeck

    (@driesvanitterbeeck)

    Thanks a lot.
    Deactivated the plugin and it’s working again!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Calendar is not loading’ is closed to new replies.