Upgraded to PRO, Need Standard Event List Widget

Home Forums Calendar Products Events Calendar PRO Upgraded to PRO, Need Standard Event List Widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1392489
    westallisbowmen
    Participant

    Hello,

    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 Bowmen

    #1394209
    Patricia
    Member

    Hi 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 Calendar

    Please 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

    #1394756
    westallisbowmen
    Participant

    Stying 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.

    #1396111
    Patricia
    Member

    Hi 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

    #1411701
    Support Droid
    Keymaster

    Hey 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Upgraded to PRO, Need Standard Event List Widget’ is closed to new replies.