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

    (@joedolson)

    This seems to work fine to me; if you’re expecting the calendar to change instantly on selecting from the dropdown, that won’t work – you need to submit the ‘Go’ button to go to the new dates.

    On your site, I notice that the ‘Go’ button is *extremely* hard to see; you may not be seeing it – you’ll want to change the colors of that button to make it more obvious, I think.

    Thread Starter drlester

    (@drlester)

    Ha, ha! Yes, I see the problem, Joe. The button was certainly next to invisible with the default color. I changed to this setting, and now the button is very obvious:

    .mc-main .my-calendar-date-switcher .button {
        font-size: .9em;
        color: #fff;
    }

    Lane

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Execute Drop-down Month/Year Selection?’ is closed to new replies.