Cliff

Forum Replies Created

Viewing 15 posts - 3,256 through 3,270 (of 10,686 total)
  • Author
    Posts
  • in reply to: Advanced Post Manager not working #1320286
    Cliff
    Member

    Thanks for all these details.

    Please explain exactly what you meant by APM not working. Are you getting a 500 error, seeing WP_DEBUG messages, or does it seem like it works (you’re able to click the buttons) but it doesn’t actually do anything (filter the events)?

    Whenever testing, please also enable WP_DEBUG and WP_DEBUG_LOG (which will create a file on your server at /wp-content/debug.log if there are any WP_DEBUG messages) and share any debug messages you see while trying to replicate this issue and doing other things on your site relevant to this ticket (such as visiting your site’s home page, events page, single-event pages, and anything else you can think to do).

    And regarding APM, it is a standalone plugin but our events plugin adds the code to integrate APM with it. Any other plugin or theme that adds a custom post type could do the same, but it definitely does require code to integrate–and the confusion about which APM plugin you have can be ignored; there’s only one APM plugin.

    I’m looking forward to hearing back. Thanks!

    in reply to: Duplicating Community Events #1320269
    Cliff
    Member

    Thanks to both of you for the details.

    FYI: Event Rocket is no longer maintained/supported and therefore we recommend not using it… but it’s your choice of course.

    I’ve heard of many using the Duplicate TEC Event plugin (not for Community Events), but I’ve also heard reports since the past few months that it doesn’t work quite right (I haven’t confirmed at any point in time).

    I’ve logged this request (and the UserVoice one) in our internal Extensions project. This doesn’t guarantee it’ll be completed, but this thread and the UserVoice one will be updated if/when this Extension gets released.

    Thanks for your understanding.

    If you’re interested in hiring someone for custom coding, feel free to reference our documentation and list of known customizers.

    in reply to: Event Calendar page is removing the menu item links #1320266
    Cliff
    Member

    Thanks for clarifying.

    The calendar views are basically overrides of WordPress’ template for our own custom post type (Events) and aren’t functions in the sense that you could call them from anywhere/everywhere around your site.

    However, you could wrap one of our shortcodes in do_shortcode() to get close to that.

    Please let me know if you have any follow-up questions on this topic.

    in reply to: Duplicating Community Events #1319807
    Cliff
    Member

    Hi, Alex and Lou.

    Alex, you said you added your vote. Are you referring to this existing feature request: https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/3874714-duplicate-events?

    If yes, that’s specific to wp-admin and not Community Events, although I do see the similarities.

    Could you please outline exactly what features/functionality you’d like to see as part of this, either as a wp-admin cloner, a Community Events cloner, or both?

    FYI: if implemented at all, this would likely be a good candidate for an extension, but it wouldn’t be available within the next 1-2 months even at the earliest.

    Please do share all your feature ideas here or in the UserVoice thread.

    Thank you.

    in reply to: Changes to community tickets #1319805
    Cliff
    Member

    Hi, Alex.

    You posted this in the Community Tickets forum, but your screenshot looks to be of wp-admin and not the Community Events form.

    Could you please confirm where you’re wanting these options disabled/hidden from view?

    in reply to: Filter not being used on admin colum #1319802
    Cliff
    Member

    Thanks for your detailed question.

    Please instead use the tribe_events_register_category_taxonomy_labels and/or tribe_events_register_event_cat_type_args filters.

    Please let me know how this goes for you.

    in reply to: Hide category from submission form category options #1319798
    Cliff
    Member

    Hi. You could do a Template Override for /wp-content/plugins/the-events-calendar-community-events/src/views/community/modules/taxonomy.php and add a check within the “foreach” like “if 17 === $term->term_id then continue

    This isn’t how the code would look exactly, but the logic is there for you, depending on what the term ID is for the category term you’re looking to exclude.

    Also, note that we do have a built-in Featured Events functionality that may be of interest to you.

    Please let me know if you have any follow-up questions on this topic.

    in reply to: Attendee Information NOT Showing Up #1319730
    Cliff
    Member

    I confirmed this issue upon initially activating the plugin and visiting an event page, such as /events or /event/single-event-slug

    I didn’t find an obvious cause for this conflict between the two plugins, and we do not provide support for plugin conflicts, per our Scope of Support / Terms.

    I’d suggest contacting the developer of that plugin and see if they can determine the cause of this.

    Thank you very much for your understanding.

    in reply to: schema org #1319719
    Cliff
    Member

    If you test a non-homepage link, then it likely is only a matter of time. It might also help to have an XML sitemap submitted to Google.

    Please note that threads get Closed automatically after a couple weeks of inactivity. If it does get Closed, please open a new thread, adding your current problem description and also linking back to this thread.

    Thank you!

    in reply to: Attendee Information NOT Showing Up #1319714
    Cliff
    Member

    Well that’s a good start to try to move forward with this!

    Could you please provide a .zip of the latest version of that plugin so I can see if I can duplicate the issue and confirm?

    in reply to: Event Calendar page is removing the menu item links #1319657
    Cliff
    Member

    Hi, Hovsep.

    Our tribe_events shortcode doesn’t have Filter Bar-specific shortcode arguments.

    You could request this as a new feature (or maybe search to see if the idea was already posted by someone else) at our plugins’ UserVoice page.

    This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.

    If you post it / find it, feel free to link to it from here in case anyone comes across this forum thread in the future.

    We can’t visit a “localhost” link.

    It also sounds like you’re describing multiple issues. Let’s keep a focus on a single issue. If you do have another issue with a plugin conflict, please create a new/separate thread for that issue.

    Thank you.

    in reply to: Removed Recurring Events from site in days not months #1319642
    Cliff
    Member

    Hi, Eric. It sounds like there are 2 issues going on here.

    In our forums we keep our threads focused on just one issue at a time to ensure we fully answer each of your questions/issues.

    In this thread, let’s focus on any bug that might be in tribe_get_upcoming_recurring_event_id_from_url()

    For your second item–an easier way to delete instances from a recurrence series–you could request this as a new feature (or maybe search to see if the idea was already posted by someone else) at our plugins’ UserVoice page.

    This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.

    If you post it / find it, feel free to link to it from here in case anyone comes across this forum thread in the future.

    If you think additional discussion should happen on this topic outside of UserVoice, please create a new thread in this forum.

    Thank you and please let me know any additional specifics you have about tribe_get_upcoming_recurring_event_id_from_url()

    in reply to: Custom Select Field #1319631
    Cliff
    Member

    Mike, I had to check with our developers and was told it’s on the soon-to-do list. Other than that, I can’t provide more information because we do not provide ETAs.

    in reply to: I get this error with Woocommerce email follow ups! #1319431
    Cliff
    Member

    You are very welcome. Thanks again for your patience.

    in reply to: Compact Calendar View #1319430
    Cliff
    Member

    Hi, Rene.

    Would you please start your own new/separate thread so we can answer both your and Jeff’s questions completely?

    Thank you.

Viewing 15 posts - 3,256 through 3,270 (of 10,686 total)