Event number showing too high on hover

33 views
Skip to first unread message

natest...@gmail.com

unread,
Jan 6, 2014, 3:55:04 PM1/6/14
to myev...@googlegroups.com
When I hover over a day on FullCal, the number of events in the bubble show up much higher than the date I'm hovering on. How can I fix this?

myEventON Admin

unread,
Jan 7, 2014, 2:48:13 PM1/7/14
to myev...@googlegroups.com
please post a link in here

natest...@gmail.com

unread,
Jan 7, 2014, 3:17:02 PM1/7/14
to myev...@googlegroups.com

myEventON

unread,
Jan 9, 2014, 6:34:03 PM1/9/14
to myev...@googlegroups.com
Try this 
.ajde_evcal_calendar .clear{padding:0}

On Tuesday, January 7, 2014 12:17:02 PM UTC-8, natest...@gmail.com wrote:
Sorry about that. Http://meridianpointchurch.com/events/

natest...@gmail.com

unread,
Jan 13, 2014, 11:20:58 AM1/13/14
to myev...@googlegroups.com, natest...@gmail.com
Ok, added the style and it helped some. Now it's appearing to the right of the date directly above the date with the event. I tried taking away the margin, but it didn't do anything. Anything else we could try? Thanks!

lucull...@gmail.com

unread,
Jan 13, 2014, 11:32:03 AM1/13/14
to myev...@googlegroups.com, natest...@gmail.com


.evoFC_tip is gets the wrong position numbers.

natest...@gmail.com

unread,
Jan 13, 2014, 2:09:35 PM1/13/14
to myev...@googlegroups.com, natest...@gmail.com
Yeah, I figured that. But when I went in to find out how to reposition it, there was a lot more going on in the process. I tried positioning it since it already has absolute positioning, but there's something making it do whatever it wants outside simple css. I honestly have no idea what's causing it to move up to the date above.

natest...@gmail.com

unread,
Jan 14, 2014, 12:07:16 PM1/14/14
to myev...@googlegroups.com, natest...@gmail.com
Any thoughts? I'm not sure what I need to be looking for in order to style it correctly. I added the style you suggested and instead of it being two dates above, it's one. What else would I be able to try?

Michael Gamble

unread,
Jan 15, 2014, 9:00:20 PM1/15/14
to myev...@googlegroups.com, natest...@gmail.com
Hey Guys, try adding this to your CSS in settings backend:

.evoFC_tip {
  1. top23px !important;
}

The tip is being placed by javascript, so there isnt a simple CSS to just make it work. But we can override the CSS being generated by the javascript.

I placed this into the CSS through my inspector, and it worked just fine for you page.

Let me know if this works.

Regards,
Mike

natest...@gmail.com

unread,
Jan 16, 2014, 12:01:27 PM1/16/14
to myev...@googlegroups.com, natest...@gmail.com
Thank Michael. I tried it but it stuck the tip to the top of the calendar. Unfortunately it didn't work for me when I hovered over other dates that had events. It stayed over the date on the top row.

natest...@gmail.com

unread,
Jan 16, 2014, 3:03:03 PM1/16/14
to myev...@googlegroups.com, natest...@gmail.com

Michael Gamble

unread,
Jan 16, 2014, 3:13:40 PM1/16/14
to myev...@googlegroups.com, natest...@gmail.com
Ya im an idiot, haha

Try this sorry:

.evoFC_tip {
margin-top:23px;
z-index:99999
}

I tested that and hovered over the other days and it seems to function correctly now.

Let me know!
Mike

natest...@gmail.com

unread,
Jan 16, 2014, 4:35:36 PM1/16/14
to myev...@googlegroups.com, natest...@gmail.com
Works! Sweet! Thanks so much!
Reply all
Reply to author
Forward
0 new messages