Nico

Forum Replies Created

Viewing 15 posts - 6,451 through 6,465 (of 6,506 total)
  • Author
    Posts
  • in reply to: Empty dates generating crawl errors #967494
    Nico
    Member

    Hi Susan,

    Thanks for the follow up!

    I’m googling some of the URLs you provided in the list, with ‘site:’ and ‘info:’ commands to check if they are indexed but I don’t get any results. On the other hand if I google (with the same commands) other URLs (non calendar related) of your site like:
    http://www.sierranevada.edu/academics/teacher-education/teacher-recertification/
    http://www.sierranevada.edu/athletics/cross-country/
    http://www.sierranevada.edu/community/giving/
    They do have results available. So I understand the empty calendar pages are not indexed.

    Anyways I’m not a SEO expert and can be wrong about it. What tool are you using to check on this? Maybe the tool shows you a warning for duplicated content -which of course exists- but doesn’t check if the content is actually indexed?

    Please let me know about those questions so we can investigate further,
    Thanks,
    Nico

    in reply to: Events appearing out of order in RSS #967474
    Nico
    Member

    Great! Happy to help 🙂

    I’m closing this topic – but please don’t hesitate to create new topics if you need help with anything else.

    Nico

    Nico
    Member

    Hi Mauricio,

    Thanks for reaching out 🙂

    Just to be sure, the title reads “Upgrade from WP 3.5.2 to 4.2.2 and Events Calendar from 3.0.4 to 3.9.3”, this issues started happening after the update?

    Please follow the steps described in our Testing for conflicts guide, so we can be sure this is not a conflict with another plugin or the site’s theme.

    Looking forward to solving this,
    Nico

    in reply to: Events appearing out of order in RSS #967403
    Nico
    Member

    Hi jkennedy,

    Thanks for the follow up.

    …is there a way for me to somehow connect our calendar feed to their sites…?

    Yes, to show your feed in their site, they should setup a RSS Widget just like you did and enter the feed URL from you site. E.g: http://cfwvconnect.com/community-calendar/events/category/college-planning-deadlines/feed/

    And to reverse the order of the feed, you can add this code to ‘functions.php’ file in your theme:


    function tribe_reverse_feed( $posts ) {

    global $wp_query;

    if( tribe_is_event_query() && $wp_query->is_feed ) {
    $posts = array_reverse($posts);
    }

    return $posts;
    }
    add_action('the_posts', 'tribe_reverse_feed');

    Let me know if this works for you,
    Nico

    in reply to: Woo tickets with recurring events in Pro #967303
    Nico
    Member

    Thanks for understanding Rami. Feel free to upvote this feature or suggest new ones at our UserVoice page.

    I’m going to close this topic – but please don’t hesitate to create new topics if you need help with anything else.

    Best,
    Nico

    in reply to: Events appearing out of order in RSS #967299
    Nico
    Member

    jkennedy,

    Thanks for the feedback on this. The RSS widget show latest entries in the feed first.

    To solve this you can use the “Event List” widget, which displays upcoming events for a specific category, also supports multiple categories/tags. If you prefer to stick with the RSS widget you can find a couple of ways to solve this here.

    Let me know if you can get that working,
    Best,
    Nico

    in reply to: This is for Nico…Was Pro Problem #967289
    Nico
    Member

    Hi Bill,

    Thanks for the detailed feedback on this. I’ll try to recreate that on my end first, if that’s not possible we can look into other options.

    I’ll probably be getting back to you tomorrow.

    Thanks,
    Nico

    in reply to: Eventbrite options not visible in CMS #967288
    Nico
    Member

    Hi Bryan,

    Welcome to our support forums 🙂

    To make EventBrite add-on work, the site must be exposed to the internet. Sorry to say local servers by default aren’t accessible via internet. There are a bunch of tools that can do the trick: ngrok, pagekite, localtunnel.

    Please let me know if this works for you,
    Best,
    Nico

    in reply to: Extra space on the calendar widget #967242
    Nico
    Member

    You are welcome 🙂

    I’m closing this topic – but please don’t hesitate to create new topics if you need help with anything else.

    Best,
    Nico

    in reply to: Loop Function to Detect is Event Reoccurs #967240
    Nico
    Member

    Awesome 🙂

    I’m going to close this topic – but please don’t hesitate to create new topics if you need help with anything else.

    Have a great day,
    Nico

    in reply to: Events appearing out of order in RSS #967112
    Nico
    Member

    Hi jkennedy,

    Glad to be assisting you on this too.

    I’m using “College Planning Deadlines” category to check on this, and the feed seems to be following the same ‘upcoming’ order as the view for that category:

    Category: http://cfwvconnect.com/community-calendar/events/category/college-planning-deadlines/
    Category Feed: http://cfwvconnect.com/community-calendar/events/category/college-planning-deadlines/feed/

    Can you provide me the URL’s for a feed not working as expected?

    Thanks,
    Nico

    in reply to: Extra space on the calendar widget #967108
    Nico
    Member

    Hi jkennedy,

    Thanks for reaching out and welcome to our support forums 🙂

    From what I see in your site there’s an x-theme style affecting this. You can try this:


    .tribe-events-adv-list-widget .hentry {
    margin-top: 40px;
    }

    Please let me know if it worked,
    Thanks,
    Nico

    in reply to: Loop Function to Detect is Event Reoccurs #967102
    Nico
    Member

    Hi Andrew,

    Thanks for reaching out and welcome to our support forums!

    To check if event is recurring you can use tribe_is_recurring_event.


    if(tribe_is_recurring_event( $event_id )){
    //is recurring
    }

    Please let me know if that works for you,
    Best,
    Nico

    in reply to: Displaying Attendee List on Front End (single event) #967035
    Nico
    Member

    You are welcome Drew, always happy to help 🙂

    I’m going to close this topic – but please don’t hesitate to create new topics if you need help with anything else.

    Have a great Wednesday,
    Nico

    in reply to: Problems with Pro #966993
    Nico
    Member

    Glad to hear Bill 🙂

    Since this is resolved I’m going to close the topic – but please don’t hesitate to create new topics if you need help with anything else.

    Have a great Wednesday,
    Nico

Viewing 15 posts - 6,451 through 6,465 (of 6,506 total)