Home › Forums › Calendar Products › Events Calendar PRO › Change page layout for month view
- This topic has 12 replies, 3 voices, and was last updated 10 years, 9 months ago by
Support Droid.
-
AuthorPosts
-
July 17, 2013 at 11:03 am #55729
Daniella
ParticipantHi,
I need to have sidebars on my calendar pages except for the month view. How can I make this happen? Thank you.July 18, 2013 at 3:36 pm #55982reid peifer
MemberHi 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.
July 19, 2013 at 7:25 am #56071Daniella
ParticipantThis reply is private.
July 19, 2013 at 9:39 am #56113reid peifer
MemberHi 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.July 19, 2013 at 10:19 am #56115Daniella
ParticipantSorry, 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.
July 19, 2013 at 10:22 am #56116reid peifer
MemberI 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
July 19, 2013 at 10:34 am #56117Daniella
ParticipantThat’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!July 19, 2013 at 10:44 am #56119reid peifer
MemberI 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?)
July 19, 2013 at 10:49 am #56121Daniella
ParticipantI 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.
July 19, 2013 at 10:55 am #56122reid peifer
MemberBaby steps!!! Try adding this to the custom.css
.tribe-events-calendar{
overflow: visible;
}
July 19, 2013 at 10:58 am #56123Daniella
ParticipantYou’re awesome! Thank you.
July 19, 2013 at 12:18 pm #56131reid peifer
MemberWahoo!! I’m going to mark this ticket closed. Feel free to hit up a new ticket if you have any more trouble!
July 7, 2015 at 6:27 am #979948Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘Change page layout for month view’ is closed to new replies.
