Brook

Forum Replies Created

Viewing 15 posts - 1,126 through 1,140 (of 4,796 total)
  • Author
    Posts
  • in reply to: Summer Time One Hour Change #1116983
    Brook
    Participant

    I 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

    in reply to: Events Calendar Pro Daylight Savings Time Issue #1116982
    Brook
    Participant

    I 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

    in reply to: Recurring Events #1116981
    Brook
    Participant

    I 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

    in reply to: Recurring events / Daylight Savings #1116980
    Brook
    Participant

    I 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
    Participant

    I 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

    in reply to: ALL FB events imported as UTC +7 Time zone #1116977
    Brook
    Participant

    I 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

    in reply to: Bug with recurring events and daylight savings time #1116976
    Brook
    Participant

    I 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
    Participant

    I 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

    in reply to: Additional Field Edit Screen Section Header #1116970
    Brook
    Participant

    I 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

    in reply to: After update, widgets broken #1116797
    Brook
    Participant

    Interesting. 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

    in reply to: Soft 404s #1116796
    Brook
    Participant

    Howdy 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

    Brook
    Participant

    Howdy 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

     

    in reply to: Widgets are now gone #1116656
    Brook
    Participant

    Howdy 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

    in reply to: Day of the week title tag #1116651
    Brook
    Participant

    Howdy 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

    in reply to: List view sorts by publish date #1116646
    Brook
    Participant

    Howdy 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

Viewing 15 posts - 1,126 through 1,140 (of 4,796 total)