Cost not displaying correctly in event title

Home Forums Calendar Products Events Calendar PRO Cost not displaying correctly in event title

  • This topic has 6 replies, 3 voices, and was last updated 8 years, 2 months ago by Canberra Climbers' Association CCA.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1421037

    Hi, just wondering why you added the following rule

    .single-tribe_events .tribe-events-schedule .tribe-events-cost {
    vertical-align: middle;
    }

    to /wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-full.min.css?ver=4.6.8

    as it mis-aligns the text (see attached screenshot of our page at http://www.canberraclimbing.org.au/~canberra/event/cca-climbing-gym-night-7/2018-02-14/).

    Thanks
    Cos

    #1422156
    Andras
    Keymaster

    Hello Cos,

    Thank you for drawing our attention to this. I logged a bugticket and we’ll fix this in one of the upcoming releases.

    Until then as a workaround you can use this little snippet in your theme’s style.css file to fix it:

    .single-tribe_events .tribe-events-schedule .tribe-events-cost {
    vertical-align: unset;
    }

    I am going to set the status of this ticket to “pending fix” and we will update it once the fix is released.

    If you have any new questions or issues please create a new ticket and we’ll help you out.

    Thanks and cheers,
    Andras

    #1423221

    Thanks Andras, all good.

    I wanted to make sure with you that over-riding that particular rule didn’t break some other layout!

    Cheers
    Cos

    #1423338
    Andras
    Keymaster

    Hi Cos,

    Happy to hear that helped.

    It shouldn’t break other layouts, as the “.single-tribe_events” class reference refers to the single events page, so should influence only that.

    Will post a message here for you when this will be fixed.

    Cheers,
    Andras

    #1437484
    Nico
    Member

    Hey,

    Happy to share with you that a new maintenance release (for the Week of 22th January 2018) is out, including a fix for this issue.

    Find out more about this release → https://theeventscalendar.com/maintenance-release-for-the-week-of-22-january-2018/

    Please update the plugins and let us know if the fix works for your site,
    Best,
    Nico

    #1456397
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Cost not displaying correctly in event title’ is closed to new replies.