Cliff

Forum Replies Created

Viewing 15 posts - 2,491 through 2,505 (of 10,686 total)
  • Author
    Posts
  • in reply to: Disable click on full calendar events #1357177
    Cliff
    Member

    Hi, Mel.

    The line number has surely changed since whenever you were last advised.

    Could you please send a link to view this at your site and explain (possibly with an annotated screenshot) exactly what you want removed. This way, I’ll be able to advise you accurately.

    in reply to: Identify event location from RSS feed #1357175
    Cliff
    Member

    Hi, Yoni. Thanks for sharing your use case. This functionality is not currently available.

    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. If you post or find it, feel free to link to it from here in case anyone comes across this forum thread in the future.

    To accomplish something like this now, I think getting the events would be possible via tribe_get_events() or via our REST API. If you must then turn those results into RSS format for your emailing service, you’d have to do that as well.

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    Cliff
    Member

    I looked through the events in that .ics file. Please let me know if some or all of these are the duplicating events (all the ones I found with special characters in the event titles):

    1. ROTH: Colt Starting 101
    2. School Group Volunteer/ZEAL activity Carly
    3. Mission Now (Veterans) Kitchen Remodel
    4. Dentals _Razz\,Adalgo\,Captain\,Shiloh\,Cy\, Ziggy
    5. ROTH: 7-Day Trainer’s Exams
    6. Kenosha Auctions Benefit & Concert
    7. Z- Live @ The Ranch Music Series
    8. Americorps volunteers \;)
    9. Wedding Lo & Joe @ Z-Mansion
    10. California Pizza Kitchen FUNdraiser!
    11. Valentine’s Day Happy Hour!
    12. Boomers Room Rental $450.00
    13. Whole Foods 5% Day
    14. Birthday Party!
    15. Landscaping Day!
    16. Baby Shower at the Ranch!
    17. Colorado Mammoth vs. Philadelphia Wings Game!
    18. Zuma’s Luck Party!
    19. Demolition Day!
    20. Volunteer orientation/ tour
    21. Chiro- Jim Campbell . Nepal and Wilma
    22. Craft Party!
    in reply to: Generated URLs #1357154
    Cliff
    Member

    Hi, Marcus.

    All the URLs should have the archive or single slug from your settings at wp-admin > Events > Settings >

    • Events URL slug
    • Single event URL slug

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

    in reply to: add woocommerce product in event ticket list #1357151
    Cliff
    Member

    Hi, Immanuel.

    If I’m understanding your question fully, this snippet might be a good starting point for you:

    https://gist.github.com/cliffordp/30481ca323012e298418095476d49337

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    in reply to: wp-json return data by date #1357149
    Cliff
    Member

    Hi, Bridgett. Sorry for the delayed reply.

    The Events Calendar’s v1 uses WordPress’ built-in API, which didn’t get included into WordPress core until v2 of the API. So don’t worry about that…

    You can go to /wp-json/tribe/events/v1/doc, and you can also reference https://theeventscalendar.com/knowledgebase/introduction-events-calendar-rest-api/

    /wp-json/tribe/events/v1/events?start_date=2017-09-22&end_date=2017-09-24 does actually work for me though. Are you saying it doesn’t work for you?

    in reply to: Events Calendar Pro #1357135
    Cliff
    Member

    Hi, Chris.

    Please reference Do you offer discounts for nonprofit organizations?

    If you do decide to purchase, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.

    I hope this info helps. Let me know if you have any follow-up questions.

    in reply to: map appears above content [tribe_events view="map"] #1357129
    Cliff
    Member

    Does the issue happen only with Make Plus or also with the free version?

    If only with Make Plus, please send that .zip in a Private Reply. It won’t be a problem for licensing, since it’s just for troubleshooting purposes.

    Cliff
    Member

    Thanks for the update.

    Could you please send the Google Calendar .ics URL you’re experiencing this with?

    in reply to: Single Event Page: Add Meta Section to Meta Details Box #1357079
    Cliff
    Member

    If you’re using Avada theme, they’re likely already leveraging our Themer’s Guide. You might need to override their overrides of our template files.

    Alternatively, you might be able to leverage one of our or their action hooks.

    Unfortunately, we cannot provide such in-depth customization help, per our Scope of Support / Terms.

    If there’s a code snippet you’d like me to put some eyes on or something else I can help you with, please update this ticket or create a new ticket if it’s a separate issue.

    Thank you very much for your understanding.

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    in reply to: Major Problems with Event Imports – Part 2 #1356441
    Cliff
    Member

    This reply is private.

    in reply to: Schedule multiple events button don’t work #1356430
    Cliff
    Member

    Hi, Levi. Sorry you’re experiencing this.

    This isn’t currently a known issue, and I wasn’t able to replicate it… I just created a recurring event on my test site.

    Therefore, I suggest following these recommended troubleshooting steps for your own site:

    There might be some new updates available. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?

    Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.

    If it is, please follow our Testing for Conflicts Guide (basically switch to Twenty Seventeen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.

    Of course, we always recommend restorable database and file backups before modifying anything on your site.

    If it doesn’t, please 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).

    Then, please share your System Information (while in Testing for Conflicts Mode) in a Private Reply. That will give me a lot of extra information to help troubleshoot this.

    You might also see if you can spot any console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)

    Let us know what you find out.

    Thanks.

    in reply to: Schedule multiple events button don’t work #1356421
    Cliff
    Member

    This reply is private.

    in reply to: Event Calendar Filter Bar Submit to List View #1356416
    Cliff
    Member

    Hi, Jason.

    I don’t see you having a license for Filter Bar, but I actually helped 2 other users earlier this week by sharing this snippet:

    https://gist.github.com/cliffordp/49d5f296dcae2e6f13773d48d32fd274

    It’s not perfect, but I think it applies to what you’re wanting to accomplish — at least the part that detects if any filtering is happening. You’d then need to do the view switching / URL redirecting part yourself.

    I hope this helps! Please let me know how this goes for you.

    in reply to: JSON Feeds #1356408
    Cliff
    Member

    Hi, Mark.

    Our REST API returns JSON data format, and our Event Aggregator can read this JSON data to import from Site A to Site B if both are running The Events Calendar (TEC). It’s a bit more high-fidelity importing than straight iCal importing (which could also be done from one TEC site to another).

    After writing all that, I think you’re actually asking about the full CRUD functionality of the REST API, including creating.

    I’d suggest going through https://theeventscalendar.com/knowledgebase/introduction-events-calendar-rest-api/, particularly the self-documenting Swagger part for details.

    After doing so, please let me know how things go for you.

Viewing 15 posts - 2,491 through 2,505 (of 10,686 total)