Nico

Forum Replies Created

Viewing 15 posts - 3,451 through 3,465 (of 6,506 total)
  • Author
    Posts
  • in reply to: API Google Maps – Can't change incorrect API code #1129844
    Nico
    Member

    Hi Eva,

    Thanks for reaching out to us and sorry to hear about this issue. I’ll help you getting this right!

    Most probably this relates to a bug in the plugin that doesn’t display the updated settings in the form, although they are correctly saving in the database. To see if you are being affected b y the same bug can you please check on the front-end of the site if the API key included is the new or the old one?

    Please let me know about it,
    Best,
    Nico

    in reply to: Custom Fields not showing in Front-End #1129826
    Nico
    Member

    Hi Tobias,

    Thanks for reaching out to us on this!

    Can you please follow the steps described in our Testing for conflicts guide? This way we can see if this is a problem in our plugin or a conflict with the theme or other installed plugins.

    I’ve heard of this same issue from another customer using Divi, not sure if this is the same issue but might probably be. Switching to default theme should confirm this!

    Please let me know about the test results,
    Best,
    Nico

    in reply to: How create a really simple list of events? #1129810
    Nico
    Member

    Hola Gabriel, como estas?

    Gracias por ponerte en contacto con nosotros, me tome la libertad de responderte en español pero si queres seguir la conversión en ingles avisame 😉

    Si queres al mas simple podes usar el widget de lista, que se puede incluir en un sidebar o via shortcode tambien si tenes instalado Events Calendar PRO.

    Si los widgets no se ajustan a lo que necesitas podes usar la función tribe_get_events para programar la lista a medida.

    Saludos,
    Nico

    in reply to: Please advise if your products will cover my scena #1129798
    Nico
    Member

    Hi @kdkwiatkow,

    Thanks for getting in touch with us and for your interest in our products 🙂

    I can help you here, Can you give me more details on what you are looking for?

    If you want this conversation to be private you can reach out to support at theeventscalendar dot com.

    Best,
    Nico

    Nico
    Member

    Hi there Randy,

    Thanks for reaching out to us on this!

    Right now The Events Calendar (and the suit of premium plugins) just work inside a WordPress site. We’ve been exploring the idea of providing a hosted service as you mention, but there are no plans to do so now. If you switch WP providers you should be able to export / import events, but I get the point for non-WordpPress sites.

    Please let me know if this answers your question,
    Best,
    Nico

    in reply to: Event Calendar & Ticketing #1129786
    Nico
    Member

    Hi there Lynn,

    Thanks for reaching out to us and for your interest in our plugins 🙂

    Is there a maximum of events that can be posted for ticketing on any one day?

    There’s no limit for this! You can post as many events (and tickets) as you need to!

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

    in reply to: Subscribe To Continuous Sync URL #1129781
    Nico
    Member

    Hi Susanna,

    Thanks for getting in touch with us!

    You can use the list view ics feed for this: http://glasllwch.org.uk/calendar/list/?ical=1&tribe_display=list. It will contain the amount of upcoming events you configured the calendar to show. If you want to make the feed include all year events (for example) I can provide a snippet to do so.

    Please let me know about it,
    Best,
    Nico

    in reply to: ticket field sets not showing #1129779
    Nico
    Member

    Hi John,

    Thanks for reaching out and sorry to hear about this issue 🙁

    From what I see in the event you shared, the additional fields are not event printed in the template. Does this event still have the fields configured? Are you using the latest version of Divi?

    In case you are using the latest Divi and the event has the fields configured, the best would be to contact them about this. My guess is they might be overwriting the tickets template and that’s causing the issue.

    Please let me know about it,
    Best,
    Nico

    in reply to: New view created which you may like!! #1129773
    Nico
    Member

    Hey John,

    Thanks so much for sharing your work with the community! The availability view is a great idea, and the month accordions rock 😉

    Do you want to share some details on how this was done for other users needing something similar?

    Best,
    Nico

    in reply to: Premature closure of the ticket. Calling Nico! #1129575
    Nico
    Member

    This reply is private.

    in reply to: Searching by Venue #1129573
    Nico
    Member

    Thanks for following up James!

    I took a look into the code to see if there’s a quick way of doing this but unfortunately there isn’t 🙁

    If you are up to code this you might be interested in the tribe-events-bar-filters filter hook (you can see where this comes into play within the modules/bar.php template, where tribe_events_get_filters() is called) – this would let you knock out and replace (or modify) the location search filter. On the other hand if you don’t have the skills or time to do so you can reach out to any of these freelancers that make custom work for our plugins.

    Please let me know about it,
    Best,
    Nico

    in reply to: Calendar Page #1129569
    Nico
    Member

    Hi John,

    Thanks for reaching out to us! While we cannot provide much support in the pre-sales forum I can take a look to your site and see what’s going on. Can you please provide the link where I can see the calendar?

    Also, there’s no conflict with the X theme that I’m aware of but maybe some setting needs to be adjusted.

    Best,
    Nico

    in reply to: Calendar Page Title #1129568
    Nico
    Member

    Thanks for following up Gene!

    In the code you share you are not including the add_filter part, the complete code for changing month view title should be:


    function filter_events_title_month( $title ) {
    if ( tribe_is_month() ) {
    $title = 'Month view page';
    }

    return $title;
    }
    add_filter( 'tribe_events_title_tag', 'filter_events_title_month' );

    If you are using Yoast SEO or a similar plugin this might not work.

    Please let me know about it,
    Best,
    Nico

    Nico
    Member

    Thanks for following up Jen!

    Looks like the title (and breadcrumbs) you are pointing to is being generated by the theme and not by our plugin so not sure how to change it. I think the best would be to reach out to the theme authors and ask them about it.

    If you want to hide this title for calendar views just use the CSS snippet below:

    /* hide theme title for event views */
    .post-type-archive-tribe_events .title-header {
    display: none;
    }

    Please let me know about it,
    Best,
    Nico

    in reply to: not display the matching fields while the import #1129554
    Nico
    Member

    Hey Friedrich,

    I see you marked my previous reply as correct so 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.

    Best,
    Nico

Viewing 15 posts - 3,451 through 3,465 (of 6,506 total)