Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi immortaldiva,

    Please see this FAQ for help with that: https://tri.be/faqs/the-calendar-page-title-shows-title-of-an-event/

    I hope that helps!

    – Jonah

    Thread Starter immortaldiva

    (@immortaldiva)

    Thanks for the link. I appreciate your help, but the coding referenced on that page doesn’t seem to be what my issue is. The event title is showing up properly in widgets, on the calendar view, and on the list view. It’s when you click on an event to go read about it that the page title shows up as Tribe_Events. It does this no matter which page template I use.

    But this is a minor issue compared to the calendar view no longer working with sidebars. UUUUUGgghhhhh!!

    Jonah…I’ll end on a positive note. I love the new visual makeover you’ve given this plugin. Rock on! ??

    Lynda

    Hey there immortaldiva. I wanted to follow-up with you here; Jonah has actually since moved on, but I’m happy to take over this thread in his absence. And it looks like this actually may be a bug…I’ve seen two reports to this same effect over the past few hours. I’ve got a dev looking at it and should have a more substantive follow-up tomorrow. Stay tuned and thanks for your patience so far.

    The issue of the calendar no longer working with sidebars is concerning too. We have a few fixes forthcoming on that in our impending 3.0.3 release, but if you’d be down to log that as a separate thread, we can do our best to get it sorted.

    Greatly appreciate your closing words, too! We are proud of the new aesthetic of the calendar and, for folks like you, want to help get all the quirks sorted out so it can be used to its utmost potential ?? Let me know what else I can do to reach that end.

    Hi Lynda,

    How are you getting on with this? I took a quick look and couldn’t actually identify the problem (with Tribe_Events showing in the page title) – if I’m wrong about that and there’s still a problem please just let me know.

    It also looks as though you’ve got your sidebar functioning within list view and month view:

    Can you confirm if you’re all sorted/need further assistance?

    Thread Starter immortaldiva

    (@immortaldiva)

    Sorry, I’ve been away from this website for about a month on a sabbatical.

    Let me go check on the site and the plugin…apply any updates necessary…and I’ll get back with you if it’s working now or not.

    Thanks for your patience with me. Been a long month. :J

    Thread Starter immortaldiva

    (@immortaldiva)

    Okay, here’s what I’m finding on my site.

    Sidebar works just fine with list view: https://wp.me/a2Rkj9-Ui

    Sidebar works mostly fine with month view: https://wp.me/a2Rkj9-Uj

    The only issue in month view is when the month is loaded with events. Then the font size of the event titles seem to scrunch against the sidebar: https://wp.me/a2Rkj9-Uk

    And here is the Tribe_Events issue in a screenshot – see the page title showing up as Tribe_Events instead of the actual event title: https://wp.me/a2Rkj9-Uh

    If I did it right, you should have links to screenshots of those items. Here’s a link to the events part of our site just in case you need it again: https://acfcfc.com/events/

    These issues aren’t critical. If there is anything I need to do to help solve them, just let me know. ??

    Many thanks.

    Looks like you need a splash of CSS.

    If you are happy with the process for adding new rules and your theme makes a custom CSS field available (or something of that order) you could try adding these rules there, or else take a look at our Themer’s Guide and create a tribe-events.css stylesheet and add:

    .tribe-events-calendar {
        table-layout: fixed;
        width: 100%;
    }
    
    .tribe-events-calendar td,
    .tribe-events-calendar th {
        width: 14.2857%;
    }

    That should fix that squishing and distortion, however you’ll probably also need to tweak the font size somewhat so that event titles fit in there nicely.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Tribe_Events showing as page title for all events’ is closed to new replies.