Calander views not working

Home Forums Calendar Products Events Calendar PRO Calander views not working

Viewing 7 posts - 31 through 37 (of 37 total)
  • Author
    Posts
  • #58006
    Barry
    Member

    Ben: I took a quick look at your site and I’m not seeing the 404 issue on month views – can you confirm if that is now resolved?

    #58007
    Ben
    Participant

    Barry
    Yes, the month view is now working. The only view still giving me the 404 error is the day view.

    #58012
    Barry
    Member

    I see – well that’s a problem where as in your case you have disabled day view. We’re reviewing this to prevent the same problem in the future (as month view will still link to day view regardless) but we could definitely work around it I think with a simple customization.

    Are you comfortable with template overrides (see here)? If so can you override month/single-day.php and change:

    <a href="<?php echo tribe_get_day_link($day['date']) ?>"><?php echo $day['daynum'] ?></a>

    To:

    <?php echo $day['daynum'] ?>

    Does that help with this?

    #58058
    agape
    Participant

    Barry – It did not resolve it unfortunately. Added that to the wp-config here:

    define( ‘FS_METHOD’, ‘direct’ );
    define(‘WP_DEBUG’, true);
    define(‘WP_MEMORY_LIMIT’, ‘200M’);
    define(‘SCRIPT_DEBUG’, true);

    — I then went to FF and History – Clear History ( box for Cache ticked) then quit FF and restarted the program.

    I switched the theme to the 2011 theme, checked that, and then checked the 2012 theme again and whichever way it’s not working.

    We’ll sit tight and wait for the patch — thanks!!

    #58102
    Barry
    Member

    Great – we’re just testing a definitive fix right now, so it should be available soon.

    #58208
    thomasmat26
    Participant

    Hi all,

    I’ve bought the plugin yesterday ( event calendar + event calendar Pro) but it’s impossible for me to see my events in the calendar view 🙁
    Very important for my job to solve this, hope you’ll find a patch soon.
    I’m working on WordPress 3.5.2 and it’s not working in Safari & Firefox (last version)
    Best,
    Matt

    #58235
    Barry
    Member

    Hi Matt,

    What I’d encourage you to do here is create a new thread of your own. You can then share details about your site and what you’ve done so far (without disclosing them to the world, if that’s important to you) as this is sounding like it might be a slightly different problem than any of those discussed here.

    To everyone else involved in this thread – thanks so much for your patience and support. To avoid confusion though, as the thread now contains many voices covering many different problems, I’m going to close it to new replies: that said, please don’t hesitate to create new threads if anything else crops up.

    Thanks!

Viewing 7 posts - 31 through 37 (of 37 total)
  • The topic ‘Calander views not working’ is closed to new replies.