Forum Replies Created
-
AuthorPosts
-
Kandace
ParticipantThis reply is private.
Kandace
ParticipantWe have the cut off as 5 am.
Also, even though we say to keep events for 24 months, they are being deleted immediately when the day starts (so they aren’t even in the feed). This is theme independent.
Kandace
ParticipantAh, yes. Thank you.
Kandace
ParticipantThis is a new site and Woo Tickets is not installed. I have only WooCommerce (not Woo Tickets), Events Tickets Pro, and Events Calendar Pro active. Still not showing.
Kandace
ParticipantThis reply is private.
Kandace
ParticipantThis reply is private.
Kandace
ParticipantThis reply is private.
Kandace
ParticipantThis reply is private.
Kandace
ParticipantThis reply is private.
Kandace
ParticipantThis didn’t help, unfortunately.
Kandace
ParticipantThis reply is private.
Kandace
ParticipantThis reply is private.
September 23, 2013 at 10:57 am in reply to: Month view event tooltips link to day view on click #67286Kandace
ParticipantHi, @Barry: thanks for your help. I didn’t realize you weren’t meant to be able to hover over the tooltip at all. Knowing that is definitely helpful. As we have no need for the day list view at all, I’ve removed the link from the day cells entirely from the template within our theme. Everything works as expected now. Thanks again!
March 21, 2012 at 10:08 am in reply to: When using ajax navigation, tooltips of last two days get cut #17040Kandace
ParticipantWe ran into this same problem on a client site. While we’re looking forward to the patch in 2.1, we thought it might be helpful for others to see the CSS we used to get around it:
`.full-width .tribe-events-calendar tr td:nth-child(1n+5) .tribe-events-tooltip {
left: auto;
right: 3px;
}
.full-width .tribe-events-calendar tr td:nth-child(1n+5) .tribe-events-tooltip .tribe-events-arrow {
left: auto;
right: 30px;
}`(.full-width is template-specific on our site and just used to out-weigh the tribe-events styles without resorting to !important.)
We’re just replicating the .tribe-events-right styles by targeting Thursday-Saturday (s 5, 6, & 7 in each ), which would normally get those classes.
Hope this helps. Thanks for the great plugin!
-
AuthorPosts
