Sidebar shows up again on /events/ page with odd format for week and day views

Home Forums Calendar Products Events Calendar PRO Sidebar shows up again on /events/ page with odd format for week and day views

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #59679
    Cynthia Lockley
    Participant

    Hi. This was solved at one point with help from Neil with a workaround function and some mods to the page and single php pages but now I am getting the right sidebar showing up on the /events/ page again below the event calendar. See http://events.stcwdc.org/events/ For the Month, List, Map, and Photo views the right sidebar is normal width. But for the Week and Day views, it is squeezed into a narrow column about 6 characters wide. See http://events.stcwdc.org/events/week/ and http://events.stcwdc.org/events/today/?tribe-bar-date=2013-08-09

    I don’t know why the formatting is different for week and day views but I’d rather the right sidebar not show up at all on any of the views for /events/.

    #60805
    Rob
    Member

    Hey Cynthia. Thanks for this, and apologies it slipped past us. Let me get Barry from the team to take a look here and see if he can point you in the right direction. Really appreciate your patience on this end so far.

    #61340
    Barry
    Member

    Hi Cynthia,

    I think the basic problem with the extremely narrow sidebar is that different formatting rules are applied by your theme when a 404 status (“posts not found”) is returned – which can happen on some event views when there are no events within the specified date range. It may simply be true that the particular instances of week and day view you viewed were indeed devoid of events and that’s why you saw this there (but let me know if that’s not in fact the case).

    There are a few ways to hide the sidebar – once of the easiest would be a simple piece of CSS (there are more ‘elegant solutions’ which would stop the sidebar markup from being generated altogether – but without knowing exactly how your theme is pieced together I’d prefer to see if this route works for you first of all).

    Can you try adding:

    .events-archive #secondary { display: none; }

    To your theme’s stylesheet or else to your custom tribe-events.css stylesheet (see our Themer’s Guide for details on setting that up) – or some other suitable location?

    Thanks!

    #62788
    Rob
    Member

    Hey Cynthia! You get a chance to check out Barry’s last reply here? Want to make sure we’re getting you what you need 🙂

    #64267
    Rob
    Member

    Hello again Cynthia! Just wanted to check in here. Let me know if you think this can be closed.

    #980592
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sidebar shows up again on /events/ page with odd format for week and day views’ is closed to new replies.