Support » Plugins » Events calendar messed up my whole site

  • Resolved sullivanka

    (@sullivanka)


    Hi all

    I installed the events calendar and it has messed up the formatting on my template.

    I get error code: Fatal error: Call to undefined function: ec3_get_calendar() in /home2/xxxxxxxx/public_html/wp-content/plugins/eventcalendar3/widget.php on line 56

    I cannot remove the widget, but would love to.
    I have purchased a set of 10 themes and no matter which theme I use, the formatting is destroyed. I have used a free them as well and the error is still there, the widget cannot be removed and I am unable to add or remove any other widgets.

    I have gone to my cpanel file manager and followed the error. This is what the code looks like:

    /** Event Calendar widget. */
    function ec3_widget_cal($args)
    {
    extract($args);
    $options = get_option(‘ec3_widget_cal’);
    echo $before_widget . $before_title;
    echo ec3_default_string($options[‘title’],’Event Calendar’);
    echo $after_title;
    ec3_get_calendar();
    echo $after_widget;
    }

    function ec3_widget_cal_control()
    {
    $options = $newoptions = get_option(‘ec3_widget_cal’);
    if ( $_POST[“ec3_cal_submit”] )
    {
    $newoptions[‘ti

    Anyone know what is going on?

  • The topic ‘Events calendar messed up my whole site’ is closed to new replies.