Nico

Forum Replies Created

Viewing 15 posts - 1,561 through 1,575 (of 6,506 total)
  • Author
    Posts
  • Nico
    Member

    This reply is private.

    Nico
    Member

    Hey @dreamaster,

    Stocked to hear you could find the culprit πŸ™‚

    Your hosting provider might be able to help you on those surely!

    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

    in reply to: Eventbrite plugin #1213923
    Nico
    Member

    Thanks for following up Steve!

    Yes, we are aware of the feature in EventBrite, but last time I checked with out devs this is not yet fully implemented in their API (which we use to import events). I will make a ticket for them to explore if this is possible now as I’m seeing they have added a new end point to the API to get event series and maybe this makes it possible. Even if this is possible I don’t think it will be integrated any time soon, but maybe we can see this in the future πŸ™‚

    Best,
    Nico

    in reply to: Non-profit application #1213911
    Nico
    Member

    Sure, I just resent the email. I’ve also removed you address from your reply as this forum is public and your address might get harvested by bots at some point.

    Best,
    Nico

    Nico
    Member

    Hi Dianne,

    Thanks for reaching out to us! Unfortunately we are not able to provide support in the pre-sales forum πŸ™

    To give you a quick answer there’s no such limitation. I’d re-check the CSV file format (or try with a new sample file). In case you still experience troubles, you can post in our open source forum. We review that forum weekly, mainly for bug reports.

    I’ll go ahead and close out this thread, but please do post in the appropriate forum and we will be happy to assist you.

    Best,
    Nico

    Nico
    Member

    Stoked to hear you could sort this out πŸ™‚

    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

    in reply to: Moving Tribe-Bar using Shortcode #1213901
    Nico
    Member

    Hi there Mat,

    Thanks for getting in touch with us! Interesting question here πŸ™‚

    I’ve been diving into the tribe_events shortcode code and found out that the main template (for example month.php) is not used. Basically the shortcode calls the content template part directly from the code and if the tribe-bar attribute is not false, inserts the tribe bar template part before the content. Although there are various filters an actions in place to customize the shortcode output I unsuccessfully tried to use them to modify the output order πŸ™

    Hopefully I could find a JS workaround for this, basically load the shortcode with the tribe-bar on top of the content and move it after the content using a JS snippet. I’ve also added some CSS so it doesn’t display on top of the content before the JS kicks in. Try pasting the snippet below in your theme’s (or child theme’s) functions.php file and be sure to modify the page slug to fit the one you are using:

    /* Tribe, move tribe-bar after content for shortcode page */
    function tribe_bar_relocate() {

    // bail if not in specific shortcode page
    // MODIFY THE PAGE SLUG TO YOUR ACTUAL PAGE NAME
    if ( !is_page('sample-shortcode-for-month') ) return;
    ?>

    <style>
    #tribe-events-bar:not(.relocated) {
    display: none !important;
    }

    </style>
    <script type="text/javascript">

    jQuery(document).ready( function ($){

    if ( $('#tribe-events-bar').length ) {
    $('#tribe-events-bar').insertAfter('#tribe-events-content');
    $('#tribe-events-bar').addClass('relocated');
    }
    });

    </script>

    <?php
    }

    add_action('wp_head', 'tribe_bar_relocate');

    Give this a try and let me know if it works for you,
    Best,
    Nico

    in reply to: Use venues as 'taxonomy' for other post types #1213585
    Nico
    Member

    Hi there Jens,

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

    Venues (and Organizers) are custom post types, so you won’t be able to add those as taxonomies. You can associate these to other post types by using Advanced Custom Fields plugin, there are also other plugins that will enable this type of relations.

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

    in reply to: Eventbrite plugin #1213583
    Nico
    Member

    Hi there Steve,

    Thanks for getting in touch with us and also for you interest in our products πŸ™‚

    I’ll answer your questions and help you decide if EventBrite Tickets is the right plugin for your site.

    Does the Eventbrite plugin also require The Events Calendar Pro?

    No, Events Calendar PRO is not required to use EventBrite Tickets, although they play nice together!

    Saw a blurb on your site that stated that it wasn’t supported yet

    Yes, it’s exactly as you say! Last time I touched base with our devs about this feature I was inform this is due to a limitation on the EventBrite API.

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

    in reply to: Get a link of the most recent event(single event) #1213467
    Nico
    Member

    Hey Woong,

    Thanks for getting in touch with us!

    Unfortunately there’s no such a link available to add to a menu. Maybe you can create a page that redirects to the newest event single page? In this case you would have a fixed link (like http://sitename/latest-event) and with a snippet that page could redirect to the newest event. Does that makes sense to you?

    Please let me know about it and I’ll help you out with the snippet,
    Best,
    Nico

    Nico
    Member

    Hi there @dreamaster,

    Thanks for getting in touch with us and sorry to hear about this issue!

    Can you please check the server PHP error logs to see the description of the issue causing the 500 error? I’m not sure what might be causing this without seeing an actual error description.

    Please let me know about it,
    Best,
    Nico

    in reply to: Adding a location column to the Event Schedule block #1213448
    Nico
    Member

    Hi there Eric,

    Thanks for getting in touch with us! And also thanks for the heads-up you later sent πŸ™‚

    As you say the module used to display the upcoming events table is not part of our plugin so I’m not sure how to add information to it. Maybe reaching out to the theme authors is a good idea in this case!

    Please let me know if I can help you out with anything else,
    Best,
    Nico

    Nico
    Member

    Hi there,

    Thanks for getting in touch with us and sorry to hear about this weird issue πŸ™

    As far as I could test on the site, this is working as expected when I access the calendar via http://www.hertfordfitnessstudios.co.uk/events but failing when I do it by this URL http://www.hertfordfitnessstudios.co.uk/timetable. Other tests I did indicate that the correct calendar slug is events.

    Not sure how you are setting up the timetable page, but there seems to be an issue there. Can you please let me know about it?

    Best,
    Nico

    Nico
    Member

    Hi there Tac,

    Thanks for reaching out to us! I can help you on this πŸ™‚

    Can you please let me know which type of tickets you want to make mandatory? RSVP? Woo?

    Please let me know about it,
    Best,
    Nico

    in reply to: Non-profit application #1213435
    Nico
    Member

    Hi Rebecca,

    Thanks for getting in touch with us!

    I see your application has been replied to on January 2, I’m re-sending the email to you right now.

    Best,
    Nico

Viewing 15 posts - 1,561 through 1,575 (of 6,506 total)