Forum Replies Created
-
AuthorPosts
-
George
ParticipantCool, thanks for understanding and for your patience Magnus! I’ll leave this thread open for now so you can post an update on your progress if you think of it. If not โย no worries, but note that our automatic Support Droid will close this thread after 2 weeks if no replies are made.
In that case, you can open a new thread and just link to this one for reference, if you feel strongly enough about updating us on this. If we don’t hear from you though, no worries either! ๐ And we’ll assume that things (hopefully) are working well.
Cheers!
GeorgeGeorge
ParticipantHey Kevin,
When it comes to the order-related issue, you can try downloading and installing this quick hotfix plugin we’ve put together to help address this issue โ http://m.tri.be/postorderfix
Try that out, and let us know if it helps!
As for statuses of things being set to Draft, this is still an issue we’re not getting reports of and are unable to recreate, so if this issue still persists even after the post-order issue is helped, I’d recommend proceeding with the WP_DEBUG steps I recommended above.
Thanks,
GeorgeJuly 27, 2015 at 8:18 am in reply to: Can't Sort Posts by Date in wp-admin After 3.11 Update #990547George
ParticipantHey @accesswinipeg,
I’m really glad to hear that the temporary fix is working well for you! Do not remove it for now โย we are indeed including this fix or a better one in the next release, but for now this is the best solution.
Let me know if you have any other questions or concerns here. Thank you!
โ George
George
ParticipantThanks Andy!
George
ParticipantGlad to hear it Keith! I’ll close up this thread then, but if any other issues arise don’t hesitate to come back and open up a new one! ๐
Cheers,
GeorgeGeorge
ParticipantHey Cameron,
Thanks for reaching out! If your institution is not a non-profit one, then we typically don’t give out discount codes and the like…but we can probably hook you up because you’re cool anyways ๐
Shoot us an email at [email protected] for more information and we’ll help you out from there โย include a link to this forum thread for reference if you think of it!
Cheers,
GeorgeJuly 27, 2015 at 8:03 am in reply to: Which addon to use for user registrations / reservations? #990535George
ParticipantHi @Myra,
You can use a ticketing add-on and just make all your tickets free โ would that work for you? If not, then unfortunately none of our add-ons have this sort of functionality.
There is a free, un-official plugin out in the world called Event Rocket which has some basic RSVP functionality, however. It might suit your needs well (and I only highlighted the fact that it’s un-official because we cannot offer support for it or anything).
You can find this plugin here and try it out, it might work very well for you โ https://wordpress.org/plugins/event-rocket/
Cheers!
GeorgeGeorge
ParticipantHey Patrick,
First off, no, sozot.com is not a trusted seller and is a bad person who claims to support “Free Software” but then sells other peoples’ software…for a profit. Weird way to stand for Free Software, and he is a deeply troubled person abusing everything that Free Software offers the world.
Now, as for your product-specific questions:
1.
So i need the free version and the PRO Version installed, or is the pro Version working without the free version ?
You will need both The Events Calendar and Events Calendar Pro installed and activated. The Events Calendar runs by itself, but PRO does not and requires The Events Calendar to be active to function.
2.
Furthermore id like to auto-post Events to Facebook as post. Is it possible ? All your product descriptions talk about importing FROM Facebook, not exporting TO Facebook.
No, at this time this is unfortunately not possible and as you mention our Importer plugin for Facebook only imports.
3.
Facebook Plugin isnt included in PRO Version ?
Correct. Facebook Importer and Events Calendar Pro are two separate, unreleated plugins that are add-ons for the core plugin, The Events Calendar. So, for example, you could have just The Events Calendar + Facebook Importer on your site. Or you could have just The Events Calendar + Events Calendar Pro on your site. Or you could have The Events Calendar + Events Calendar Pro + Facebook Importer on your site. Totally up to you.
I hope all this information helps! Let us know if it does.
Cheers,
GeorgeGeorge
ParticipantHey @danfeeley,
The code in these snippets is actually still compatible with 3.11, so let’s address one separately on your site.
First is the phone-number snippet. You say “The number is no longer a link and just displays the following”, but then it shows a phone number โย this number is coming from your event itself, correct? It’s not hard-coded into the snippet so it’s pulling that value from the event venue and if there’s a number there, that means that’s the number from your venue.
Can you please link to where the phone number is showing on your site?
Next, can you clarify what you mean regarding the email snippet when you say “It appears to be doing the same thing.”? Do you literally mean that it’s showing the same phone number as the phone snippet? Please also link to a place on your site where we can see this email snippet being used.
Thank you!
GeorgeGeorge
ParticipantHey Leslie,
Sorry for your troubles here. Can you clarify all of the following details?
1. What version of WordPress is running on your site?
2. What version of The Events Calendar are you trying to activate on your site?
3. What version of Events Calendar Pro are you trying to activate on your site?
4. If you activate a default theme like Twenty Fifteen on your site, and have no plugins other than The Events Calendar and Events Calendar Pro active, do these tabs show up?
5. Do other The Events Calendar-related tabs show up in your admin, or none at all?If your answer to number 4 is “No”, then can you see if any errors pop up on your site if you head to your site’s wp-config.php file and change this line of code:
define('WP_DEBUG', false);to this:
define('WP_DEBUG', true);Thank you so much in advance for addressing all of these data points.
Cheers!
GeorgeGeorge
ParticipantHey Ben,
Thanks for reaching out. The first thing I’d like to note is that the issue you linked to does not seem to recommend making your own plugin, but rather using the “default” WordPress importer/exporter plugins. Just an observation.
Back to your main question though: all of the fields for The Events Calendar can be found listed here โ https://theeventscalendar.com/knowledgebase/wordpress-post-meta-data/
I hope that helps you โ programmatically mapping these fields to a custom Importer plugin or something are a bit outside the scope of our forums, but that reference of at least what all the fields are should hopefully provide you with a lot of kindling here.
Let us know if that’s the case and/or if you have followup questions, concerns, etc.
Cheers!
GeorgeGeorge
ParticipantHey @Michiel,
This unfortunately will require some custom coding, you’ll have to add PHP to your theme where you’d like the ticket stock to display โย but I’ve written a handy “ticket stock” function in this Gist which you can use to show the stock remaining for each ticket in an event โ https://gist.github.com/ggwicz/e4d0d46cdf6d3977e5bc
If you don’t like the way that function displays the stock information, change it to whatever suits your needs and use CSS or anything you’d like โย this function is just a basic “starter” example function to get you going and to let you see what sort of code is required to display that information.
Play around with that function and let us know if you have any other questions, comments, concerns, etc.
Cheers!
GeorgeGeorge
ParticipantHey Tony,
Unfortunately, at this time this still requires editing a bit of core plugin code, which means that the change will be lost after the next update ๐ But, I have made a development ticket for us to add a filter here, so hopefully we get that into the next release anyways (which would make this super easy to change! ๐ )
For now, what you’ll want to do is head your Community Events plugin files and head to src/Tribe/Main.php there.
Once in this file, about 3/4 of the way down around line 1922 or so, you’ll see a function called formCategoryDropdown(), the one originally referenced in that thread you shared above.
Look for a line of code in this function that looks like this:
$shown_item_count = 9;Simply change that 9 to 20, or 30, or some other high number like 99 or something, then save the file and it should show all the categories that exist.
I hope this helps!
Cheers,
GeorgeGeorge
ParticipantHey Timothy,
Thanks for reaching out to us. I went to the Events page on http://sandlapperbmw.org, however, and for me the “Next Events” button worked fine and loaded the future events as expected.
Are there specific views where this problem exists? If so, can you link to these specific views/pages?
Thank you!
GeorgeJuly 27, 2015 at 7:09 am in reply to: function is not working replace_tribe_events_calendar_stylesheet() #990490George
ParticipantHey Heidi,
Thanks for reaching out to us. Before getting too far afield with this issue, I know it seems like a small detail right now, but can you clarify exactly what you mean when you say this:
but it makes a fallback on the ajax.js.
1. What do you mean? And is ajax.js something within your theme?
Also, thank you for noting that your work is local right now. That might make troubleshooting quite challenging, unfortunately.
The example you’re citing in that Themer’s Guide article is just for replacing the default Tribe stylesheets โย so, to be clear:
2. Have you added the CSS files that you are calling from your replace_tribe_events_calendar_stylesheet() function into your theme?
Finally:
3. Can you paste your custom replace_tribe_events_calendar_stylesheet() code into a Gist at http://gist.github.com and then share a link to that Gist in your reply?
Thank you in advance for addressing each of the three items here Heidi โ it’ll give us a solid foundation for further troubleshooting and such ๐
Cheers!
George -
AuthorPosts
