Tagged: events
-
AuthorPosts
-
October 8, 2014 at 11:50 pm #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 3318October 9, 2014 at 8:16 am #333011Hey 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,
IsmaelOctober 9, 2014 at 12:52 pm #333165I’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.
October 10, 2014 at 7:17 am #333703Hey!
@marcelmontel: Please post the url to the actual page. We would like to check it.Cheers!
IsmaelOctober 10, 2014 at 9:38 am #333753This reply has been marked as private.October 11, 2014 at 8:58 am #334210Hey!
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,
IsmaelOctober 11, 2014 at 9:14 am #334217Hi Ismael, i fail to see where the problem is though, what is referencing to Upcoming?
October 15, 2014 at 9:34 pm #336391Hi,
Open enfold/config-templatebuilder/avia-shortcodes/events_upcoming.php and look for line 182:
'eventDisplay' => 'upcoming',
Replace it by this:
'eventDisplay' => 'list',
Regards,
JosueOctober 15, 2014 at 10:35 pm #336416Thank you, thank you, thank you!!!!
October 15, 2014 at 11:31 pm #336444You are welcome, glad to help :)
Regards,
JosueOctober 16, 2014 at 10:25 am #336671This issue i found straight away, my problem seems to be with something else.
October 16, 2014 at 10:28 am #336673This reply has been marked as private. -
AuthorPosts
- The topic ‘Single Event Page Sidebar’ is closed to new replies.