Forum Replies Created
-
AuthorPosts
-
Jessica
ParticipantEvents that have this issue are:
Wii Mania
Read AloudApril 26, 2016 at 7:36 am in reply to: Ticket count does not go down after someone purchases a ticket #1107083Jessica
ParticipantThis reply is private.
April 26, 2016 at 7:33 am in reply to: Ticket count does not go down after someone purchases a ticket #1107080Jessica
ParticipantThis reply is private.
April 25, 2016 at 4:57 pm in reply to: Ticket count does not go down after someone purchases a ticket #1106896Jessica
ParticipantHere is a screenshot from the CMS showing that 2 tickets have been sold, but 15 stare still available.
April 25, 2016 at 4:44 pm in reply to: Ticket count does not go down after someone purchases a ticket #1106878Jessica
ParticipantHere is another example of the Tickets Available number not going down: http://hudsonheightsfamily.com/event/music-group-hank-coyote-7/
There are 15 total tickets — at least two people have purchased tickets today and the site still displays 15 tickets available — even after the orders were marked complete.
February 21, 2016 at 7:47 pm in reply to: Unexpected Calendar Layout change with update to 4.0.6 #1079551Jessica
ParticipantI had a similar issue updating from 4.0.5 to 4.0.6. The css solution is not viable as some of the events calendar css requires sibling selectors (filter bar), so having <p> tags show up around comments breaks the layout there.
The problem was caused by changing the filter for load_ecp_into_page_template on the_content to 9, instead of the default 10 (src/Tribe/Templates.php line 288). This is causing events calendar code to get executed before the standard wpautop filter is executed.
The additional <p> tags around comments in the tribes templates only seems to occur on my production site running on nginx, not on my local machine running windows. Not sure if the others seeing this issue are also on nginx. I’d prefer not to have to mess with the standard wp filters if possible.
-
AuthorPosts
