rolevine

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Customizing Event Title For Week View #1401452
    rolevine
    Participant

    Hi,

    Excellent, it works. I should’ve thought of that myself!

    Regards,
    Rob

    in reply to: Customizing Event Title For Week View #1399011
    rolevine
    Participant

    Hi Jennifer,

    Thanks for the quick reply. Unfortunately I see no change for the scrunched 4:00 and 5:00 1/2 hour events. I forced a page refresh and I can see the new CSS code in the page source and via Firebug.

    It looks like I have a typo in my Nov 29 note. I said “These events are all set up as 1 hour events” and it should’ve said “These events are all set up as 1/2 hour events.” I am including a screenshot to illustrate further.

    – Rob

    in reply to: Interactivity on the wish list? #1398273
    rolevine
    Participant

    I suggested it.

    Thanks,
    Rob

    in reply to: Customizing Event Title For Week View #1398146
    rolevine
    Participant

    This reply is private.

    in reply to: Customizing Event Title For Week View #1394780
    rolevine
    Participant

    Hi,

    Thank you for your response. I switched the template to “Tribe Events Styles” and then added the following to the Additional CSS and it got me part of the answer to my question.

    .tribe-events-grid 
    .type-tribe_events a {
    		font-size: 14px !important;
    }

    However, it exposed a bigger problem that I could use some advice with. If you look at the attached screenshot, you can see that a few of the events are scrunched even more with the new font size. These events are all set up as 1 hour events. The solution I’m considering is to simply make the grid blocks taller, for each 1/2 or full hour block. I played around with some CSS, including following some of the advice in this related post, but came up empty. So I’m wondering if there’s an easy way to accomplish my goal of making each row taller, that’s been implemented recently.

    Please let me know if you still need access to my site. Currently the pages are private because they’re admin-only.

    Regards,
    Rob

    in reply to: Hiding Sunday in Week and Month View #1392440
    rolevine
    Participant

    Hi,

    This is the code I used to remove Sunday and slide everything else over in the week view.

    .tribe-week-day-header-0,
    .tribe-events-day-column-0 {
        display: none !important;
    }
    
    .tribe-events-grid 
    .tribe-grid-content-wrap 
    .column {
    	  width:16.667% !important;
    }

    Regards,
    Rob

    in reply to: Main calendar page is not correctly #1388526
    rolevine
    Participant

    Hi,

    Excellent, thank you. It works as advertised.

    Regards,
    Rob

    in reply to: Proper way to hide the All Day row #1388351
    rolevine
    Participant

    While testing another fix, I found the fix for this question:

    .tribe-grid-allday {
        display: none;
    }
Viewing 8 posts - 1 through 8 (of 8 total)