Forum Replies Created
-
AuthorPosts
-
Nico
MemberHey 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,
NicoNico
MemberThis reply is private.
March 31, 2016 at 12:39 pm in reply to: Facebook Event import: Line breaks are smashed together #1096573Nico
MemberThis reply is private.
March 31, 2016 at 12:36 pm in reply to: Facebook Event import: Line breaks are smashed together #1096571Nico
MemberThis reply is private.
March 31, 2016 at 11:57 am in reply to: Does Event Info Gets Updates After Reacquiring Import? #1096554Nico
MemberThis reply is private.
March 31, 2016 at 11:44 am in reply to: Eventbrite Ticket Registration section not showing on Frontend of WordPress Site #1096548Nico
MemberMargaret,
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,
NicoMarch 31, 2016 at 11:40 am in reply to: Eventbrite Tickets importing much smaller image on website #1096545Nico
MemberThat’s great Nathan! I’ll be out today but will dive into this tomorrow…
Nico
March 30, 2016 at 1:04 pm in reply to: Eventbrite Tickets importing much smaller image on website #1096086Nico
MemberNathan,
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,
NicoNico
MemberHopefully we are close to having this resolved!
Thanks for your patience,
Best,
NicoNico
MemberHey 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,
NicoMarch 30, 2016 at 12:53 pm in reply to: Adding text on submit event and changing the submitted text! #1096078Nico
MemberLeia,
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,
NicoNico
MemberHey 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,
NicoNico
MemberHi 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,
NicoMarch 30, 2016 at 12:13 pm in reply to: Will Community Events do this? (Devil's in the details…) #1096065Nico
MemberHey 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,
NicoNico
MemberHey 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 -
AuthorPosts
