Nico

Forum Replies Created

Viewing 15 posts - 4,291 through 4,305 (of 6,506 total)
  • Author
    Posts
  • in reply to: Send email with order to organiz #1097166
    Nico
    Member

    Hey folks,

    Thanks for following up! And sorry to not have a definitive solution for this. It’s a planned feature but we still don’t have any schedulle for it.

    In the meantime you are welcome to leave your vote and comment in our Uservoice page.

    Sean, thanks for the feedback! I can totally feel your need for this…

    Riccardo, sorry but there’s no function to do so… Unless you are meaning a different thing other the originally requested?

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

    in reply to: Ticket box not showing up for Eventbrite tickets #1097012
    Nico
    Member

    This reply is private.

    in reply to: Facebook Event import: Line breaks are smashed together #1096573
    Nico
    Member

    This reply is private.

    in reply to: Facebook Event import: Line breaks are smashed together #1096571
    Nico
    Member

    This reply is private.

    in reply to: Does Event Info Gets Updates After Reacquiring Import? #1096554
    Nico
    Member

    This reply is private.

    Nico
    Member

    Margaret,

    Thanks for following up! And also for taking the time to review the setup tutorials again.

    1) When I click get authorization within Add-on API’s tab, it takes me to EB to allow but when i’m redirected back to my WP dashboard there is no Success message like it says I should see in the tutorial.

    I would try to re-generate the EB API KEY and secret as well. On the other hand if you say that now events are importing fine then I guess it should be configured successfully.

    2) I’m able to import events now from EB, but i’m not seeing my events in the drop down menu. I know I can do this by using the Event ID, but that generates an entirely new event page.

    Not sure about this, that list take a bit to load sometimes. Can you please try to open the drop-down and then wait a couple of seconds to see if it loads? Importing an existing EventBrite event via the drowdown or via event ID field should give you the same result. I’m not sure about what you mean with this: but that generates an entirely new event page.

    Please let me know about it,
    Best,
    Nico

    Nico
    Member

    That’s great Nathan! I’ll be out today but will dive into this tomorrow…

    Nico

    Nico
    Member

    Nathan,

    I’ve touched base with the devs on this and it seems to be the image that the EventBrite API provides, I’ll run some additional tests but not sure if there’s actually a workaround this at the time other than re-uploading the image in WordPress and then prevent the sync (https://cloudup.com/cbdy57RLPYa).

    I’ll give you a heads up when I’m able to do some more tests,
    Best,
    Nico

    in reply to: Events Not Respecting Daylight Savings Time #1096083
    Nico
    Member

    Hopefully we are close to having this resolved!

    Thanks for your patience,
    Best,
    Nico

    in reply to: Can't View admin panel on current theme #1096081
    Nico
    Member

    Hey Brenda,

    Thanks for following up! Have you tried reaching out to EDU LMS authors yet? Any news from their side?

    I guess it might not be a good idea to edit the code files of the theme, because those changes will be lost when the theme updates. One thing that might be useful is to comment out all the content in the functions.php file. If then the settings work, start un-commenting by blocks and re-testing to find the code block that’s causing this. You can do this starting with big blocks and then refining into smaller ones.

    Please let me know if that helps,
    Best,
    Nico

    Nico
    Member

    Leia,

    Thanks for the patience here, I was out sick yesterday and I’m just catching up with my threads!

    You can use this conditional:


    <?php if ( !isset( $_POST['community-event'] ) ) : ?>

    <!-- the community form has not being submited -->

    <?php endif; ?>

    It will check if the community event form has been submited or not.

    Please let me know if this works for you,
    Best,
    Nico

    in reply to: Error message with ticket plugin #1096071
    Nico
    Member

    Hey thanks for confirming @gpeery 🙂

    Sometimes automatic updates don’t work as expected in some servers, not sure why. Anyway glad 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: Custom display (next 7 days) #1096070
    Nico
    Member

    Hi there Ben,

    Thanks for following up! To modify the list view query you can add this snippet to your theme’s (or child theme’s) functions.php file:


    function hijack_list_view_query ( $query ) {

    if ( tribe_is_list_view() ) {

    // uncommnet to pre-view the query args in the front end
    // echo '

    ';
    		// print_r( $query );
    		// echo '

    ';
    }

    return $query;
    }

    add_filter( 'tribe_events_pre_get_posts', 'hijack_list_view_query' );

    Just modify the params in the $query var, be sure to take a look at the WP_Query documentation!

    Hope this helps you out to get started,
    Best,
    Nico

    Nico
    Member

    Hey Saif,

    Thanks for following up!

    So, it looks like if I go with the importer bundle for $199, I’ll still need to pick up Community Events to achieve public event submission.

    Yeap.

    Is there any sort of hint at what the yearly renewal will be for those 2? If I choose to not renew, am I going to be hacked out of existence a year and a month after I had purchased, or?

    Renewals are offered at the original price, minus a discount which now is 30% but might vary in the future. Hopefully you’ll not be hacked if you do not renew your license, but as you would do with WordPress core you’ll try to be up to date for features, bug fixes and security as well. Personally I haven’t heard about this from old clients that are still using 3.10 or 3.12.

    Events bar – as in the Filter bar? Or is it a feature that comes with Event Calendar PRO?

    The events bar is part of The Events Calendar core/free version. Take a look: https://cloudup.com/c4o0KvR_X1x – If you have Events Calendar PRO activated in the site the bar will also show a Locations field to search events nearby.

    Event Comments – so, a “facebook comments instead of WP comments” plugin would allow for those comments to be FB driven, correct? Have you seen those work fine with your product? (Any suggested ones?)

    Well, it sounds like it should work, you can try any with The Events Calendar core/free, if it works with it mostly sure it will with our other plugins.

    Please let me know about it,
    Best,
    Nico

    in reply to: Collection of attendee information breaking #1096055
    Nico
    Member

    Hey that’s great @stagetech, happy to hear about.

    Again I totally feel this is something we can certainly do better at!

    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 - 4,291 through 4,305 (of 6,506 total)