Forum Replies Created
-
AuthorPosts
-
Brook
ParticipantThis reply is private.
Brook
ParticipantThis reply is private.
Brook
ParticipantYou are welcome Andrew. Thanks for taking the time to get back, I am happy to hear this was resolved.
– Brook
Brook
ParticipantYou are most welcome Manuela!
– Brook
Brook
ParticipantHowdy 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
Brook
ParticipantThanks 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:
- Delete some of the posts.
- 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
Brook
ParticipantThis reply is private.
October 25, 2016 at 10:06 am in reply to: The plugin it's slowing down my site and taking a lot of Page Size #1182646Brook
ParticipantHowdy 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
Brook
ParticipantHowdy 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
Brook
ParticipantHowdy 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
Brook
ParticipantThis reply is private.
Brook
ParticipantHowdy 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
October 24, 2016 at 10:02 pm in reply to: Custom fieldsets in woocommerce confirmation email #1182288Brook
ParticipantOops! 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
October 24, 2016 at 10:00 pm in reply to: Woocommerce event tickets: single-product template #1182287Brook
ParticipantI 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
Brook
ParticipantHowdy 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
-
AuthorPosts
