Events page has text formatting bugs

Home Forums Ticket Products Event Tickets Plus Events page has text formatting bugs

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #986041
    motherstrust
    Participant

    I 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.

    #986060
    Nico
    Member

    Hi 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,
    Nico

    #987113
    motherstrust
    Participant

    You’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.

    #987496
    Nico
    Member

    Hi 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

    #987497
    Nico
    Member

    Hi 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

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Events page has text formatting bugs’ is closed to new replies.