Home › Forums › Calendar Products › Events Calendar PRO › Upgraded to PRO, Need Standard Event List Widget
- This topic has 5 replies, 2 voices, and was last updated 8 years, 4 months ago by
westallisbowmen.
-
AuthorPosts
-
November 27, 2017 at 8:03 am #1392489
westallisbowmen
ParticipantHello,
I upgraded our site to PRO to get the ability to schedule reoccurring events. When I activate the PRO, it replaces the standard widget with an advanced version This widget behaves differently and causes homepage issues. How can I activate PRO and keep the standard events list widget?
Help,
Doug Kluth
West Allis BowmenNovember 28, 2017 at 2:39 pm #1394209Patricia
MemberHi there,
Thank you for reaching out to us!
Could you please specify what is the issue you are experiencing in your homepage while using the Events Calendar PRO’s Events List widget?
The only difference between them is that there are a few more options available in Events Calendar PRO:
Events List widget in ECP
Events List widget in The Events CalendarPlease make sure that you disabled the default settings like City, State, etc. to have an identical Events List widget in your homepage.
I hope this helps! If you have any other questions at all please feel free to let me know and I’d be happy to help as best I can!
Cheers,
Patricia
November 29, 2017 at 6:57 am #1394756westallisbowmen
ParticipantStying is the main issue Patricia. The way I was using the list before, was to feature any event going on at our club. Then use feature events check box to have it display. Fonts and colors worked as intended. With the new list, it copies the color scheme as well as background styling which doesn’t line up correctly.
November 30, 2017 at 1:46 pm #1396111Patricia
MemberHi Doug,
Thanks for sharing this info with us! One way to solve this is by completely removing the PRO’s widgets. If you are not using other Events Calendar PRO’s widgets (like the Countdown or the Venue widgets), you can add the following snippet in your theme’s functions.php file:
add_action( 'widgets_init', array( 'theEventsCalendarWidgetCleanup', 'removeTribeEventsProWidgets' ) );class theEventsCalendarWidgetCleanup {
static public function removeTribeEventsProWidgets() {
if ( class_exists( 'Tribe__Events__Pro__Main' ) ) {
remove_action( 'widgets_init', array( Tribe__Events__Pro__Main::instance(), 'pro_widgets_init' ), 100 );
}
}
}If you want to keep the other widgets and only remove the PRO’s events list, please let me know and I’ll check what we can do to help you with this task.
Thanks!
Patricia
December 22, 2017 at 8:36 am #1411701Support Droid
KeymasterHey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.
Thanks so much!
The Events Calendar Support Team -
AuthorPosts
- The topic ‘Upgraded to PRO, Need Standard Event List Widget’ is closed to new replies.
