Cliff

Forum Replies Created

Viewing 15 posts - 6,886 through 6,900 (of 10,686 total)
  • Author
    Posts
  • in reply to: Question on 100 a day limit #1178281
    Cliff
    Member

    Here’s how I was able to run it with PHPMyAdmin:

    1. Log in to PHPMyAdmin and go to my database
    2. Click on the SQL tab
    3. Paste all the code that I shared with you
    4. Click Go

    It ran like a champ.

    Here’s how I run it in SequelPro:

    1. Connect to my database
    2. Click on the Query tab
    3. Paste the code I shared with you
    4. Highlight it all (cmd+a)
    5. Click Run Selected (cmd+r)

    in reply to: Tickets available in photo view #1178269
    Cliff
    Member

    Bram, good find! I totally forgot about that. The plugin is linked there, but here’s the link again: http://cl.ly/3w190E1S0o3R

    The potential problems of using this with the current versions of our plugins:

    • It was created for WooTickets, a predecessor to our current Event Tickets Plus product.
    • WooTickets didn’t have the same “in stock” logic that ET+ does.
    • Therefore, it might work but it might not.

    If you try it out, please let me know how it goes for you.

    in reply to: Creation of event page and view array question #1178264
    Cliff
    Member

    It was released last week: https://theeventscalendar.com/release-events-calendar-4-3-event-aggregator-premium-add-ons/

    Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?

    Thanks.

    in reply to: Login first lay out #1178258
    Cliff
    Member

    I didn’t realize you had Avada, but I see it now in your initial System Information report. I know they have a lot of styling options so I’m surprised it doesn’t look good. Could you please send me a link to your Community Events form (and make sure Anonymous Submissions are enabled or provide me a temporary login in a Private forum reply)?

    in reply to: hcalendar structured markup? #1178141
    Cliff
    Member

    Scott, I didn’t see any event-type listings when I Googled “cpr lessons minnesota”

    Anyway, our archive views do include JSON-LD in the page source.

    For example, go to yoursite.com/events and click to view the page source and search the page source for “ld+json” and you’ll see data there. Please let me know if you’re not…

    Regarding wanting this markup on your home page, you may be interested in this KB article: Embedding Calendar Views with the [tribe_events] Shortcode — or you could use one of our plugin’s other widgets or shortcodes.

    in reply to: List View Past Events Removal #1178138
    Cliff
    Member

    When I remove it the events go back to descending order.

    But the events looked out of order. When you remove this snippet, do your events appear in order but in descending order?

    If they’re still out of order, there’s something else affecting things. Please let me know the answer to the above question.

    Cliff
    Member

    Hi Bradley. Thanks for the helpful link and screenshot.

    It looks like the remove_action part of that snippet isn’t working for you, and I experienced the same when I tried out that snippet.

    Please replace all the code from that help article with this new code snippet:

    https://gist.github.com/cliffordp/48bc70ec229e09b1dccff1ab006c511a

    I’ll see about getting that KB article updated too.

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

    in reply to: Dropdown menu for Location + Recurring in CSV #1178132
    Cliff
    Member

    Hi Irina.

    You are correct that recurring events cannot be created via CSV import. However, if you import the initial occurrence as a single event, you can later go into that event to edit it to become a recurrring event, which will generate all the other events in the recurrence series.

    Regarding your second question, please note we like to only answer one question per forum thread to make sure it stays on topic and so each question gets fully answered.

    It sounds like you might be interested in Filter Bar‘s functionality — where you can choose amongst the Venues. See it in action at our demo site: http://wpshindig.com/events/

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

    in reply to: Events Tickets Plus #1178130
    Cliff
    Member

    Hi Bob.

    I’m not exactly sure how you intend to use Event Tickets Plus for raffle tickets, but I’m glad to hear about a creative use for it!

    Yes, you can use Event Tickets and Event Tickets Plus without The Events Calendar or its PRO add-on. That’s right, you don’t even need our calendar!

    Please let me know if you have any follow-up questions on this topic. Or feel free to share more if it works well for you (and even if it doesn’t).

    in reply to: Facebook Event Link not displaying #1178128
    Cliff
    Member

    Hi Wade.

    Sorry to cause you a little extra headache in the transition. It does use a new meta key, as you’ve discovered.

    And thanks for sharing your updated snippet!

    Have a great week.

    in reply to: Link to other Event Calendars #1178127
    Cliff
    Member

    Hi Melissa.

    Thanks for your question.

    There is no built-in/streamlined way to sync events between 2 sites running The Events Calendar.

    However, you can use Event Aggregator to pull in events from the other site’s iCal export feed.

    If the Month View’s or List View’s iCal export isn’t enough events (i.e. not far out enough in the future) for your liking, that site could implement a longer-term iCal export, such as a year.

    Here’s an installable .zip file (install it at that site’s Plugins screen) that adds two URLs:

    1. example.com/events/?ical=1&tribe_display=recently-published
    2. example.com/events/?ical=1&tribe_display=year

    The first is useful when folks are trying to use the iCal importer to pull events from one website to another. It will contain any recently published or modified events. Note: It is subject to the postsperpage setting in WP-Admin > Events > Settings.

    The second exports this year’s events (from January through December).

    Please let me know your thoughts.

    Thanks!

    in reply to: Price not showing in List View (on iphone) #1178126
    Cliff
    Member

    Hi Kate.

    You can view our demo site if you ever want to refer to how things should be acting: http://wpshindig.com/events/list/

    However, I’m not sure any of the events there have a cost, so I tested on my localhost and the /wp-content/plugins/the-events-calendar/src/resources/css/tribe-events-full-mobile.min.css file has this rule:

    .tribe-events-list-separator-year,
    .tribe-events-list .tribe-events-event-cost {
    display: none;
    }

    This file only loads for max-width: 768px, which is why the cost is not hidden on desktop.

    Your site may be loading a different CSS file depending on your “Default stylesheet used for events templates” option at wp-admin > Events > Settings > Display tab, but I think it’s safe to say it’s probably always been this way for all stylesheet options (just my guess).

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

    Cliff
    Member

    Hi Hans.

    Thanks for speaking up and bringing this issue to our attention. I was able to replicate this issue on the latest version of our plugins.

    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.

    in reply to: Multi-Day events all end on midnight of the first day #1178121
    Cliff
    Member

    Hi Puneet.

    Thanks for your detailed question, and I’m sorry you’re experiencing this.

    If I’m understanding your situation accurately, this is a known bug for iCal Importer, but I’m unsure if it’s a bug that made its way into Event Aggregator too. I hope not because it’s been significantly re-written/re-worked and is better than iCal Importer in many ways.

    Please switch to using Event Aggregator from now on and try this import there.

    We grandfathered all iCal Importer customers to get a license to Event Aggregator! There’s actually nothing new to download, but you will need to obtain your Event Aggregator license from https://theeventscalendar.com/license-keys/

    Cliff
    Member

    Hi Hans.

    Thanks for your helpful screenshots (although I only speak English).

    The Attendees screen did change in the 4.3 update. Here’s a comparison from my local testing site (which has RSVP, WooCommerce, and EDD ticket types):

    I believe these screenshots demonstrate display the same information, just in different ways. I believe the issue is that WooCommerce Sequential Order Numbers Pro appears to not be compatible with Event Tickets Plus orders (although I cannot personally confirm this).

    We have this help article on the topic: https://theeventscalendar.com/knowledgebase/compatibility-with-woocommerce-extensions/

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

Viewing 15 posts - 6,886 through 6,900 (of 10,686 total)