Cliff

Forum Replies Created

Viewing 15 posts - 7,921 through 7,935 (of 10,686 total)
  • Author
    Posts
  • in reply to: The Google Maps API daily query limit #1148132
    Cliff
    Member

    Hi Heath. Sorry you’re experiencing this.

    There are a couple things that could be happening here.

    Could you please provide me a link to see any Google Maps errors on the front-end of your site (like for an event with a Venue that isn’t being mapped)?

    And could you please check your console for errors (if needed, you may reference our KB article Using Google Chrome Developer Tools) while editing a Venue in wp-admin that isn’t being mapped on the front-end?

    Thank you.

    in reply to: Cancelling events #1148130
    Cliff
    Member

    Hi James.

    Yes, there are existing feature requests for this type of functionality, and I cannot provide any additional information besides what can be found at our UserVoice site.

    However, another piece of functionality you’re requesting — emailing all attendees — is in soon-to-be-released plan. I cannot provide an ETA, but I expect once it’s released, you’ll really love it.

    If you do have additional feature requests that you don’t already find in our UserVoice site, please add your additional ideas there.

    in reply to: Redelaration Error #1148125
    Cliff
    Member

    Hi again, David.

    Sorry you’re getting discouraged.

    General information: since Avada includes our free/core The Events Calendar plugin into their theme, they’ll need to provide support for any errors related to their implementation of our code.

    Specific to your error message: I haven’t seen this happen before, so I’d suggest activating Twenty Sixteen theme, trying to activate all your Modern Tribe plugins, and then try activating Avada theme after that.

    Please let me know how things go for you.

    in reply to: Possible to have multiple event calendars per #1148123
    Cliff
    Member

    Hi.

    You might want to give Event Categories a try (available in the free version). For example:

    ===

    You posted in our Pre-Sales forum from a user account that doesn’t have any purchases associated with it.

    We don’t answer support questions for Events core/free or PRO add-on in the Pre-Sales forum (but it was a quick, little answer ; ) — therefore, I’m going to close this thread.

    If you made your purchase(s) through a different user account, please login to that account and then post in one of the paid forums.

    Our free support forum (for bug reports and users helping each other — no usage support provided by us) may be helpful to you in the future.

    Thank you for your understanding and thank you for using our plugins.

    in reply to: Each ticket have unique I'd number? #1148116
    Cliff
    Member

    Alan, I apologize for the misunderstanding. Because Event Tickets is free, many people post in this forum asking for help with it alone, and I didn’t see anything in your question specific to Event Tickets Plus (ET+).

    Do you want to sell paid tickets (requires ET+) or just have free/RSVP-type tickets (possibly without ET+)?

    If you want to sell tickets, you’ll need ET+ and an eCommerce plugin like WooCommerce.

    If someone purchases 4 tickets in a single checkout process, there will be one WooCommerce Order Number, but each ticket will have its own unique ID and QR code to check-in.

    More information is available at Tickets: Managing your orders and attendees

    Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.

    Let me know if you have any follow-up questions.

    in reply to: payment inscriptions #1148111
    Cliff
    Member

    I’m not understanding what you’re wanting. Do you speak another language that you could write your question in if you’re still needing help?

    in reply to: The Events Calendar and Event Espresso #1148097
    Cliff
    Member

    What if you just changed the text from “There were no results found.” to “There were no Special Events found. Please visit our Course Catalog for more happenings.” –> https://cl.ly/2H200V0G2501

    Since that text comes from this code:

    esc_html__( 'There were no results found.', 'the-events-calendar' )

    you can customize that string via Translations.

    Please reference Change the wording of any bit of text or string to learn how to customize that string.

     

    in reply to: show all the hidden events #1148088
    Cliff
    Member

    That checkbox creates  a boolean value for the _EventHideFromUpcoming meta key, so you could use tribe_get_events() — additional reference — along with https://codex.wordpress.org/Class_Reference/WP_Query#Custom_Field_Parameters

    However, it sounds like you’re just using that checkbox like an Event Category.

    You might want to give Event Categories a try and see if they provide you enough of what you’re wanting that you don’t need to custom code anything. For example:

    However, if you do use Event Categories, you’d probably then want custom code to redirect http://wpshindig.com/events/ to http://wpshindig.com/events/category/wp-meetups/

    So at least you have two options (both of which need custom coding).

    Let me know how it goes for you.

    Cliff
    Member

    Could you share a link (Private Reply is fine) so I can see a page it’s happening on?

    in reply to: payment inscriptions #1148084
    Cliff
    Member

    Marcos, I believe you’re saying I’ve answered your question. If yes, no need to reply. If not, let me know.

    Please note that threads get Closed automatically after a couple weeks of inactivity.

    Thank you!

    in reply to: Mobile view #1147956
    Cliff
    Member

    Hi.

    If I’m understanding your request accurately, you can accomplish what you’re wanting by adding this code to your theme’s functions.php file:

    add_filter( 'tribe_events_kill_responsive', '__return_true');

    Please let me know if this is what you were wanting. If not, please specify the breakpoint you did want to target if not 600px width.

    in reply to: The Events Calendar and Event Espresso #1147955
    Cliff
    Member

    Hi Jane-Maree.

    We don’t have any official integration with that other plugin, but if you provide me some links to view I may have some ideas for you…

    in reply to: payment inscriptions #1147953
    Cliff
    Member

    Hi Marcos.

    No problem with the language (although I’m not totally clear what you’re needing).

    You can create events with The Events Calendar (free).

    You can assign free/RSVP-type tickets to those events with Event Tickets (free).

    And you can buy the Event Tickets Plus upgrade to enable selling tickets for your events via an eCommerce plugin like WooCommerce.

    I hope this clarifies things for you.

    Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.

    Let me know if you have any follow-up questions.

    in reply to: Open event url link in new tab or window #1147950
    Cliff
    Member

    Hi Ashleigh.

    Please check out this code and see if it works for you in your theme’s functions.php (and make sure to put link.php back exactly how it was before you made any edits to it):

    https://gist.github.com/cliffordp/3584b8aee70cde484700

    Let me know how things go.

    in reply to: Making Title Changes and Others #1147949
    Cliff
    Member

    Hi Donovan.

    FYI: In this forum we try to keep our threads focused on just one issue to ensure we answer each question. Please keep this in mind for the future and start a new thread for each unrelated issue. Thanks for your understanding.

    Therefore, please create a separate thread for your last question.

    ===

    Regarding your theme header on the Events pages, you can try changing wp-admin > Events > Settings > Display tab > “Events template” from “Default Events Template” to “Default Page Template” and see if that works.

    If not, you’ll need to consult with your theme author’s support. However, it may be helpful to them to specify you’re asking about the “tribe_events” custom post type archive page (which is http://americanhappyhour.com/events/) and the 2 Community Events links aren’t actually WordPress pages or a specific post type archive or single post.

    I do hope this helps!

Viewing 15 posts - 7,921 through 7,935 (of 10,686 total)