Brook

Forum Replies Created

Viewing 15 posts - 361 through 375 (of 4,796 total)
  • Author
    Posts
  • in reply to: Very slow site #1183003
    Brook
    Participant

    This reply is private.

    in reply to: This event has passed. showing when it shouldn't #1182986
    Brook
    Participant

    This reply is private.

    in reply to: Updating to 3.3.1 breaks every page #1182976
    Brook
    Participant

    You are welcome Andrew. Thanks for taking the time to get back, I am happy to hear this was resolved.

    – Brook

    in reply to: I need help – If there is Brook better #1182973
    Brook
    Participant

    You are most welcome Manuela!

    – Brook

    in reply to: Updating to 3.3.1 breaks every page #1182668
    Brook
    Participant

    Howdy Wyatt,

    I am sorry for the delayed response, this topic was accidentally mismarked as having received a response.

    Since your post we release Events Calendar Pro 4.3.1.1 to specifically address this issue. Were you able to update to this newer version? Is everything working now?

    Cheers!

    – Brook

    in reply to: Month view hitting PHP memory limit #1182653
    Brook
    Participant

    Thanks for giving that a whirl.

    You are very welcome for the assistance.

    Cleaning up the database could be a good idea. The more posts there are in the wp_posts and wp_postmeta tables, the slower your entire site will run. In this case the only two options available are either:

    1. Delete some of the posts.
    2. Upgrade the server to one designed for that many posts.

    So if you think a lot of posts are think your can delete, such as revisions, then doing so is probably the best next step. But if the site is still running slow, it might be time to upgrade the server. You can try doing a conflict test and see if the site continues running slow. If one or more plugins is causing the general slowness, it is possible they could be better optimized for your current server.

    I’ll leave this open for a few weeks, just in case you have any more questions.

    Cheers!

    – Brook

    in reply to: Very slow site #1182651
    Brook
    Participant

    This reply is private.

    Brook
    Participant

    Howdy Bruno,

    Thank you for opening a new thread! Obviously we were able to cover some of the problems in the other one. Sorry for the delay, I was out this weekend.

    Were you able to fix this issue:

    Fatal error: Class ‘Tribe__PUE__Package_Handler’ not found in /home/brunohm/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/PUE/Checker.php on line200

    It sounds like the plugin updated to the wrong version. If both The Events Calendar and Events Calendar Pro are on version 4.3.1.1 or newer, then this error should go away. I’m guessing you probably already updated to those versions since this weekend, but if you need further help here please let me know.

    Cheers!

    – Brook

    in reply to: Get All Attendee's Email Address #1182645
    Brook
    Participant

    Howdy slny311,

    That is an awesome interface you’re building.

    Just to make sure I’m on the same page, let me recap. Your goal here is to access the output of Tribe__Tickets__Tickets_Handler::generate_filtered_attendees_list() but you can’t because it’s private. If you can access that, then you can finish building your customization, correct?

    I do not have a chance to test your code right now, I am headed to a meeting. But, if you get back to me before the meeting is over, could you clarify why the ReflectionMethod is commented it out? Did it not work, or did you just not like using that because it’s “bad form”?

    Cheers!

    – Brook

    in reply to: I need help – If there is Brook better #1182629
    Brook
    Participant

    Howdy Bruno,

    I am sorry that code gave you issues. Our forums mangled the code I shared, so when you copied/pasted it was no longer valid code. Sorry again.

    To make this easier I just converted that code to a miniature plugin: tribe_remove_time_list_view If you download and install/activate this plugin, just like you would any other plugin, it should hide the time in the single view as expected. No need to mess with the code.

    Of course if you have not already you will want to remove the code you inserted into your theme’s functions.php.

    Does that all make sense? Did that plugin work?

    Cheers!

    – Brook

     

    in reply to: I’m realy disappointed and kinda angry…. #1182616
    Brook
    Participant

    This reply is private.

    in reply to: Event Calender PRO shortcodes #1182291
    Brook
    Participant

    Howdy Lo,

    That is quite possible. This tutorial walks you through each step of embedding the views with a shortcode:

    https://theeventscalendar.com/knowledgebase/embedding-calendar-views-tribe_events-shortcode/

    It’s actually pretty simple. The tutorial does a great job of elaborating, but in brief all you are doing is inserting:

    [tribe_events]

    Wherever you want the calendar to appear.

    Does that all make sense? Will that work for you? Please let me know.

    Cheers!

    – Brook

    in reply to: Custom fieldsets in woocommerce confirmation email #1182288
    Brook
    Participant

    Oops! I forgot to post an update on Friday. We are still working on the miniature free addon that will add these details to the Woo email. We had some hiccups on Friday. If everything goes according to plan we will have it ready tomorrow, and I will share a link here.

    – Brook

    in reply to: Woocommerce event tickets: single-product template #1182287
    Brook
    Participant

    I just responded via email. Thanks for sharing your details! I am sorry you saw that autoresponder, I am guessing it is because the subject of your email was misindentified.

    – Brook

    in reply to: Filter Bar vertical expands to full width #1181440
    Brook
    Participant

    Howdy kreg,

    I would love to assist here.

    It looks to me like your theme’s CSS might be conflicting here. If you add this to one of your CSS files it’s likely all you will need to make the theme compatible:

    #tribe_events_filters_wrapper {
     width: 280px;
     float: left;
    }

    If you do not have a CSS file your normally add such things to, you might checkout the plugin Simple Custom CSS . It works just as well as an actual CSS file, but its a bit more user friendly for folks not used to modifying those files.

    Does that all make sense? Will that work for you? Please let me know.

    Cheers!

    – Brook

Viewing 15 posts - 361 through 375 (of 4,796 total)