Home › Forums › Calendar Products › Events Calendar PRO › Customizing the Calendar to do this
- This topic has 43 replies, 3 voices, and was last updated 13 years, 4 months ago by
Barry.
-
AuthorPosts
-
December 13, 2012 at 11:07 am #29422
jts2005
ParticipantAndy, did that and then it showed me this…
December 13, 2012 at 12:38 pm #29437Andy Fragen
ModeratorSorry jts2005, this seems to be a known problem related to TEC inserting a category class tag inside a post tag. I’m going to open a separate thread about this. In the meantime take a look at he Themer’s Guide and modify a version of ecp-page-template.php
December 13, 2012 at 12:58 pm #29438jts2005
ParticipantThx Andy, I really appreciate you helping me out. I am using headway themes and the page.php is non-existent in their structure as far as I have searched through my theme. It must be named something else.
December 14, 2012 at 9:30 am #29495Andy Fragen
Moderatorjts2005, Barry provided some code to remove this initial category tag thus fixing the issue. I’ve added it to v 1.5.1 of the Category Colors plugin. Just update the plugin and this should solve the issue.
December 14, 2012 at 10:43 am #29498jts2005
ParticipantThx for the effort but the widget still has that issue. Check it out. http://chiroinc.com/seminars
December 14, 2012 at 12:54 pm #29499Andy Fragen
ModeratorLooks like a different issue. Are you referring to the event background bleeding over the right edge?
December 14, 2012 at 1:10 pm #29505Barry
MemberAre you referring to the Upcoming Seminars widget in the sidebar?
December 14, 2012 at 1:41 pm #29513jts2005
ParticipantSorry guys, yes the widget I am referring to.
December 14, 2012 at 1:45 pm #29515Andy Fragen
ModeratorThe sidebar widget also includes the category class, but I think that it’s very appropriate in this context. You could always add some specific CSS to remove the background from this region.
Something like ul.upcoming { background: none !important }
You’ll have to play with that a bit.December 14, 2012 at 1:48 pm #29516Andy Fragen
Moderatorul.upcoming li.tribe_events { background: transparent; border: transparent; }
Should do the trick
December 14, 2012 at 1:53 pm #29518jts2005
ParticipantOk thx Andy. I will try that when I get off from work. Patients are killing me today…lol.
December 14, 2012 at 1:59 pm #29520Andy Fragen
ModeratorBeen there, done that. 😉 Let me know how it goes. BTW, to solve the bleed over problem you’ll have to adjust the width of the calendar cell
December 14, 2012 at 4:55 pm #29554jts2005
ParticipantThat worked Andy 😛
How would one fix the cell issue? 🙂
December 15, 2012 at 11:55 am #29581Andy Fragen
ModeratorYou can try adding the following to your /my-theme/events/events.css file. See Themer’s Guide for more info.
.tribe-events-thismonth, .tribe-events-othermonth { overflow: hidden; }Bear in mind that this will cut off any text that wants to overflow from the event title.
December 15, 2012 at 12:45 pm #29583jts2005
ParticipantAWESOME 😛
When reading the instructions for the legend, it is a bit confusing, at least for me. I see the that needs to be added to /ecp-page-template.php file. I created an event folder in my theme folder and added that code above and nothing happened. It has stumped me and driving me nuts! Thx again for all your help.
-
AuthorPosts
- The topic ‘Customizing the Calendar to do this’ is closed to new replies.
