Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #332785

    Is there a way to control the Single Event page layout in Tribe Events Calendar? It’s currently got the event meta data in a left sidebar, which is also where the ticket/registration shows up but the ticket price and info gets cut off. I can override the CSS to make the main content area 50% width instead, but would be nice if there was a way to select whether to show the meta info in a sidebar of below the post.

    Also, if I have the option enabled to show related events at the bottom of the single event page, it throws an error:
    Notice: tribe_get_events was called with an argument that is deprecated since version 3.8! Setting eventDisplay to ‘upcoming’ is deprecated. Please use ‘list’ instead. in /home1/bchurcho/public_html/wp-includes/functions.php on line 3318

    #333011

    Hey Vincent!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual page with the error? You can deactivate the theme’s events calendar configuration with this on functions.php:

    add_theme_support('avia_deactivate_event_calendar');
    

    Best regards,
    Ismael

    #333165

    I’m eager to know the answer to this as well. I have changed whatever code i can find in the theme that relates to eventDisplay upcoming.

    #333703

    Hey!


    @marcelmontel
    : Please post the url to the actual page. We would like to check it.

    Cheers!
    Ismael

    #333753
    This reply has been marked as private.
    #334210

    Hey!

    Thank you for that. You can edit config-events-calendar > views > single-events.php if you want to modify the meta container. Look for the av-single-event-meta-bar-inner container. You can also use the code above to disable the theme’s plugin configuration.

    Regards,
    Ismael

    #334217

    Hi Ismael, i fail to see where the problem is though, what is referencing to Upcoming?

    #336391

    Hi,

    Open enfold/config-templatebuilder/avia-shortcodes/events_upcoming.php and look for line 182:

    'eventDisplay' => 'upcoming',
    

    Replace it by this:

    'eventDisplay' => 'list',
    

    Regards,
    Josue

    #336416

    Thank you, thank you, thank you!!!!

    #336444

    You are welcome, glad to help :)

    Regards,
    Josue

    #336671

    This issue i found straight away, my problem seems to be with something else.

    #336673
    This reply has been marked as private.
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Single Event Page Sidebar’ is closed to new replies.