Support » Plugin: WP FullCalendar » Calendar is not displaying

  • I’m unable to make the calendar display on my website.

    I saw this error on the dev console.

    Uncaught TypeError: Object function ( selector, context ) {
    		// The jQuery object is actually just the init constructor 'enhanced'
    		return new jQuery.fn.init( selector, context );
    	} has no method 'widget' /calendario/:268
    Uncaught TypeError: Object #<Object> has no method 'on' /calendario/:357
    Uncaught TypeError: Object #<Object> has no method 'fullCalendar'

    This is the link to the site.

    http://gw2-lumen.com/calendario/

    Regards.

    http://wordpress.org/extend/plugins/wp-fullcalendar/

Viewing 7 replies - 1 through 7 (of 7 total)
  • I am also getting similar error. It seems you were able to resolve it Can you please share what you did. From what I read it seems there is sime conflict somewhere but how to identify!!!
    Uncaught TypeError: Object function (a,b){return new e.fn.init(a,b,h)} has no method 'widget'
    Uncaught TypeError: Object [object Object] has no method 'fullCalendar'

    sorry for messaging again
    my site link is http://ipri.me/calendar (shall be thankful if some one can help me identify the conflicting js)

    thanx

    Thread Starter Andrewzz

    (@andrewzz)

    Hi,

    My problem was a js script I included in the header for a spoiler tag feature, so adding the following after and before the culprit js solve it.

    <?php if (!is_page(‘calendar’) ) { ?>

    <?php } ?>

    i have tried activating deactivating all plugins. if possible (please)can you have a look at my page and tell what could be the conflict

    I had a ‘ajax event calendar’ and once I deactivate that my calendar is ‘always loading with spin’ and erors are:`
    Uncaught TypeError: Object function (a,b){return new e.fn.init(a,b,h)} has no method ‘widget’ http://www.ipri.me:367
    Uncaught TypeError: Object [object Object] has no method ‘selectmenu’ http://www.ipri.me:342
    Uncaught TypeError: Object [object Object] has no method ‘qtip’ `
    but when i deactivate it:
    I get above 2 errors with calendar page being empty

    I was finally able to resolve mine – Mailpress Subscription widget was interfering —

    Can anyone suggest what could be the reason

    but atleats my problem is solved and i am so….. happy 🙂

    And i think reason was mailpress was calling jquery plugin again not sure though..

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Calendar is not displaying’ is closed to new replies.