• Resolved hridaya

    (@hridaya)


    TypeError: b is undefined
    [Break On This Error]
    …rs!==”undefined”)b=EOAjax.widget_calendars[d];if(typeof eo_widget_cal!==”undefine on /plugin/event-organiser/js/frontend.min.js?ver=1.8.5 (line 11)

    Its working on twenty-twelve theme but when i enabled ninezeroseven theme with only one plugin Event Organizer the event calendar widget is not working whereas full calendar is working .
    Strange type of error.
    Is there an y way to figure out it

    Thank you

    http://wordpress.org/extend/plugins/event-organiser/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Are you able to send me a link to the theme? If nots freely available then you can contact me via stephenharris.info/contact instead.

    Thread Starter hridaya

    (@hridaya)

    Hello,

    Thank you for the reply.
    I figure out the issue
    The issue is prev next link is not worked.

    there is such Js code but not defined any eo_calendar_widget-5 ID on the Html widget code
    var eo_widget_cal = {“eo_calendar_widget-5”:{“showpastevents”:1,”event-venue”:0,”event-category”:0}};

    if i add the hardcode the html and added this id to the div then its works

    Now i tested it on local host
    Thank you

    Plugin Author Stephen Harris

    (@stephenharris)

    Ah, this is because the theme is not registering the widget properly. See the FAQ on this plug-in to see how to resolve this. If you can point me in the direction of the theme, I can get in contact with the the theme developer too.

    Thread Starter hridaya

    (@hridaya)

    yes you are right i resolved it..

    Edited register_sidebar code in functions.php like this and it worked
    register_sidebar(array(
    ‘name’ => __( ‘Side bar name’ ),
    ‘id’ => ‘sidebar-id’,
    ‘description’ => __( ‘Widget area description’ ),
    ‘before_title’ => ‘<h1>’,
    ‘after_title’ => ‘</h1>’,
    ‘before_widget’ => ‘<div id=”%1$s” class=”widget %2$s”>’,
    ‘after_widget’ => ‘</div>’,
    ));

    before there is missing id part on before_widget section

    Thank you
    Hridaya

    Thread Starter hridaya

    (@hridaya)

    hello,

    I have sent email through stephenharris.info/contact i have issue on another site

    can you please check email please.

    Thread Starter hridaya

    (@hridaya)

    ok solved don’t worry

    Thank you

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

The topic ‘Event Calendar Widjet Not working’ is closed to new replies.