Forum Replies Created
-
AuthorPosts
-
Brook
ParticipantI just wanted to thank you once again for reaching out to us about this. We just released a new version of The Events Calendar and all of its addons that contains a fix for this.
Our blog post with the full details: The Events Calendar 4.1.4 and premium add-ons
We recommend updating as soon as you can to get the latest patches. Please let us know if this fixes the bug you have been experiencing or if you have any follow up questions. Thank you again!
– Brook
Brook
ParticipantI just wanted to thank you once again for reaching out to us about this. We just released a new version of The Events Calendar and all of its addons that contains a fix for this.
Our blog post with the full details: The Events Calendar 4.1.4 and premium add-ons
We recommend updating as soon as you can to get the latest patches. Please let us know if this fixes the bug you have been experiencing or if you have any follow up questions. Thank you again!
– Brook
Brook
ParticipantI just wanted to thank you once again for reaching out to us about this. We just released a new version of The Events Calendar and all of its addons that contains a fix for this.
Our blog post with the full details: The Events Calendar 4.1.4 and premium add-ons
We recommend updating as soon as you can to get the latest patches. Please let us know if this fixes the bug you have been experiencing or if you have any follow up questions. Thank you again!
– Brook
Brook
ParticipantI just wanted to thank you once again for reaching out to us about this. We just released a new version of The Events Calendar and all of its addons that contains a fix for this.
Our blog post with the full details: The Events Calendar 4.1.4 and premium add-ons
We recommend updating as soon as you can to get the latest patches. Please let us know if this fixes the bug you have been experiencing or if you have any follow up questions. Thank you again!
– Brook
Brook
ParticipantI just wanted to thank you once again for reaching out to us about this. We just released a new version of The Events Calendar and all of its addons that contains a fix for this.
Our blog post with the full details: The Events Calendar 4.1.4 and premium add-ons
We recommend updating as soon as you can to get the latest patches. Please let us know if this fixes the bug you have been experiencing or if you have any follow up questions. Thank you again!
– Brook
Brook
ParticipantI just wanted to thank you once again for reaching out to us about this. We just released a new version of The Events Calendar and all of its addons that contains a fix for this.
Our blog post with the full details: The Events Calendar 4.1.4 and premium add-ons
We recommend updating as soon as you can to get the latest patches. Please let us know if this fixes the bug you have been experiencing or if you have any follow up questions. Thank you again!
– Brook
Brook
ParticipantI just wanted to thank you once again for reaching out to us about this. We just released a new version of The Events Calendar and all of its addons that contains a fix for this.
Our blog post with the full details: The Events Calendar 4.1.4 and premium add-ons
We recommend updating as soon as you can to get the latest patches. Please let us know if this fixes the bug you have been experiencing or if you have any follow up questions. Thank you again!
– Brook
May 20, 2016 at 7:38 am in reply to: Organizer still unable to email attendee list in ET Plus 4.1.2 #1116973Brook
ParticipantI just wanted to thank you once again for reaching out to us about this. We just released a new version of The Events Calendar and all of its addons that contains a fix for this.
Our blog post with the full details: The Events Calendar 4.1.4 and premium add-ons
We recommend updating as soon as you can to get the latest patches. Please let us know if this fixes the bug you have been experiencing or if you have any follow up questions. Thank you again!
– Brook
Brook
ParticipantI just wanted to thank you once again for reaching out to us about this. We just released a new version of The Events Calendar and all of its addons that contains a fix for this.
Our blog post with the full details: The Events Calendar 4.1.4 and premium add-ons
We recommend updating as soon as you can to get the latest patches. Please let us know if this fixes the bug you have been experiencing or if you have any follow up questions. Thank you again!
– Brook
Brook
ParticipantInteresting. Thank you for getting back. That is quite a puzzler. I’m sorry I wasn’t of more help me.
Let us know if you ever need anything else. Cheers!
– Brook
Brook
ParticipantHowdy Lisa,
I would love to help you with this. We were just having a lengthy discussion about this earlier today, of which we have had many in the past.
Soft 404s are part of our calendar by popular request. We used to return a hard 404 on pages that have no events to show (for example if you have no months in August yet someone is viewing the month of August in your calendar). But after years of people requesting soft 404s we finally gave in, to my own chagrin.
The truth is that soft or hard 404s are actually pretty harmless as long as they are not indexed (which we have specifically made sure none of those pages are). I have dug through mountains of Google documents, webmaster blog posts, Matt Cutts videos, and so forth trying to find any mention that soft 404s actually harm Page Rank. Nothing says they do. However there are countless places where Google talks about these alerts being informational, letting you know there might be a problem link somewhere. But in this case there are no problem links.
If you would like to “fix” this there is really only one thing to do, have those pages give an HTTP 404 instead. I am tasked with writing a snippet to help folks like you do this, but we are a bit swamped with the new release and so it will be a few days before that’s ready. We have further discussed making this an option toggle in the backend for people to choose hard or soft errors on those pages. If you would like to use this snippet let me know and I will get back to you once is ready.
Does that help clarify things? Do you have any followup questions?
Cheers!
– Brook
May 19, 2016 at 2:22 pm in reply to: Remove Organizer from backend and frontend everywhere I dont want CSS to hide it #1116710Brook
ParticipantHowdy Varun Dubey,
I would love to help you with this.
I think your notion of deregistering the post type is probably going to backfire in a million ways. It would be possible to to simply hide the organizer forms on the Add/Edit Events pages (without touching CSS). They all use a template located here: /wp-content/plugins/the-events-calendar/src/admin-views/organizer-meta-box.php You can override this though using the filter ‘tribe_events_organizer_meta_box_template’. If you point that to a blank file then the form will just disappear from add/edit screens.
You can also deregister the Organizer menu item from the admin menu using the usual remove_menu_page().
And you have essentially completely hidden the form. If you want to try to and remove the post type you can be my guest. But that will be fraught with difficulties, most of them unpredictable and thus I can’t really walk you through them. It might require some massive direct edits to our plugin files, which will mean you won’t be able to update. We are actually working on making this possible in as early as version 4.2 of our plugin. Trying to abstract our post types to make it easy to both remove and add new ones that are tied into the events. But that will still require some programming, though we should have a tutorial to help walk you through this.
Does that all make sense? Will that work for you? Please let me know.
Cheers!
– Brook
Brook
ParticipantHowdy Mike,
I would love to help you with this. This is an intriguing issue.
Would you mind grabbing your system information and pasting it here? Make sure to use the ‘Set as private reply’ checkbox to protect your private information from the public. You can find the system info by going to WP Admin > Events > Settings, clicking on the “Help” tab, and scrolling down to the ‘System Information’ box. (Or by going to [yoursite]/wp-admin/edit.php?post_type=tribe_events&page=tribe-events-calendar&tab=help) That will give me a lot of extra information to help diagnose the problem.
Cheers!
– Brook
Brook
ParticipantHowdy John,
I definitely might be able to help you with this. My goal would be to craft some CSS in the regular view that hides those elements, then you could slip it into the print style sheet. But to do that I’ll need to be able to see your theme in my browser. Do you have a live link to a page with this problem?
Cheers!
– Brook
Brook
ParticipantHowdy Autumn,
I would love to help you with this.
That is most peculiar. I have not seen this happen before on a stock website. It would seem though thatr your site is a bit modified so that might explain what’s going on. Could we try confirming that is the case, and if so isolate it down to what is reversing the order? This guide walks you through how to test for a conflict, and then identify what is conflicting. If you walk through is it perhaps your theme that is causing this? Would you mind sharing a copy of it with me?
Cheers!
– Brook
-
AuthorPosts
