Geoff

Forum Replies Created

Viewing 15 posts - 2,446 through 2,460 (of 10,150 total)
  • Author
    Posts
  • in reply to: Structured Data on Event Search Results #1149015
    Geoff
    Member

    Hey Saif, hope you had a great weekend!

    I tried running your site through Google’s structured data testing tool and it does not appear that structured data for events is properly being read.

    To see the difference, try adding the URL of our demo site to the tool, which is also running the latest plugins:

    https://search.google.com/structured-data/testing-tool/u/0/#url=wpshindig.com%2F

    Trying to figure out why the structured data in your site is going unseen could be pretty tricky. Normally I would ask that you try testing for conflicts, but that may not reveal what’s happening until Google updates it’s information about your site on its servers.

    But let’s try it anyway as a first course of action. If you could follow the steps outlined here and try running your site through the testing tool, that would be super helpful and at least get us started.

    If that doesn’t yield any results, then we’ll have to do a deeper form of troubleshooting — but let’s see what we get first before going that route. 🙂

    Thanks!
    Geoff

    in reply to: recurring events #1149012
    Geoff
    Member

    Hey Sevim, hope you had a great weekend!

    Yes, Events Calendar PRO is exactly what you’re looking for. It includes recurring events as a feature so that, when installed with The Events Calendar, you will be able to publish regularly recurring events.

    Does this help answer your question? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Question about Calendar with Facebook feed #1149011
    Geoff
    Member

    Hey Charles and thanks for getting in touch!

    It’s certainly possible to get the same sort of style set up — in fact, The Events Calendar allows you to override any calendar template file so that you can modify the layout.

    That said, getting the exact style and layout will take a bit of custom development.

    Our Facebook Events add-on allows you to import events from Facebook into The Events Calendar on a one-time or recurring basis. Install that in addition to The Events Calendar and the two plugins will work together to import the events and display them on your site.

    And, if you’re working with a nonprofit, then I’d encourage you to check out our nonprofit program — if your organization qualifies, then you could get a free copy of Events Calendar PRO as well. 🙂

    Does this help answer your question? Please let me know.

    Cheers!
    Geoff

    in reply to: Event ticket in pdf format #1149008
    Geoff
    Member

    Hi Pritam — thanks for getting in touch and I hope you had a great weekend. 🙂

    Great question. I’m afraid that tickets for events are not attached as PDFs. However, the email itself contains all the ticket information, including the QR code, and can be printed out ahead of the event should anyone need a hard copy of the ticket.

    If someone were to lose their email, they can log back into your site, view the event and access their order from there.

    Does this help answer your question? Please let me know.

    Cheers!
    Geoff

    in reply to: Unauthorized Resellers #1149004
    Geoff
    Member

    Hey Enrico, hope you had a great weekend!

    Thanks a ton for sharing this with us. We do come across sites like this from time to time and we’re always bummed to see them. The price may be cheaper but it’s worth noting that purchasing from a site like that may not provide you with the latest version of the plugin — and it certainly does not come with the same refund policy, plugin updates and support we offer to folks who purchase the plugins directly from this site.

    Cheers to you for passing this along — you’re awesome and it’s much appreciated. 🙂

    Geoff

    in reply to: Recurring event text appears in the list view #1148999
    Geoff
    Member

    Awesome! So glad that does the trick and I appreciate you following up to let me know. 🙂

    I’ll go ahead and close this thread but please feel free to open a new one if any other questions pop up and we’d be happy to help.

    Cheers and have a great day!
    Geoff

    in reply to: Event Tickets Plus is only in Sidebar #1148995
    Geoff
    Member

    Heck yeah, thanks for the update! I’m stoked to hear that update is coming and I appreciate you following up to let me know.

    I’ll go ahead and close this thread but do please feel free to open another one if any other questions pop up and we’d be happy to help as best we can. 🙂

    Cheers!
    Geoff

    in reply to: Do I really need to !important all the things? #1148994
    Geoff
    Member

    Hey Brian, hope you had a great weekend!

    Thanks for the link — that’s super helpful. I was viewing the source and it appears that there is a good chunk of CSS inlined in the header. My guess is that the theme is trying to be super diligent in performance but that, in turn, could be fussing with the cascading styles in the stylesheets.

    Geoff

    in reply to: Event Tickets Plus is only in Sidebar #1148983
    Geoff
    Member

    Hey Bill,

    Yes, I believe there are template overrides in Avada, which you should be able to find in the parent theme directory in a folder called tribe-events.

    Cheers!
    Geoff

    in reply to: ease of exporting to various other calendars? #1148980
    Geoff
    Member

    Hey Sara,

    I see one of my past replies was marked as the correct answer. I’ll go ahead and close this thread but please feel free to let us know if any other questions pop up and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Distance filters for Event calendar Pro #1148978
    Geoff
    Member

    Hey Chris,

    I see one of my previous replies was marked as the correct answer. I’ll go ahead and close this thread but please feel free to let us know if any other questions pop up and we’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Linking Widget to Main Calendar #1148456
    Geoff
    Member

    Hey Heather, happy Friday!

    Yeah, that’s possible. It will take a bit of custom development on your part, but here’s how I would approach it:

    • Make a copy of the following file: /wp-content/plugins/events-calendar-pro/src/views/widgets/mini-calendar/grid.php
    • Make a new folder in your theme directory called tribe-events
    • Make a new folder in that one called pro
    • Make a new folder in that one called widgets
    • Make a new folder in that one called mini-calendar
    • Move the copied grid.php file in that last folder

    Now that the template is in your theme, you can modify it to suit your needs. In this case, change this line:

    <span id="<?php echo esc_attr( $mini_cal_widget_id ) ?>"><?php tribe_events_the_mini_calendar_title() ?></span>

    …to this:

    <span id="<?php echo esc_attr( $mini_cal_widget_id ) ?>">"><?php tribe_events_the_mini_calendar_title() ?></span>

    Will that work for you? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Recurring event text appears in the list view #1148449
    Geoff
    Member

    Hey @ssubha,

    Thanks for posting to this forum and so sorry for you having to repost this from WordPress.org — I appreciate it!

    You can add the following CSS to your theme’s style.css file or using the Simple Custom CSS plugin to remove that information:

    .fusion-tabs .recurringinfo {
    display: none !important;
    }

    Will that work for you? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: "mini-events" #1148444
    Geoff
    Member

    Hey Lee, happy Friday!

    Interesting question. You can certainly create “free” tickets for calendar events with our Event Tickets add-on.

    You could do the 10 tickets every 30 minutes thing, but it might be a little more manual than you’d like. Each ticket you create allows you to:

    • Specify a quantity
    • Specify a start sale date and time
    • Specify an end sale date and time

    So, for example, you can set up a series of tickets with a quantity of 10 that start and end sale at specific times throughout the day. Tickets that re not within the current time will simply not display.

    As the admin would we be able to export the attendees?

    Absolutely. Here is more information on how the attendees report work on the back end.

    Does this help answer your questions? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Do I really need to !important all the things? #1148440
    Geoff
    Member

    Is there a live link for the dev site, by chance? I’d like to dig into the source a little deeper if it’s available.

    Thanks!
    Geoff

Viewing 15 posts - 2,446 through 2,460 (of 10,150 total)