Installing this plugin removes WordPress Built in Calendar Widget?

Home Forums Calendar Products Events Calendar PRO Installing this plugin removes WordPress Built in Calendar Widget?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18050
    Jason
    Participant

    Is this by design? Is there a way to get the default Calendar back? I’m finding the Widget with the plugin pretty limiting.

    #18086
    Jonah
    Participant

    Hi Jason, it looks like the only problem is that we are registering our calendar plugin with the same name as the default WordPress calendar widget. To remedy this you could follow the tutorial I wrote up on completely customizing widgets: https://theeventscalendar.com/how-to-completely-customize-widgets/

    You’ll want to unregister the calendar widget loaded by our plugin in /wp-content/plugins/events-calendar-pro/lib/widget-calendar.class.php – and then register your own and modify the name on line 25 of the above file to something like this:

    $this->WP_Widget('events-calendar', __('Events Calendar'), $widget_ops);

    I hope that helps!

    #976625
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Installing this plugin removes WordPress Built in Calendar Widget?’ is closed to new replies.