Forum Replies Created
-
AuthorPosts
-
October 20, 2015 at 6:22 am in reply to: Removal of fields from "Add Event" page – on the front end and the back end… #1016163
Geoff
MemberHello Marc,
This should hide the event image section of the form:
#tribe-community-events #event_image_uploader {
display: none;
}Cheers!
GeoffGeoff
MemberHi John,
That’s a very interesting URL because it doesn’t look like the type of URL that the plugin creates right out of the box.
Are you able to let me know what Day/Time the event should be displayed on the calendar. Also, it would be great if you could share a screenshot of the settings for that particular event–I’d love to see if there are any red flags in there.
Let’s start there and see what we find. 🙂
Cheers!
GeoffGeoff
MemberHey Kevin!
I see what you mean: the event list widget is in the header of the homepage and doesn’t look like it should be there.
Just curious, how are you setting the calendar as your homepage? That’s not a feature of the plugin right out of the box and I’m wondering if there’s a customization in there that might help explain the strangeness.
The bottom line though is that the widget should not display on the homepage but display on other pages. Do you control your widgets in Appearance > Widgets, or does your theme provide another way to manage them? Either way, you will want to ensure that the calendar archive and homepage do not contain the widget.
Or, if you’re embedding the widget using a shortcode, remove the shortcode from those templates/pages.
Let’s start there and see what we find. 🙂
Thanks!
GeoffOctober 16, 2015 at 2:27 pm in reply to: Enfold Post slider conflict with Event Calendar Pro #1015443Geoff
MemberThis reply is private.
Geoff
MemberWhoa, nice update! Sounds like everything got ironed out between here and the thread you have open with Brian. Is that correct? Let me know if there’s anything else here you still need us to look into.
Thanks!’
GeoffGeoff
MemberHi Cynthia,
Thanks for clarifying!
Will this snippet work for you instead? Please let me know. 🙂
Geoff
October 16, 2015 at 9:46 am in reply to: What happens when I add new dates/times in eventbrite? #1015341Geoff
MemberHey Patrick, I see my last reply was marked as the correct answer–thanks for following up! Please feel free to reach back out if any other questions pop up and we’d be happy to help. 🙂
Cheers!
GeoffOctober 16, 2015 at 9:45 am in reply to: Enfold Post slider conflict with Event Calendar Pro #1015339Geoff
MemberHi Cynthia,
We’re having a tough time trying to recreate the issue on our end, but want to keep on testing to make sure we’ve covered our bases.
Will you please install and active the Debug Bar plugin? From there, enable the SAVEQUERIES option. This will allow us to view the actual queries being logged on the pages and see where The Events Calendar might be interfering.
Thanks for your help!
GeoffOctober 16, 2015 at 7:41 am in reply to: Enfold Post slider conflict with Event Calendar Pro #1015293Geoff
MemberGotcha. Thanks for giving that a try and again for the added context! That gives me some more to look at for sure.
I am looking at this today and will have more to report. Thanks for hanging with me while we look into this together.
Geoff
Geoff
MemberAwesome, thanks for following up! I’m glad that helped–feel free to let us know if any other questions pop up. 🙂
Cheers!
GeoffGeoff
MemberHey Tony,
Thanks for running through the troubleshooting! This helps a lot.
I was able to recreate the same error, but in a slightly varied way:
- The name of a new organizer submits correctly is that organizer is indeed new
- The error pops up if I add a new organizer name to the field, tab away from the field, remove the name, then tab away again
Here’s a screencast of what that looks like.
I’m going to go ahead and file a ticket in our system so we can look into this further. It seems like something fishy is up and needs to be checked out by the development team.
I’ll move this ticket to Pending Fix in the meantime and will follow up once I have more info to share.
Thanks a bunch for reporting this and working with me to recreate it!
Geoff
October 16, 2015 at 6:51 am in reply to: Compatibility with Download Manager – and All Around Don't like New Look #1015225Geoff
MemberHi Susan,
I’ve searched our ticketing system and feature request forum but don’t see any tickets or requests reporting any issues or enhancements to work on. It would be awesome if you could add that to the feature request forum so it can get on the radar. And, when you do, please do highlight how you would like to see Download Manager integrated so we have a good idea of what it needs to do.
Sorry I don’t have any more info for you at the moment, but does this at least help answer our question? Please let me know.
Thanks!
GeoffGeoff
MemberSure, you could do that. However, I’d suggest installing the latest version (3.12.4) instead of touch any core files. You may as well install it manually if you’re planning on going into the directory any way. 🙂
I’m going to go ahead and close this thread since the latest update addresses the issue that was reported here, but please do feel free to hit us up in a new thread if any other questions come up.
Cheers!
GeoffGeoff
MemberHi Casey, I see my last reply was marked as the correct answer–thanks for following up! Sorry again for the closed beta period, but hopefully we’ll be shipping you some shiny new features in the near future. 🙂
Cheers,
GeoffGeoff
MemberSorry! There was a formatting issue in there from the original snippet. Try this:
function tribe_post_date_ordering( $query ) { if ( $query->tribe_is_multi_posttype) { remove_filter( 'posts_fields', array( 'Tribe__Events__Query', 'multi_type_posts_fields' ) ); $query->set( 'order', 'DESC' ); } } add_action( 'pre_get_posts', 'custom_teardown_tribe_order_filter', 60 ); function custom_teardown_tribe_order_filter() { if ( is_feed() ) remove_filter( 'posts_orderby', array( 'Tribe__Events__Query', 'posts_orderby' ), 10, 2 ); }Thanks!
Geoff -
AuthorPosts
