Change page layout for month view

Home Forums Calendar Products Events Calendar PRO Change page layout for month view

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #55729
    Daniella
    Participant

    Hi,
    I need to have sidebars on my calendar pages except for the month view. How can I make this happen? Thank you.

    #55982
    reid peifer
    Member

    Hi Daniella
    Are you comfortable adding a little bit of css to your theme? You could build some custom templates to achieve what you’re going for, but it can also be accomplished with a little tricky css. The following code should hide the sidebar content on your grid page, and also hide the little dotted line inbetween the two columns.


    .events-archive #contentright { display:none;}
    .events-archive #contentleft { width:99%; }
    .events-archive #page { background:none; }

    Let me know if that works for ya.

    #56071
    Daniella
    Participant

    This reply is private.

    #56113
    reid peifer
    Member

    Hi Daniella
    Can you do me a favor? It looks like you have a custom css tool? Can you add that snippet to the bottom of the custom css and let me know when that’s up? Then I can take a look and see where it’s failing. I’ll be keeping an eye on this ticket and try to get back to you as soon as I see it up there.

    #56115
    Daniella
    Participant

    Sorry, Reid. I was trying to fix the weird things going on with the sidebar. I entered in your code. Thank you so much for your help.

    #56116
    reid peifer
    Member

    I just cleared my cache and it’s looking good. Does it look right to you?

    Here’s what I’m looking at: http://kidoinfo.com/ri/events/month

    #56117
    Daniella
    Participant

    That’s fantastic! But, how do I get the footer back and fix the hover on the top row where the boxes are being covered?
    If it’s not one thing, it’s another. 🙂
    Thank you!

    #56119
    reid peifer
    Member

    I see the footer issue. Can you add Month view back to the available views via the events settings? That should help me debug.

    I’m not sure what you’re referring to with “fix the hover on the top row.” What should i be looking at? (which browser are you using?)

    #56121
    Daniella
    Participant

    I added the Month view back in the settings which also brought back the footer. Yay! If you go to August and hover over an event in the top row, the hover box content gets cut off at the top of the table. I’m using Chrome.

    #56122
    reid peifer
    Member

    Baby steps!!! Try adding this to the custom.css

    .tribe-events-calendar{
    overflow: visible;
    }

    #56123
    Daniella
    Participant

    You’re awesome! Thank you.

    #56131
    reid peifer
    Member

    Wahoo!! I’m going to mark this ticket closed. Feel free to hit up a new ticket if you have any more trouble!

    #979948
    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 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Change page layout for month view’ is closed to new replies.