pdelite

Forum Replies Created

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • in reply to: List View for one page, calendar view for another? #133964
    pdelite
    Participant

    Yes, that works just fine thank you.

    in reply to: Adding Time Zone to events #80024
    pdelite
    Participant

    I just want it to display “Central time”. Can’t that simply be done with an echo statement?

    in reply to: 643 404 errors in Google Webmaster Tools #73581
    pdelite
    Participant

    I agree, this issue has been going on for quite sometime now and the payoff of using the plugin versus an increasing number of 404 errors in webmaster tools doesn’t make sense to continue using the plugin beyond this year.

    in reply to: 643 404 errors in Google Webmaster Tools #72535
    pdelite
    Participant

    Shouldn’t support be first come first serve? I see lots of requests submitted after mine that have been answered by support. This many 404’s is not exactly a ‘low urgency’ issue.

    in reply to: 643 404 errors in Google Webmaster Tools #72354
    pdelite
    Participant

    Also, in the past, I did some digging in this forum and implemented the following fix for the functions.php file:
    //Added to work around the issue with Events Calendar Pro returning 404 titles.
    if( function_exists(‘avoid_404_event_titles’)){
    function avoid_404_event_titles() {
    global $wp_query;

    if (property_exists($wp_query, ‘tribe_is_event’) && $wp_query->tribe_is_event && $wp_query->is_404)
    $wp_query->is_404 = false;
    }

    add_action(‘template_include’, ‘avoid_404_event_titles’, 1);
    };
    …and…
    I’ve also added the single-day.php file in the following path:
    MY-THEME/tribe-events/month/single-day.php
    However, I’m still seeing the page not found reference in the title here: http://www.seniornestreferrals.com/events/2013-09-13/ and now the ical Import Day’s events button is displaying a File not found error as you can see here:
    http://www.seniornestreferrals.com/events/2013-09-13/?ical=1&tribe_display=day

    The errors were not displaying in webmaster tools and now they are, so clearly this fix didn’t work.

    in reply to: 2778 Page not found URLs!!! #65166
    pdelite
    Participant

    Well, when I run a check on the website, the sitemap tool I’m using is still showing page not found errors, so hopefully you’ll be able to come up with the update soon. I’m not sure how webmaster tools will read these pages. Do you have an approximate date for a fix?

    in reply to: 2778 Page not found URLs!!! #65158
    pdelite
    Participant

    I did some digging in this forum and implemented the following fix for the functions.php file:

    //Added to work around the issue with Events Calendar Pro returning 404 titles.
    if( function_exists(‘avoid_404_event_titles’)){
    function avoid_404_event_titles() {
    global $wp_query;

    if (property_exists($wp_query, ‘tribe_is_event’) && $wp_query->tribe_is_event && $wp_query->is_404)
    $wp_query->is_404 = false;
    }

    add_action(‘template_include’, ‘avoid_404_event_titles’, 1);
    };
    …and…
    I’ve also added the single-day.php file in the following path:
    MY-THEME/tribe-events/month/single-day.php
    However, I’m still seeing the page not found reference in the title here: http://www.seniornestreferrals.com/events/2013-09-13/ and now the ical Import Day’s events button is displaying a File not found error as you can see here:
    http://www.seniornestreferrals.com/events/2013-09-13/?ical=1&tribe_display=day
    I am using Yoast’s SEO plugin if that comes into play here at all.
    Thank you.

    in reply to: Calendar pro installation based on 1st tutorial video #65144
    pdelite
    Participant

    I am seeing this exact same thing!

Viewing 8 posts - 16 through 23 (of 23 total)