• When I click on the calendar link it brings up the calendar with the current month selected (march 2010) however the events dont show.

    when i change the month via the drop down, then go back to the current moth, the events show…..
    any help is appreciated.

    -Bob

    bobpicarillo.net

Viewing 14 replies - 16 through 29 (of 29 total)
  • Excellent, thanks for the correct fix. ??

    thanks alot justin and marc! this fixed my problem as well.look forward to the next release.

    Thanks for the fix guys! Much appreciated… happy eventing.

    OK, this makes much more sense to me now, because the $this->date = $date doesn’t work today because the year and month no longer both contain “10”

    so on 10/03/2010 it was causing a problem as well. Which explains why the problem appeared to occur spontaneously yesterday (and just as spontaneously reappear today).

    Unfortunately, I’m still having this problem!
    Any help would be greatly appreciated.

    I am not a php programmer, so I don’t even know what to look for. I just know that the category view shows nothing and the month view does.

    https://aslinsideatl.com/category/events/
    https://aslinsideatl.com/category/events/2010-03/

    not work!!!

    please can u help me?

    @geektink
    Visiting those links, everything appears to be fine. Is the problem resolved? If not, can you give specifics?

    @ilsaro
    Any details? Links? If your problem is the same as described in this thread, updating the plugin should fix it because the fix is now included in the latest version.

    Justin

    I’ve just installed the plugin and am getting the same problem – links on the calendar aren’t clickable/produce no results. It has also seemed to have disabled my navigation bar as well since those links are no longer clickable on the https://islandnature.ca/category/events/ calendar page. The event post itself at https://islandnature.ca/2010/03/big-day-birding-brant-wildlife-festival/ shows a similar disconnection with the main navbar links. Not sure if this is a theme conflict or something to do with the way my navigation is set up.

    Like the look of this calendar better (for the most part) than my current plugin (Calendar) which is pretty ugly as far as styling goes but not sure if I want to spend the time fiddling around with it. If anyone can suggest a quick fix I’ll give it a go, if not I’ll try another plugin.

    Note – I’ve pulled this post off my blog since the main navigation links don’t work on the calendar page and the event post page.

    hi
    this is my site https://www.evergreenpics.com/punkrockgigs
    and i use The Event Calendar Version 1.5.6

    Hi, I’m using 1.5.6 and I can see correct version of the code in the plugin. I’m still unable to get the grid/calendar view to show up when I click “calendar,” it just stays in list view. https://69.89.31.227/~arzanaor/category/events/

    Somewhere else I should look? ack.

    I’m having a similar problem, when I first installed the plugin and created a sample event in the current month it work. I didn’t try future events. I turned editing over to the client and now find that when select a different month it continues to render the current mother. I was knocking around in the code and the date it always seems to use to render is the current date. Not the selected month. I’m having trouble finding where the code reads those select boxes to render a different grid.
    Any help would be appreciated. It looks like I have the version with the changes listed above. So thats not it.

    https://www.compasshousingalliance.org.php5-10.dfw1-1.websitetestlink.com/category/events/

    Trevogre

    I visited your site, how did you solve your problem?

    Hey, I’m using 1.6.4 but I was getting a 404 in list view. So I changed the code below and turned pretty urls off.

    two lines on \views\datepicker.php

    ———- 1 ————————–
    $link .= ‘&eventDisplay=month&eventDate=’;

    change to >>>>

    $link .= ‘?eventDate=’;

    ———- 2 ————————–
    location.href = ‘<?php echo $link; ?>’ + jQuery(‘#<?php echo $prefix; ?>events-year’).val() + ‘-‘ + jQuery(‘#<?php echo $prefix; ?>events-month’).val();

    change to >>>>

    location.href = ‘<?php echo $link; ?>’ + jQuery(‘#<?php echo $prefix; ?>events-year’).val() + ‘-‘ + jQuery(‘#<?php echo $prefix; ?>events-month’).val() + ‘&eventDisplay=month’;

    which solved the list view problem, but now when I change months it stays on January grid view and will not change. Could it be an issue with my date format in General Settings? The site is currently hosted on a shared domain.
    https://shared.transcends.net/~samesan/category/events?eventDate=2011-02&eventDisplay=month

    Any help would be appreciated.

Viewing 14 replies - 16 through 29 (of 29 total)
  • The topic ‘[Plugin: The Events Calendar] clicking on calendar does not show me events’ is closed to new replies.