Forum Replies Created
-
AuthorPosts
-
Nico
MemberHi 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,
NicoNico
MemberGreat! 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
June 5, 2015 at 7:23 am in reply to: Upgrade from WP 3.5.2 to 4.2.2 and Events Calendar from 3.0.4 to 3.9.3 #967407Nico
MemberHi 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,
NicoNico
MemberHi 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,
NicoNico
MemberThanks 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,
NicoNico
Memberjkennedy,
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,
NicoNico
MemberHi 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,
NicoNico
MemberHi 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,
NicoNico
MemberYou are welcome 🙂
I’m closing this topic – but please don’t hesitate to create new topics if you need help with anything else.
Best,
NicoNico
MemberAwesome 🙂
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,
NicoNico
MemberHi 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,
NicoNico
MemberHi 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,
NicoNico
MemberHi 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,
NicoNico
MemberYou 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,
NicoNico
MemberGlad 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 -
AuthorPosts
