Event calendar windows pop up in weird places

Options
So, Support just told me this was normal and fixing it is a customization. I'd like to hear from folks who use the LO Event calendar and get your experience with this. Below are two examples of what happens when you are on our calendar http://cbfou.convio.net/site/PageNavigator/Reus Content/reus_calendar.html and click on an event. The popup is nowhere near the event itself. In the second example, for an event at the end of the month, the popup runs down into the page footer.


Is this normal? Really?

3755b24600e2d7ae2914a196487d3895-huge-ca
e4e1a4861c94005049181e7075d7a13f-huge-ca


Thanks.


Kim
Tagged:

Comments

  • This shift in popup positioning is because it is configured to be relative to <body> tag as long as the calender will be embedded under the page body directly. However, your calendar embedded under <div class="container"></div> node which its position is relative. As this container div is important to wrap the content area, you may just need to add a conditional style to reset its position to static in calendar page.

    <div class="container" [[?[[S8]]::reus_calendar::style="position: static;"::]]></div>

Categories