Brook
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Events not showing upHowdy Istop,
I am sorry to hear you are having trouble right from the get go! It sounds like you are experiencing a conflict. In order to proceed you will need to test if a “conflict” is happening, and if so narrow it down so a fix can be found for it. This guide walks you through how to test for a conflict, and then identify what is conflicting.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Events Feed (and events) are not showingInteresting! Did you figure out which plugin?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Jupiter theme compatibilityThat makes sense, thank you for clarifying.
Without an error message or something to go on I can not offer much advice on how you can fix this. If you have enable WP_DEBUG and are still not seeing errors or anything, you might have done all you can to fix it yourself.
However, our door is always open to working with theme developers on conflicts. We even give free licenses and often support to theme authors to help facilitate this. If you are seeing this issue you might contact the theme author and see if they have any interest in adding support for The Events Calendar. If so they can reach out to us and we can work together from there. Then one or both of us can release a new version with this patched.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Google Map showing wrong locationBasically it can’t be fixed. Unfortunately Google Maps sometimes shows different locations for search terms than it does for API requests. I don’t know why they do this but they do. And the only people that can fix this is Google themselves. If they ever do fix it though your site will just automatically benefit and start showing the right location, no intervention on your part needed.
Our Pro version does allow you to input lat/lng coordinates in addition or in place of an address. If this is a huge deal to you you might checkout Events Calendar PRO.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Formatting problem with Featured imageAhh yes. That would be because the CSS is embiggening a little thumbnail.
Do you wish to even show the featured image in this view, or only on the single events page? You could hide the featured image by swaping width:100%; for display:none;
If you wish to see the image and would like to see it full width, only high quality, you will need to create a theme override. Have a look at the Themer’s Guide. It walks you through modifying the PHP templates so you change the look, wording, and order of things. Specifically you will want to modify list/single-event.php. Around line 64 you will see it calls tribe_event_featured_image( null, ‘medium’ ). Change ‘medium’ to ‘full’ and you will get the high resolution version.
Did that do the trick?
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Event date on archive page is one day offVery interesting. Thank you for getting back Eric. It was our pleasure to assist.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] what is this? month viewHowdy Trstanza,
The code you’re seeing is Handlebar’s templating code. It is possible EWWW uses Handlebars as well, or some other JavaScript it uses is causing Handlebars to misbehave. In brief, it’s a JavaScript conflict between EWWW and Handlebars.
If you need further help you might open a new topic dedicated to your conflict. You might even have some luck on the EWWW forums. Handlebars is just a JavaScript library, one that’s used by a lot of plugins, they might have faced the issue before and crafted a solution.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] Pagination is wrong in list view with 6 events definedGood question. The pagination does not work consistently because it switching between Divi’s setting and The Events Calendar’s when you page. So it’s all related to the same problem. Setting both of those settings to the same value should eliminate the issue entirely.
Cheers!
– BrookForum: Plugins
In reply to: [The Events Calendar] google maps just shows gray boxHowdy Anita,
If you are still experiencing your issue, and have added the domains as outlined here, then please do open up a new topic. We’d love to take a look.
Thanks for getting back John. Happy to know that worked!
Cheers!
– BrookForum: Plugins
In reply to: [Advanced Post Manager] Filter by author?Howdy dendis84,
That is a really good idea to add that as an available filter. I will definitely pass the idea along. If I were you I would also suggest this on: The Events Calendar – Suggest a feature That way other users will ginf it and can vote their support.
Thanks for taking the time to reach out and share this!
– Brook
Forum: Plugins
In reply to: [Event Tickets and Registration] Unit Counter, Format, and Content LocationsHowdy lperlste,
I would love to help you with this.
1) Why is it that the unit counter increments when people RSVP that they are not attending your event? It should be counting available attendee spots not RSVPs. Is there some way to stop it from allow RSVP of “not coming” or stop the counting?
That’s a good question! I do believe this is a bug. I just logged it for our developers to look at. Thank you for bringing this to our attention.
2) Is there a way to change the formatting of the ticket on a post? It’s not very pleasing.
Absolutely. Have a look at the Themer’s Guide. It walks you through modifying the PHP templates so you change the look, wording, and order of things.
3) If I want to allow my customers to RSVP directly from a post or by using a product, can I use the same ticket on both? It seems I have to set up two separate tickets which will mess up the units counter.
That is not currently a feature. But it could be. If you’re keen to please suggest it on: The Events Calendar: Suggest a feature so that other people can see it and vote on this. It seems like it might be ideal to have a shortcode where you can display a given ticket area on any other page.
Does that all make sense?
Cheers!
– BrookForum: Plugins
In reply to: [GigPress] Don't show artist name on gigpress shows listingHowdy Annie,
Thank you for the links. That is very helpful. On the show with no artist, what shortcode are you using to display the list? Coudl you copy the exact arguments here, or just tye copying the working one into the other website? It looks like you are using two different shortcodes on these pages, hence why things look a bit different.
– Brook
Forum: Plugins
In reply to: [Event Tickets and Registration] Form Input and translationHowdy Scarci,
You could definitely build that feature yourself. Or if you’r interested in what we have built checkout Event Tickets Plus, it include the ability to add custom fields like this to RSVPs, and you can do it all through a GUI when creating a ticket.
– Brook
Forum: Plugins
In reply to: [Event Tickets and Registration] Limit tickets by oneHowdy fndpena,
Another option might be to use a hidden input for that field. <input type=”hidden” … /> instead of type=”number” . Then it won’t matter if the field is seen or not, it’s value will always be set on submit.
– Brook
Forum: Plugins
In reply to: [Event Tickets and Registration] Plugin not activation correctlyHowdy Tony,
That certainly sounds like some off behavior. I have never seen this before. Just to make sure I understand what’s going on, could you share a screenshot of your Admin screen showing there the event setting is in the menu?
If you delete the plugin and reinstall it, do the setting appear in the same spot again?
Cheers!
– Brook