Andy Fragen

Forum Replies Created

Viewing 15 posts - 301 through 315 (of 529 total)
  • Author
    Posts
  • in reply to: Customizing the Calendar to do this #29597
    Andy Fragen
    Moderator

    Does this thread address the same issue?

    Grid view overlaps my sidebar

    in reply to: Customizing the Calendar to do this #29596
    Andy Fragen
    Moderator

    Does this thread address the same issue?

    in reply to: Customizing the Calendar to do this #29587
    Andy Fragen
    Moderator

    or play with some value for `max-width`

    in reply to: Customizing the Calendar to do this #29586
    Andy Fragen
    Moderator

    Yeah, I forgot it screws with the tooltip. I knew there was some reason I removed that code. You might try `width: 67px;` instead of `overflow: hidden;`

    in reply to: Extraneous event category class tag #29585
    Andy Fragen
    Moderator

    Barry, I see what you mean. Just fixed a user problem from a custom theme. I added a preference to the settings to check if the user is having this problem so hopefully the combination of the preference and having the code wrapped in the main calendar conditional narrows the scope enough to not cause additional user issues. Thanks for all the warnings. 😉

    in reply to: Customizing the Calendar to do this #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.

    in reply to: Control Data in iCal Feed #29579
    Andy Fragen
    Moderator

    Salvador, glad you got this little function working. It will survive ECP updates. As for your other questions, I think it’s time for a new thread. I’m not sure about those.

    in reply to: Control Data in iCal Feed #29574
    Andy Fragen
    Moderator

    Yes

    in reply to: Control Data in iCal Feed #29558
    Andy Fragen
    Moderator

    Salvador, you put this in your theme’s functions.php file. As for just making the DESCRIPTION a link. You could probably just alter line 11 from
    $mod = substr($key[0], 0, 1000);
    to something like
    $mod = get_permalink( $eventPost->ID );

    in reply to: Extraneous event category class tag #29536
    Andy Fragen
    Moderator

    Understood and I’m glad this is logged as a bug. Hopefully, I can remove the patch soon.

    in reply to: Customizing the Calendar to do this #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

    in reply to: Extraneous event category class tag #29519
    Andy Fragen
    Moderator

    Barry, thanks for the warning. I modified your code a touch to only fire if the TribeEvents::getOption(‘tribeEventsTemple’) returns ‘default’. This seems to only happen if the Default Page Template is used. Of course, I could be wrong. 😉

    in reply to: Customizing the Calendar to do this #29516
    Andy Fragen
    Moderator

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

    Should do the trick

    in reply to: Customizing the Calendar to do this #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.

    in reply to: Customizing the Calendar to do this #29499
    Andy Fragen
    Moderator

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

Viewing 15 posts - 301 through 315 (of 529 total)