Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Eran Miller

    (@eranmiller)

    Can you be more descriptive?
    A screenshot or better yet a link would be a good start.

    Thread Starter maasgarid

    (@maasgarid)

    Sorry, here you go:

    https://voodoocomedy.com/calendar/

    https://i53.tinypic.com/24kz7ko.png

    Clicking on any of the events in the calendar brings up either a popup without a description, or a popup showing only a graphic I put in the description. All text is stripped from the description.

    Plugin Contributor Eran Miller

    (@eranmiller)

    Your theme has a style that hides the .description class globally.

    You’ll need to add a class in your theme stylesheet to override this global setting specifically for the event detail view – like this:

    #aec-modal .description {
        display: block;
        visibility: visible;
    }

    Please refer to the FAQ for troubleshooting techniques. You’ll find that Firebug reveals all things very quickly.

    Thread Starter maasgarid

    (@maasgarid)

    I tried locating the issue in Firebug, but I guess I didn’t dig deep enough. Thanks for the assistance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Ajax Event Calendar] Description doesn't appear at all in popup window’ is closed to new replies.