riknil
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Thanks Peter! You have solved my problem. 🙂
Thanks for your reply!
I changed all $post to $event in the single-event.php. See code below.But now the pop-up function broke.
global $event; /** * We build and gather information specific to the individual event prior to * the tribe_events_template_data() call to reduce the opportunities for 3rd * party code to call wp_reset_postdata() or similar, which can result in the * $post global referencing something other than the event we're interested * in. */ $day = tribe_events_get_current_month_day(); $event_id = "{$event->ID}-{$day['daynum']}"; $link = tribe_get_event_link( $event ); $title = get_the_title( $event );Forum: Plugins
In reply to: [The Events Calendar] Featured image in calendar view month not workingI found the answer here: https://theeventscalendar.com/knowledgebase/thumbnail-support-for-event-featured-images/
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Disable desktop menuI don not want this line to take over
@media screen and (min-width: 56.875em) {…
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Disable desktop menuPlease tell me how I override the Media Query in the parent theme from the Child theme for this particular case.
Forum: Themes and Templates
In reply to: [Twenty Sixteen] Disable desktop menuThe project is still early therefore I do not have a site up and running. I have not change much code yet so it is pretty much out of the box from Twenty Sixteen.
Viewing 6 replies - 1 through 6 (of 6 total)