• Resolved FredrixDesign

    (@fredrixdesign)


    As the title suggests, I need help to remove the function that automatically opens the current days list of events, when using the format=list.

    Also, is there a way to display the content of the dropdown (the title, vcard, details etc.) as a tooltip or popup instead?

    http://wordpress.org/extend/plugins/my-calendar/

Viewing 1 replies (of 1 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Auto-opening of today’s events: delete the following line in the List Javascript effects on the Behavior Editor page.

    $("li.current-day").children().show();

    As far as using the data as a pop-up or tooltip, yes, that’s possible;
    it’s simply a matter of customizing the JavaScript that controls the
    list behavior so that it shows the data in a different way. Figuring
    out how to do this, specifically, however, is outside what I can do as
    basic support.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Automatically Opening the Current Dates Event in List’ is closed to new replies.