• Resolved rdougkelly

    (@rdougkelly)


    All,
    I’m developing a WordPress site for an emergency medicine residency program. Included are calendars for didactics, work schedules, skills labs and simulations, etc. I’m really loving the AJAX Calendar plugin, with one exception. The event detail modal box on both the admin and public side of the site gets stuck behind the “wpadminbar” that is across the top of every page when logged in. This prevents users from seeing all the event details and I, for the life of me, cannot figure out where the TOP style for the modal box is set in the code to pull it down a little. Can anyone help point me to the right place? I would like to have the dialog box open 30-50 pixels down the page (TOP=30px) so that it isn’t partially hidden by the “wpadminbar” DIV. Alternatively, I could try to set the z-order such that it sits on top of the “wpadminbar” but I cannot figure out where to set that either.
    I would like to provide a URL, however due to the sensitive nature of the content of the website (graphic content and patient privacy) the entire site is password protected. I appreciate any assistance.

    Thanks,
    Doug Kelly, MD

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rdougkelly

    (@rdougkelly)

    Forgot…
    Running WordPress 3.1.4, Plugin 0.9.7.1, viewing with Google Chrome 12

    Plugin Contributor Eran Miller

    (@eranmiller)

    Hi Doug,

    I never run my blog with that panel enabled – but I’ll see if I can automatically adjust the css in a future release.

    In the meantime, you can edit the custom.css code, search for #aec-modal{display:none} and adding margin-top to the existing style should work.

    Good luck,
    Eran

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Event Details Dialog Box Hidden By Admin Bar’ is closed to new replies.