Cliff

Forum Replies Created

Viewing 15 posts - 2,536 through 2,550 (of 10,686 total)
  • Author
    Posts
  • in reply to: MAP EVENTS TOP ON HEADER WITH DIVI? #1355300
    Cliff
    Member

    This reply is private.

    in reply to: view ticket link not working for customers #1355264
    Cliff
    Member

    Not to worry. The HTML of the email will come through. It’s just that the HTML of the email will also be converted to a PDF and then that PDF will accompany the same HTML ticket email as normal.

    As far as the [tribe-user-event-confirmations] shortcode (or some other method of displaying a logged-in user’s registrations) goes, the link will still be there but instead of viewing an HTML view of the ticket, it’ll be a PDF file that the browser displays according to their browser’s PDF settings (e.g. Adobe Reader plugin or browser native viewer).

    The to-be-retired View and Print Tickets Extension will no longer be updated. Once the PDF Tickets Extension is released, I’ll answer any follow-up questions you may have. Any more than what I’ve said is premature.

    Thanks for sharing your feedback. I hope PDF Tickets will suit your needs well.

    in reply to: JS error #1355260
    Cliff
    Member

    Okay, thanks for letting me know. Have a great rest of your week.

    in reply to: Event series and REST API #1355258
    Cliff
    Member

    Hi, Bernd.

    I was able to reproduce this issue; thanks for bringing it to our attention.

    I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.

    I apologize for this issue and appreciate your understanding and patience.

    Please note, however, that you posted this thread with an account that does not have a past or current license for Events Calendar PRO. Therefore, please do not expect support for it in the future (although in the case of reporting a reproducible bug turned out okay, so thanks for that!)

    in reply to: Adding Custom Taxonomy to Filter Bar #1355249
    Cliff
    Member

    Hi, Todd. Sorry for the delay getting back to you on this.

    The reason it does not work as a plugin is because it extends a class that does not yet exist. You would need to only load the plugin’s code at a later point. Therefore, it’s easier to just keep in your functions.php file, which runs after all the active plugins are loaded.

    As for your custom taxonomy, I wouldn’t be able to assist there because I can’t test any code I’d come up with to see if it works, since I don’t have that custom taxonomy on my site.

    Did you know Filter Bar has built-in filtering by country, state/province, and city? Just make sure your events are assigned to venues that have location data! Also, go to wp-admin > Events > Settings > Filters and make sure you have the desired filters active.

    Please let me know how this goes for you.

    in reply to: Hide all events in Map by default #1355245
    Cliff
    Member

    Hi, Shahid.

    I worked hard on this one for you…

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

    I also submitted an internal feature request to make detecting this easier.

    Note that this does not apply only to Map View. You would need to customize it further if you want such functionality.

    Please let me know how this goes for you.

    in reply to: Clear calendar until filtered #1355244
    Cliff
    Member

    Hi, Kendrick.

    I worked hard on this one for you…

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

    I also submitted an internal feature request to make detecting this easier.

    Please let me know how this goes for you.

    in reply to: filter after Organizer #1354705
    Cliff
    Member

    Hi, Andrei.

    The Organizer link should go to that Organizer’s list of events. You can try it out at one of our demo site’s events: http://wpshindig.com/event/codeforcuritiba-hack-night/2017-09-27/ — links to http://wpshindig.com/organizer/code-for-brazil/

    Are you saying you want the single event page’s Organizer link to go to the Organizer Website URL instead — http://openbrazil.org/ in this case?

    in reply to: Different Ticket Emails for RSVP or WooCommerce #1354693
    Cliff
    Member

    Hi, Luke.

    You’re correct about that email.php file being used for all the ticket emails.

    I actually had to figure this out myself last week for an upcoming extension.

    This link won’t work for long, but you can check out the code at https://github.com/moderntribe/products-extensions/blob/new-pdf-tickets-ext/event-tickets-pdf-tickets/index.php#L230 for one way to accomplish this.

    For my own and your needs, I’ve filed a feature request for it to be simpler than this and to be accessible via the email.php template file.

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

    in reply to: JS error #1354686
    Cliff
    Member

    Hi. I tested and confirmed, but am not sure it causes any issues.

    https://theeventscalendar.com/support/forums/topic/how-to-remove-events-calendar-from-custom-template/ might include the code snippet(s) you’re wanting.

    Please share your thoughts on this.

    in reply to: Adding the Organizer Into Additional Spaces #1354681
    Cliff
    Member

    Hi, Jeff.

    I’d recommend looking at the code in the top of /wp-content/plugins/the-events-calendar/src/views/modules/meta/organizer.php

    And then incorporate your desired Organizer output in one of two ways:

    1. Prepend your output (like a div with Organizer info) via the tribe_events_event_schedule_details filter
    2. Reference our Themer’s Guide for customizing /wp-content/plugins/the-events-calendar/src/views/single-event.php, right after the_title() in that template file

    Please let me know how this goes for you.

    in reply to: Google – Increase in 404 Errors #1354667
    Cliff
    Member

    Hi, Erin.

    We do not provide SEO ranking advice but as far as 404s go, it looks like you might want to add a rule to your robots.txt (editing the file directly on your server or via Yoast SEO settings–I think in the premium version only)

    You can research the best way to do this, but you’d likely want to target anything with /calendar/page in the URL

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

    in reply to: view ticket link not working for customers #1354660
    Cliff
    Member

    It’ll be a separate extension and we’ll retire that existing one.

    The DK PDF plugin will not be required any longer either.

    in reply to: WooCommerce cart update quantity field #1354530
    Cliff
    Member

    Hi, Ryan.

    Thanks for sharing your experience with https://gist.github.com/cliffordp/66bf05df61ee269c60ff20d6f39e2cab

    Such snippets aren’t perfect for everyone but may be useful in some cases.

    Discovering that this does not work after the cart’s refresh is disappointing, but we cannot guarantee it, and I don’t have a quick solution for you.

    If you want all of the WooCommerce Products’ quantities to be read-only (say if you only sell tickets to events and not anything else), you might be able to accomplish that a bit more easily.

    Please let me know how this goes for you.

    in reply to: Clear calendar until filtered #1354403
    Cliff
    Member

    Hi, Kendrick. Just to confirm, are you wanting to trigger based on just the Event Categories filter or any Filter Bar filter?

Viewing 15 posts - 2,536 through 2,550 (of 10,686 total)