fiddles5
Member
Posted 7 months ago #
Upcoming Events widget in sidebar, when event is moused over the resulting popup is hidden underneath the mainContent area of my site.
Is this a zoom issue? How do I fix this?
http://mylifeisamess.com
Happens in both these browsers:
FF 15.0.1 Mac OSX 10.7.4
Safari 6.0
http://wordpress.org/extend/plugins/all-in-one-event-calendar/
Richard
Member
Plugin Author
Posted 7 months ago #
Hi fiddles5,
This bug is going to be corrected in the next update of the calendar. However in the interim please try this. It should move the pop-ups over the events so that you can see them.
File location: themes-ai1ec/vortex/style.css
Change right: 100%; to right: 5%; (as shown below)
.ai1ec-agenda-widget-view .ai1ec-popup-summary-wrap {
position: absolute;
right: 5%;
top: 50%;
visibility: hidden;
}
Regards
Richard
Member
Plugin Author
Posted 6 months ago #
Hi fiddles5,
I am going to mark this thread as resolved as we have not heard from you in over a month.
Regards