Geoff

Forum Replies Created

Viewing 15 posts - 3,121 through 3,135 (of 10,150 total)
  • Author
    Posts
  • Geoff
    Member

    That’s certainly a possibility!

    It looks like the option is no longer there (at least on the link you provided), so does that mean it’s all cleared up for you? Let me know and I’d be happy to check anything else on that that’s still not working as hoped. ๐Ÿ™‚

    Cheers!
    Geoff

    in reply to: Shortcode for monthly view calendar #1129472
    Geoff
    Member

    Hello @osumu,

    I’m sorry to say that the mini calendar widget is the only available shortcode at this time. We are indeed working on shortcodes for full calendar views, but that will likely be ready further down the road, possibly by the end of summer when 4.3 is released, if all goes according to plan.

    I’d encourage you to add your vote to the feature request. This will subscribe you to receive notifications as we make progress.

    Sorry for the bad news, but does this help answer your question? Please let me know.

    Thanks,
    Geoff

    in reply to: iCal Importer #1129467
    Geoff
    Member

    Hi Paul,

    Absolutely! iCal Importer can take any hosted .ics file (like the ones provided by iCloud and import them into WordPress on a one-time or automated basis.

    And, if it doesn’t seem to work exactly the way you hope or expect, then do note we have a pretty awesome refund policy that will allow you to return the plugin within 30 days of purchase.

    Does this help answer your question? Please let me know. ๐Ÿ™‚

    Cheers!
    Geoff

    in reply to: map view + calendar view? #1129461
    Geoff
    Member

    Howdy @designagency — nice to see you again and hope you had a great weekend. ๐Ÿ™‚

    I’m afraid there is no way to pair the Month and Map views together right out of the box.ย We are fairly limited in how much we can support custom development questions like this. At the very least, I’d be happy to at least point you in the right direction, if I can. We also have a list of freelancers who we would happily recommend for this level of help.

    It seems like the best place to start would be to override the Month View template with a custom version of your own. The file is located at /wp-content/plugins/the-events-calendar/src/views/month.php.

    From there, I imagine it would require you to include the Map View’s template part, which is located in wp-content/plugins/events-calendar-pro/src/views/pro/map/gmap-container.php.

    Sorry I don’t have a concrete answer for you here, but does this at least help you get started? Please let me know.

    Thanks!
    Geoff

     

    Geoff
    Member

    Hey there, Chris!

    Hmm, the CSS snippet from that previous thread seems to do the trick for me when testing.

    Do you happen to have a link to where I can see the ticket form on your site? I’d be happy to take a look at it from there and see if there’s something preventing that snippet from working.

    Thanks!
    Geoff

    in reply to: Show live list of Attendees under Event #1129454
    Geoff
    Member

    Hey Carolin,

    Great question! There is indeed a feature in Event Tickets Plus. In fact, there’s an option to show a public list of attendees for a given event when creating tickets for your events and, when enabled, will display the folks who have registered below the event description. Here’s a screenshot how that looks.

    Is that what you are looking for? Please let me know. ๐Ÿ™‚

    Cheers!
    Geoff

    Geoff
    Member

    Hey there, Chris!

    This part of the snippet Brian provided will still remove the text from the email confirmation:

    https://gist.github.com/geoffgraham/50b93c7db1791b213dedfa9ac7a01322

    Will that work for you as well? Please let me know. ๐Ÿ™‚

    Cheers!
    Geoff

    in reply to: Event Tickets with Repeating Event? #1129432
    Geoff
    Member

    Hey Doug,

    I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please feel free to open a new one if any other questions pop up — we’d be happy to help. :_

    Cheers!
    Geoff

    in reply to: Importing from WooTickets to Event Tickets Plus? #1129297
    Geoff
    Member

    Hey Andrew,

    Great question!ย Moving from WooCommerce Tickets to Event Tickets Plus should be a fairly smooth process. The only instance I can think where it might be tough is if there have been customizations made to the core plugin files, but hopefully that’s not the case. ๐Ÿ™‚

    Here’s a step-by-step guide to help get you started on that process:ย https://theeventscalendar.com/knowledgebase/moving-to-event-tickets-plus/

    Will that help you make the transition? Please let me know.

    Cheers and hope you had a great weekend!

    Geoff

    in reply to: Make Bold Certain Events – How? #1129292
    Geoff
    Member

    Right on! So glad that did the trick–thanks a ton for following up to let me know. ๐Ÿ™‚

    Cheers,
    Geoff

    in reply to: Make Bold Certain Events – How? #1129264
    Geoff
    Member

    Hey Kirk! Hope you had a great weekend. ๐Ÿ™‚

    Each event in the calendar includes a class name for the category it is in and you can use that to customize the CSS for it.

    For example, to make the events in your “Hearthside On Site Events” category bold, you can use something like this:

    tribe-events-category-hearthside-on-site-events {
    font-weight: bold;
    }

    Does that make sense and will itย help you get started? Please let me know. ๐Ÿ™‚

    Cheers!
    Geoff

    in reply to: Bugs in Update: Month View and Text Off #1129259
    Geoff
    Member

    Hey @cathryngray,

    Awesome work! Glad you were able to knock out that first issue and all is working well there. ๐Ÿ™‚

    Oh yeah, it looks like the theme is trying to add another post title where the calendar already does it. You can remove the calendar’s title by adding this to either your theme’sย style.css file or by using the Simple Custom CSS plugin:

    tribe-events-single-event-title {
    display: none;
    }

    Will that work for you? Please let me know.

    Cheers!
    Geoff

    in reply to: can i get event calendar on WP page #1129254
    Geoff
    Member

    Hello Purbey and thanks for reaching out! Hope you had a great weekend. ๐Ÿ™‚

    1. If I am using event calendar in WP, can I add events to any page?

    I’m afraid that is not the case. Instead,ย The Events Calendar creates a calendar on your site and allows you to publish events to the calendar.

    If you upgrade to Events Calendar PRO, however, that does provide several shortcodes that allow you to embed the calendar’s widgets to any page or post.

    It’s also possible to create your own query of event posts using ourย tribe_get_events() function in a custom page template.

    2. Can I add multiple dates to the same event?

    Yes! Events Calendar PRO does include a feature that allows you to create recurring events. ๐Ÿ™‚

    3. Does your events integrate with Google and Outlook calendars?

    The Events Calendar does have an iCal file that can be used to import events into Google Calendar and Outlook. The file can be downloaded right from the calendar and then imported directly into the calendar application of your choice.

    Does this help answer your questions? Please let me know. ๐Ÿ™‚

    Cheers!
    Geoff

    in reply to: Event Tickets with Repeating Event? #1129253
    Geoff
    Member

    Hi Doug, and welcome to the forums!

    Great question. I am afraid, however, that Event Tickets Plus is unable to create recurring events — though that is indeed a feature of Events Calendar PRO, which allows you to create recurring events on The Events Calendar.

    I do want to note, though, that having both Event Tickets Plus and Events Calendar PRO will still not quite get what you’re looking for, even though it might sound like it should. Tickets do not support recurring events yet but the good news is that we are actively working on that feature as we speak and hope to have that out in our next major release (version 4.3) if all things go according to plan.

    Sorry for the bad news, but does this at least help answer your question? Please let me know!

    Thanks,
    Geoff

    Geoff
    Member

    Hey Chris,

    This snippet has been working for me:

    https://gist.github.com/geoffgraham/be22dc7c8d621081980b

    I agree — a checkbox would be awesome. We are working on some pretty cool new ways to help share snippets for The Events Calendar in the future that will make things like this much, much easier. It will take us a little bit of time to get there, but I think you’ll be as stoked as we are when that happens, so definitely stay tuned. ๐Ÿ™‚

    Cheers and thanks for all your support!

    Geoff

Viewing 15 posts - 3,121 through 3,135 (of 10,150 total)