Event list still not in the "pro version"

Home Forums Calendar Products Events Calendar PRO Event list still not in the "pro version"

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1210729
    Filip
    Participant

    Hello,

    I am using the events calendar for a while.

    Unfortunately, for a reason it is not showing the more robus event list and still the one of the “free version”.

    Any solutions?

    Thank you!

    #1211156
    Nico
    Member

    Hello Filip,

    Thanks for getting in touch with us!

    Not sure why this is happening but let’s try the following:
    – De-activate Event Calendar PRO.
    – Remove the standard ‘free version’ event list widget.
    – Re-activate PRO.
    – Add the ‘Advanced list widget’.
    – Re-test.

    Does this helps?

    Please let me know about it,
    Best,
    Nico

    #1211302
    Filip
    Participant

    This reply is private.

    #1211716
    Nico
    Member

    This reply is private.

    #1211825
    Filip
    Participant

    This reply is private.

    #1212232
    Filip
    Participant

    Finally found the solution.

    When I try to use a page builder, ELEMENTOR, the styling is always adjusted so that the tribe events list is not visualised properly.

    Is anyone able to tell me the solution for this issue?

    Thank you

    #1212312
    Nico
    Member

    Thanks for following up Filip! That’s a great catch 🙂

    I’m not much familiarized with how this page builder works, but I can see that the problem here is that the styles are not being included for the widget. So a possible workaround here is to force the inclusion of these styles if the front page is being displayed. Adding the snippet below to your theme’s (or child theme’s) functions.php file should solve this:


    /* Tribe, load widget styles in the front page */
    function tribe_force_widget_styles ( ) {

    // bail if it's not the homepage or pro is not active
    if ( !is_front_page () || !class_exists('Tribe__Events__Pro__Widgets') ) return;

    Tribe__Events__Pro__Widgets::enqueue_calendar_widget_styles();
    }

    add_action( 'wp_enqueue_scripts', 'tribe_force_widget_styles' );

    Please give this a try and let me know if it works for you,
    Best,
    Nico

    #1222988
    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 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Event list still not in the "pro version"’ is closed to new replies.