• Resolved osckar

    (@osckar)


    Hi:

    I’m having an issue:

    viewing calendar by month, week or day, I noticed that when moving the cursor over an event, the info bubble displays but remains open, so if you hover all the events, all the bubbles stay open and you can’t see the rest of the events.

    I’m using the Leaf theme https://www.ads-software.com/extend/themes/leaf

    – I’m using WP 3.5 and latest version of Calendar 1.8.2
    – I have switched to Twenty Ten, Twenty Eleven and Twenty Twelve and the same happened.
    – I have disabled the other plugins and the same is happening.

    Thanks for any help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter osckar

    (@osckar)

    Hi:

    I installed version 1.8.3 and the bubbles problem got solved.

    But, I have another issue:

    When viewing the calendar, no matter what type of view (month, agenda, etc) I can’t select another type of view from the drop down button from the top left.
    I just get a “#” as link, so I cant’t switch the calendar to posterboard, week, etc.

    And when using calendar as widgets, the bubble got displayed underneath the page, not over the content.

    The first issue I saw it reported at Time.ly support as an issue with WP 3.5, hope you get a fix soon.

    Thanks!

    Richard

    (@richardgirling)

    Hi oskar,

    Please try the following fixes. The view selector.

    file location – Vortex > style.css
    .timely #ai1ec-view-dropdown:hover .dropdown-menu {
    display: block;
    }

    widget Pop-up:

    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;
    }

    I hope this helps!

    I’m also having this issue. In my case, simply moving the popup by adjusting the position in CSS doesn’t work – all it does is obscure an adjacent event.

    I’ll wait for the fix in next release… thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bubbles remain open in calendar view’ is closed to new replies.