Day links active in calendar view when Day view is diabled

Home Forums Calendar Products Events Calendar PRO Day links active in calendar view when Day view is diabled

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60906
    Kevin
    Participant

    If you have the Day View disabled in the calendar, the hyperlinks to the Day View are still active in the monthly calendar. All of these result in a 404 error until you active the Day View.

    Obviously the hyperlinks should not be active when that particular view is diabled

    #61437
    Kelly
    Participant

    Hi, Kevin. I apologize for the inconvenience. Unfortunately, this is a known issue that was reported at the end of last month:

    https://theeventscalendar.com/support/forums/topic/change-view-names/#post-57566

    As Rob mentioned in that thread, we are aiming to address in time for our next maintenance release.

    Please let us know if there’s anything else we can help you with in the meantime.

    #63419
    Rob
    Member

    Hi there Kevin. Just wanted to make sure you’d seen Kelly’s reply here? Please let us know if you need anything else or if the thread here can be closed. Thanks!

    #63470
    Kevin
    Participant

    Got it. It’s OK to close, provided that the fix you mention is indeed in the next release 🙂

    #63606
    Barry
    Member

    We can’t guarantee it will be in the very next release, but it’s definitely in the pipeline.

    Do take the time to look over some of the discussion here: https://tri.be/support/forums/topic/webmaster-tools-flooded-with-404s/#post-55393 – you could tweak the referenced snippet at http://pastebin.com/r1WVsCuL and change line 36 so instead of reading as:

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

    It simply reads:

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

    Would that help to tide you over?

    #980487
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Day links active in calendar view when Day view is diabled’ is closed to new replies.