Event cost not displaying correctly after update
-
Hello, after updating to TEC 3.12.5, the divider and cost on single event posts drop down to the second line, under the date. The date/cost line used to look like this:
November 6 @ 6:30 pm – 10:30 pm | $5.00
Now it looks like this:
November 6 @ 6:30 pm – 10:30 pm
| $5.00I checked your demo and it is not doing this, so I inspected the code. I see that the date line is wrapped in an h3 tag in your demo, and an h2 on my sites after the update to v 3.12.5. It appears that the styling applied to the h3 tag did not get updated when the heading was changed to h2.
For now I added the CSS from your demo to my theme style sheet and it fixed the problem, but it seems this is a bug that should be fixed in a future release. This is the code I used in my stylesheet:
.single-tribe_events .tribe-events-schedule h2 {
font-size: 1.2em;
display: inline-block;
zoom: 1;
margin: 0;
padding: 0;
vertical-align: middle;
white-space: nowrap;
}Thanks.
- The topic ‘Event cost not displaying correctly after update’ is closed to new replies.