Geoff

Forum Replies Created

Viewing 15 posts - 5,956 through 5,970 (of 10,150 total)
  • Author
    Posts
  • Geoff
    Member

    Hello Marc,

    This should hide the event image section of the form:

    #tribe-community-events #event_image_uploader {
    display: none;
    }

    Cheers!
    Geoff

    in reply to: Event not appearing in Calendar page #1015450
    Geoff
    Member

    Hi 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!
    Geoff

     

    in reply to: Side items/widgets overlap slider #1015447
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: Enfold Post slider conflict with Event Calendar Pro #1015443
    Geoff
    Member

    This reply is private.

    in reply to: Posts are getting posted in the wrong order. #1015442
    Geoff
    Member

    Whoa, 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!’
    Geoff

    in reply to: Posts are getting posted in the wrong order. #1015342
    Geoff
    Member

    Hi Cynthia,

    Thanks for clarifying!

    Will this snippet work for you instead? Please let me know. 🙂

    Geoff

    in reply to: What happens when I add new dates/times in eventbrite? #1015341
    Geoff
    Member

    Hey 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!
    Geoff

    in reply to: Enfold Post slider conflict with Event Calendar Pro #1015339
    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Enfold Post slider conflict with Event Calendar Pro #1015293
    Geoff
    Member

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

    in reply to: No access to filters #1015289
    Geoff
    Member

    Awesome, thanks for following up! I’m glad that helped–feel free to let us know if any other questions pop up. 🙂

    Cheers!
    Geoff

    in reply to: “organizer name already exists” error #1015278
    Geoff
    Member

    Hey 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

     

    Geoff
    Member

    Hi 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!
    Geoff

    in reply to: Is this a Malware Bug in 3.12.3 of Events Pro? #1015222
    Geoff
    Member

    Sure, 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!
    Geoff

    in reply to: Community Tickets Release? #1015219
    Geoff
    Member

    Hi 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,
    Geoff

    in reply to: Posts are getting posted in the wrong order. #1015128
    Geoff
    Member

    Sorry! 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

Viewing 15 posts - 5,956 through 5,970 (of 10,150 total)