Home › Forums › Ticket Products › Event Tickets Plus › Events page has text formatting bugs
- This topic has 4 replies, 2 voices, and was last updated 10 years, 9 months ago by
Nico.
-
AuthorPosts
-
July 13, 2015 at 1:59 pm #986041
motherstrust
ParticipantI recently updated a number of plugins included the Events Calendar. Currently I am using the regular events calendar with WooCommerce tickets.
If you look at the events page, you’ll see a number of formatting issues with the text.
1. At the top next to “VIEW AS:” text is superimposed
2. Third event listed, the info displays to the right instead of underneath.Are these all related?
FYI, I have tried deactivating all the plugins except the Events Calendar and Events Calendar – Woo Commerce and it still displayed incorrectly.
I previewed in other themes Twenty Fourteen with plugins activated and it still displayed incorrectly.
When I previewed in Twenty Fourteen with all plugins inactive except Events Calendar, some of the bugs were not as extreme but it was not the same format.
July 13, 2015 at 2:21 pm #986060Nico
MemberHi motherstrust,
Thanks for reaching out to us, and sorry to hear you’re experiencing this display glitches.
Both issues seem related to how the theme is displaying the calendar. I’ll take a look and see which lines are generating the display “errors”.
1. At the top next to “VIEW AS:” text is superimposed
Line 1962 of the theme’s CSS stylesheet -located at wp-content/themes/advocator/css/styles.css- is affecting this, please comment it out.
.tribe-select2-results-views span[class^="tribe-icon-"], .tribe-bar-views-list span[class^="tribe-icon-"], .tribe-bar-view-list a[class*="tribe-icon-"] {
padding-left: 0;
}
2. Third event listed, the info displays to the right instead of underneath.
This is happening because title text is too short. To prevent this, you can add this line to your theme’s CSS file:
/* at line 2001 of the file you have the following selector, please add the display: block; line to it*/
.tribe-events-list .vevent.hentry h2 {
font-weight: 500;
display: block;
}
Please apply these changes and let me know if display gets fixed,
Thanks,
NicoJuly 16, 2015 at 12:08 pm #987113motherstrust
ParticipantYou’re awesome! Thank you for helping us trouble shoot this!! We have also let our theme support know since their theme COMES with the regular events calendar plugin.
July 17, 2015 at 2:14 pm #987496Nico
MemberHi motherstrust,
Glad to hear, it’s always a pleasure to help 🙂 Really appreciate you pinged the theme developers about this!
I’m going to close this topic – but please don’t hesitate to create new topics if you need help with anything else.
Have a great weekend,
Best,
NicoJuly 17, 2015 at 2:14 pm #987497Nico
MemberHi motherstrust,
Glad to hear, it’s always a pleasure to help 🙂 Really appreciate you pinged the theme developers about this!
I’m going to close this topic – but please don’t hesitate to create new topics if you need help with anything else.
Have a great weekend,
Best,
Nico -
AuthorPosts
- The topic ‘Events page has text formatting bugs’ is closed to new replies.
