• Hi there,

    I’ve got a problem with the gridview of the calendar. It shows the current month and on top the links to go to the next or previous month and the dropdown menues. These links though don’t work for whatever reason. I think it’s an issue caused by the theme becaaaause if I run the page with the standart TwentyTen 1.1 Theme everything works fine, whereas if I use my own theme it doesn’t anymore…and I don’t have a clue what it could be…any ideas?
    For me it sounds like a javascript isn’t loaded or something…but that’s just a guess..

    Cheers!
    BennyT

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter BennyT

    (@bennyt)

    Nobody an idea :(?

    I am having the same issue, changing the months with the dopdown, results in a 404 page, I am wondering if the dropdown can be hidden but can’t find the code. 🙁

    Thread Starter BennyT

    (@bennyt)

    do you use the widget? as soon as I turned that off the gridview worked fine…the widget seems to interfere somehow with the gridview..at least in my theme :/

    I can confirm. If you are using the widget, the calendar won’t update. Anyone have a fix for this?

    In the Calendar view the month drop down links do not work and lead to a 404 error. This can be fixed by changing the & to ? in line 8 of datepicker.php (in the views folder) like this:

    $link .= '&eventDisplay=month&eventDate=';

    should be changed to this:

    $link .= '?eventDisplay=month&eventDate=';

    Changing the code in datepicker.php does not fix the problem on my site. Removing the widget does, but I want to use the widget as well as the gridview.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: The Events Calendar] Months don't change (Theme issue?)’ is closed to new replies.