Geoff

Forum Replies Created

Viewing 15 posts - 5,551 through 5,565 (of 10,150 total)
  • Author
    Posts
  • in reply to: error 503 on su #1032612
    Geoff
    Member

    Hi Etienne,

    Sorry for the late reply–our staff was out for the Thanksgiving holiday but we’re back in action now. 🙂

    The feed for your events is located here:
    http://www.maddyness.com/agenda/feed

    I put that through the RSS validator and it passed. Does it work for you as well?

    Cheers!
    Geoff

    in reply to: Filter to Show All Events #1032607
    Geoff
    Member

    Hey Laura, thanks for following up!

    You can certainly hide the notice–try adding this CSS to your stylesheet or by using something like the Simple Custom CSS plugin:

    .tribe-events-notices {
    display: none;
    }

    Will that work for you? Let me know. 🙂

    Cheers!
    Geoff

    in reply to: Community Events, user does not #1032599
    Geoff
    Member

    Hi folks,

    This ticket is still in the system and will be handled, for sure. I don’t have a specific timeline or date, I’m afraid, but will be certainly keep you posted when there’s more to share.

    Thanks!
    Geoff

    Geoff
    Member

    Hey Michael!

    How can I remove that as it looks odd at the moment to say “Cost: ____”

    I think the best way to remove this instance altogether is to modify the template itself. You can do that by:

    • Making a copy of the details.php template. It’s located at /the-events-calendar/src/views/modules/meta/details.php
    • Make a new folder in your theme directory called tribe-events (if it isn’t already there)
    • Make a new folder in that one called modules
    • Make a new folder in that one called meta
    • Drop the copied details.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, remove the Cost information–which is lines 92-96 for me.

    Did I also read somewhere that you might be introducing custom fields in your next update, so I could manually enter “Cost: £35, £25, £15”?

    We actually already have custom fields available in Events Calendar PRO and those would indeed display in the same meta details area. I think what you’re referring to is that we’re going to be adding the ability to collect custom information from attendees when purchasing tickets for an event. That is is on the way!

    Cheers,
    Geoff

    in reply to: Search limited to the category, not all events #1032590
    Geoff
    Member

    Hi Allison,

    Yeah, either of those is certainly possible. In fact, here is a list of common conditional PHP wrappers for targeting specific calendar views to get you started:

    https://gist.github.com/jo-snips/2415009

    in reply to: Change CSS Style List View / Event View #1032588
    Geoff
    Member

    Awesome! Glad that did the trick and thanks for following up. 🙂

    Geoff

    in reply to: having events show up in store #1032586
    Geoff
    Member

    Hi Ron,

    I see my last reply was marked as the last answer–thanks for following up! Feel free to open a new thread if you have any other questions and we’d be happy to help you there. 🙂

    Cheers!
    Geoff

    in reply to: Events Calendar Pro #1032585
    Geoff
    Member

    Hi Robert,

    I see my last reply was marked as the last answer–thanks for following up! Feel free to open a new thread if you have any other questions and we’d be happy to help you there. 🙂

    Cheers!
    Geoff

    in reply to: Non Profit #1032582
    Geoff
    Member

    Hi Jason,

    I see my last reply was marked as the last answer–thanks for following up! Feel free to open a new thread if you have any other questions and we’d be happy to help you there. 🙂

    Cheers!
    Geoff

    in reply to: Customizing pop up #1032581
    Geoff
    Member

    Hi Robert,

    I see my last reply was marked as the last answer–thanks for following up! Feel free to open a new thread if you have any other questions and we’d be happy to help you there. 🙂

    Cheers!
    Geoff

    in reply to: Event padding #1032579
    Geoff
    Member

    My pleasure! Thanks for following up. 🙂

    Geoff

    in reply to: Community Events Form not loading #1032576
    Geoff
    Member

    Hey Darrell,

    Thanks for following  up! It’s possible that commenting out those lines are providing the server with just enough juice to run. However, not having them in there is likely removing key parts of the form (for example, the ability to select organizers). Brook’s suggestion to review the logs would still be helpful here to see if that’s the difference between the development and live sites.

    Thanks!
    Geoff

    in reply to: Remove "add another organizer" link #1028736
    Geoff
    Member

    Hey Mario,

    Sure thing! You can remove the link by adding this CSS to your stylesheet or in a plugin like Simple Custom CSS:

    .tribe-add-organizer {
    display: none;
    }

    Will that do the trick for you? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Credit Card Declined #1028733
    Geoff
    Member

    Hey Eric,

    Thanks for reaching out and I’m sorry for the trouble here with your purchase!

    I just checked our logs and it appears that credit card transactions are currently working and going through. I’m not aware of any outages from earlier today, but it would be worth trying again just to make sure.

    Let me know if you continue hitting the error and I’d be happy to try to help further.

    Thanks!
    Geoff

    in reply to: Filter to Show All Events #1028731
    Geoff
    Member

    Hello Laura and thanks for getting in touch! I hope you’ve been enjoying Filter Bar so far. 🙂

    Unfortunately, we do not have a feature to show past events as you suggest.

    The events are custom post types so you may be to create a custom loop to create what you are asking for.

    This article we have gives examples on making loops for events:
    https://theeventscalendar.com/knowledgebase/using-tribe_get_events/

    Let me know if you have any follow up questions and I’d be happy to help as best I can, or at least point you in the right direction.

    Thanks!
    Geoff

Viewing 15 posts - 5,551 through 5,565 (of 10,150 total)