Customizing the Calendar to do this

Home Forums Calendar Products Events Calendar PRO Customizing the Calendar to do this

Viewing 15 posts - 16 through 30 (of 44 total)
  • Author
    Posts
  • #29422
    jts2005
    Participant

    Andy, did that and then it showed me this…

    View post on imgur.com

    #29437
    Andy Fragen
    Moderator

    Sorry 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

    #29438
    jts2005
    Participant

    Thx 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.

    #29495
    Andy Fragen
    Moderator

    jts2005, 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.

    #29498
    jts2005
    Participant

    Thx for the effort but the widget still has that issue. Check it out. http://chiroinc.com/seminars

    #29499
    Andy Fragen
    Moderator

    Looks like a different issue. Are you referring to the event background bleeding over the right edge?

    #29505
    Barry
    Member

    Are you referring to the Upcoming Seminars widget in the sidebar?

    #29513
    jts2005
    Participant

    Sorry guys, yes the widget I am referring to.

    #29515
    Andy Fragen
    Moderator

    The 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.

    #29516
    Andy Fragen
    Moderator

    ul.upcoming li.tribe_events { background: transparent; border: transparent; }

    Should do the trick

    #29518
    jts2005
    Participant

    Ok thx Andy. I will try that when I get off from work. Patients are killing me today…lol.

    #29520
    Andy Fragen
    Moderator

    Been 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

    #29554
    jts2005
    Participant

    That worked Andy 😛

    How would one fix the cell issue? 🙂

    #29581
    Andy Fragen
    Moderator

    You 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.

    #29583
    jts2005
    Participant

    AWESOME 😛

    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.

Viewing 15 posts - 16 through 30 (of 44 total)
  • The topic ‘Customizing the Calendar to do this’ is closed to new replies.