Nico

Forum Replies Created

Viewing 15 posts - 3,931 through 3,945 (of 6,506 total)
  • Author
    Posts
  • in reply to: Events Not Displaying #1109493
    Nico
    Member

    Hi @mkrasmussen and Lisa,

    Thanks for confirming and sorry about the trouble this might create until fixed.

    This issue has been reported on Friday by another user in the forums, so we are still looking into this. We hope to find a fix for the incompatibility soon! I’ve added this thread to our internal bug report so you’ll get notified when the fix for this bug is released.

    If there’s a solution (snippet or patch) before the fix I’ll let you know as well.

    Sorry for this issue once again,
    Thanks,
    Nico

    in reply to: Event Organizers Adding Tags #1109481
    Nico
    Member

    Hi Alison,

    Thanks for following up with this great find! Shame on me, I wasn’t aware of this support plugin.

    The plugin stores tags in the same way as when tags entered when editing an event in the backend. This is why they also show in Filter Bar, so don’t worry about having duplicated information in the database.

    Best,
    Nico

    in reply to: Event Editor #1109471
    Nico
    Member

    Thanks for confirming Jacob πŸ™‚

    As you marked the thread as resolved, I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Have a great week,
    Nico

    Nico
    Member

    Hi Laurel,

    Thanks for reaching out and for your interest in our products πŸ™‚

    I’ll help you decide if Events Calendar PRO is the right choice for your project:

    1)We currently have two calendars on our site, one for VA and one for CA, with other calendars coming soon. Can we have separate calendars? Will users submissions go to the right calendar?

    While you’ll just have one calendar in your site, you can create different event categories and link your users to them. So you can have different URLs for each: http://sitename.com/events/category/va/ & http://sitename.com/events/category/ca/. When users submit the an event via Community Events they’ll be able to choose which category to show the event in.

    2) Can we charge for event submissions? Ie: $x for Featured listings, $y for standard post, $z for additional photos or video, etc. Is this customize-able?

    Right now this is not possible in our plugin. We do have an add-on called Community Tickets, which allows site owners to collect a fee of all tickets sold for community submitted events.

    3) Event hosts can register – but can users set up category preferences too. See a customized calendar to their preferences?

    No this is not possible by default. I guess it might be possible with some custom code.

    4) Email integration – we would like to be able to email users weekly based on their category preference a list of the hot, upcoming events.

    There’s a free third-party add-on called Event Calendar Newsletter which allows to send newsletters including event info. As stated in the previous answers users cannot choose a preferred category, so that part won’t be covered. All information is stored in your site database so you can make custom queries to get the results you need, or use events ical or rss feeds for newsletters.

    Please let me know if there’s anything else I can help you with,
    Best,
    Nico

    in reply to: more info on event calendar pro tiicket selling #1109459
    Nico
    Member

    Hey Richard,

    Thanks for following up!

    What does event calendar pro offer me that i dont have with the events calendar please?

    I’ll note some of the most important features below, but be sure to check the Events Calendar PRO product page for more details and to see the PRO vs Core comparison table.

    • Support for recurring events (not compatible with tickets yet).
    • Enables new event views: Week View, Map View & Photo View.
    • Additional fields.
    • Additional widgets & widget shortcodes.

    Best,
    Nico

    in reply to: Event Editor #1109455
    Nico
    Member

    Jacob,

    So are you saying that the events calendar is able to provide ical’s per category?

    Indeed! There’s not an option to enable this. You can directly access the feed by URL, for example: http://sitename/events/category/soccer/?ical=true.

    Best,
    Nico

    in reply to: Small CSS issues #1109454
    Nico
    Member

    You are welcome Christian! Glad to of service πŸ™‚

    I’m not able to see the add to cart button on your event page, but for the default button the selector would be:


    .add-to-cart > button:hover{
    color: #000 !important;
    }

    Please let me know if this works for you and if it doesn’t please follow-up with an event URL where I can see this,
    Best,
    Nico

    in reply to: Event Editor #1109448
    Nico
    Member

    Hey Jacob,

    Thanks for following up and for adding context to your request! Hopefully you can have different ical feeds for different event categories, so you are good on that end. The only additional work would be to add a categories matching each venue, but I guess it’s not that bad!

    Please let me know if you have other follow-ups questions or doubts I can help you with,
    Best,
    Nico

    in reply to: How to Style the ticket box display #1109444
    Nico
    Member

    Hi Stephen,

    Thanks for reaching out to us on this! While we cannot help much with custom styling I’ll point you in the right direction…

    Try adding the following snippets to your theme’s stylesheet or via Simple Custom CSS plugin:


    /* hide number of tickets available */
    .tribe-tickets-remaining {
    display: none;
    }

    /* make the tickets form a bit smaller and center */
    form.cart {
    width: 80%;
    margin: 0 auto 50px;
    }

    Hopefully this will help you out making the tickets form look nicer πŸ™‚

    Best,
    Nico

    in reply to: Remove no of tickets available? #1109442
    Nico
    Member

    Hi Tommy,

    Thanks for jumping in!

    Can you try adding the !important keyword to the CSS rule?


    /* hide number of tickets available */
    .tribe-tickets-remaining {
    display: none !important;
    }

    If it still doesn’t work for you please follow-up with an event with tickets URL so I can test the code?

    Best,
    Nico

    in reply to: tribe_get_events next event by hour #1109431
    Nico
    Member

    Howdy Malcolm,

    Welcome to our support forums and thanks for reaching out to us. I’ll help you here…

    In order to help you getting this script ready, I would like to know how are your events set up. Can you give me an example of the start / end dates of your events? Also please note exected result vs the result you are getting now.

    From what you describe I understand that your code is always returning ‘Breakfast’ even if the event has passed and the ‘Lunch’ event is ongoing?

    Please let me know about it so I can help you out,
    Nico

    in reply to: Change to Single #1108982
    Nico
    Member

    Howdy Brad,

    Welcome to our support forums and thanks for reaching out to us. I’ll help you here…

    Can you please follow-up with the site URL so I can take a look? I guess you might be using the Avada theme which puts the events meta and tickets info in a sidebar. If that’s the case you’ll need to reach out to them on this and ask if it’s possible to have another layout for events.

    Please let me know about it,
    Have a great weekend,
    Nico

    Nico
    Member

    Hey Annarosa,

    Seems we are doing some progress! You can inspect the theme’s page template (page.php file inside theme folder) and emulate the mark up in that file. There’s probably a div for the main content and a other elements for the sidebar. If you are not sure about it maybe it’s a good idea to reach out to the theme authors, maybe they can give you more accurate info on this.

    Have a great weekend,
    Nico

    in reply to: Event Editor #1108978
    Nico
    Member

    Hi Jacob,

    Thanks for reaching out! Actually you can just have one calendar per WordPress install. What you can do to ’emulate’ different calendar is to use Event Categories, this allows you to have different category URLs so you can point your users to different ‘calendars’ like: http://sitename.com/events/soccer/, http://sitename.com/events/handball/, etc.

    Do you think this could work for your site? What’s the specific use case of your project?

    Best,
    Nico

    in reply to: more info on event calendar pro tiicket selling #1108977
    Nico
    Member

    That’s right Richard! It does sound like a lot of plugins, but once all of them are installed you’ll see it still feels like one plugin πŸ™‚

    Event Tickets is a free plugin like The Events Calendar so you’ll just need Event Tickets Plus!

    Please let me know if there’s anything else I can help you with,
    Best,
    Nico

Viewing 15 posts - 3,931 through 3,945 (of 6,506 total)