Forum Replies Created
-
AuthorPosts
-
Nico
MemberChantal,
This should be active per default, it’s how the plugin works with events that expired. Can you point me to your site?
While we cannot provide support in the pre-sales forum, I can take a look to see if I see something obvious causing this.
Best,
NicoApril 27, 2016 at 4:39 am in reply to: Having all my Community Events show up in the Normal Events Pro Calendar space? #1107614Nico
MemberHey Peter,
Thanks for the heads-up!
Looks like Geoff has already answered this same question in the thread you point me to. I’ll close this thread out so you can continue to work with him there.
Best,
NicoNico
MemberHi Sabine,
Thanks for following-up! I made a simple CSS snippet, it’s not intended to be the definitive solution (I haven’t heavily tested it at least) but it will surely get you started. Paste this in your child theme stylesheet, or via Simple Custom CSS plugin:
.tribe-events-meta-group-details dt {
display: inline-block;
width: 20%;
}.tribe-events-meta-group-details dd {
border: none !important;
display: inline-block;
width: 70%;
}
The folks at Theme Fusion might have a better workaround for this!
Please let me know if this works for you,
Best,
NicoNico
MemberHey Corey,
Thanks for clarifying! I guess you’ll need to make users register on your site before they can go over EventBrite and actually purchase the tickets. There are some plugins that add social network registration to the site, that might be an option to simplify the registration.
I’m not about the the purchase button has the spinning wheel of death, although it made me laugh 🙂 Can you point me to the URL where I can see this?
Best,
NicoNico
MemberHi Chantal,
Thanks for clarifying! This indeed a feature of our free plugin: once the event has passed it will be listed under Past Event (link to past events in our demo site).
Is this not happening to your site actually?
Please let me know about it,
Best,
NicoNico
MemberHi Ralf,
Glad to have you on board, and thanks for the report!
All of the plugin translations are managed by our community, so you are welcome to submit this modification yourself. Hopefully this articles will inform you about the process:
Until the translation for this added and approved, you can use the snippet in this article: Change the wording of any bit of text or string or the Say What? plugin to change this.
Best,
NicoNico
MemberThanks for confirming Sabine, glad to hear you could work 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,
NicoApril 26, 2016 at 9:07 am in reply to: Community Add Event form, change taxonomy checkboxes #1107138Nico
MemberHey Roxanne,
Thanks for following up and for sending your version of the code. As you say it’s not ideal as it’s not a good practice to change how default components work but it’s a start. You can change those to radio buttons via JS as well if needed.
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,
NicoApril 26, 2016 at 8:55 am in reply to: Having all my Community Events show up in the Normal Events Pro Calendar space? #1107129Nico
MemberHi Peter,
Thanks for getting in touch! Let me clarify this a bit…
Community Event Submissions are added to regular event listings once the events are approved (you can change this setting in WP-Admin > Events > Settings > Community). What you see in http://associatedministries.org/events/community/list is a list of the events you submitted. Every user will just see their submitted events in there.
Please let me know if this answers your question,
Best,
NicoNico
MemberHi Kevin,
Thanks for reaching out to us on this! I’ll help you here…
The error seems to refer to a function that doesn’t exist any more but it’s being called anyway. Can you point me to the plugin you are using? I’m not sure which one is Peter’s Login redirect plugin. Also have you tried to switch to default theme to see fi the error is still present? If it’s not then it’s probably some script in the theme’s functions.php file causing it.
Please let me know about this,
Best,
NicoNico
MemberHi Benjamin,
Thanks for reaching out to us! Interesting question here, in fact it has been asked quite a few times.
To achieve the redirect just paste the snippet below in your theme (or child theme) functions.php file:
https://gist.github.com/jesseeproductions/fc21ce52314f31dc230b
Regarding the WP 4.5 update conflict with Events Calendar PRO, we have a known bug with the CSV importer but I haven’t heard of any other issues. Mind opening a new thread for this?
Please let me know if the snippet works for you,
Best,
NicoNico
MemberHola “La Juana”,
Thanks for getting in touch and sorry to hear about this issue.
Seems like the tag page has been customized to show events, so I guess there might be an issue in there. Are you aware if this template has been customized? Maybe the offset has something to do with the site timezone settings? You can check which is your current timezone in WP-Admin > Settings > General.
Please let me know about it,
Best,
NicoNico
MemberHi Valerie,
Thanks for reaching out to us and for your interest in our products 🙂
Regarding how to display / organize the event for display, I guess there are multiple options depending on the context. For example let’s say I’m creating a site for ‘WordCamp Townsville 2016’ then I guess it would be a good idea to create an event for every talk featuring info about the speaker an the talk itself, as this will give the calendar a better look than having just one event for all the WordCamp. Does this makes sense? Following the same example if there’s just one ticket for all the event then maybe it’s better to create it as a standalone WooCommerce product instead of using Event Tickets Plus.
On the content for ticket purchasers, maybe you can force account creation (or give this as an option to access the premium content) on the checkout so everyone who purchase tickets will end up with an account on the site. If you do so, then it’s just a matter of hiding the premium content to non-logged in users. Other approach might be to send the premium content links in the tickets (or purchase) email. Again there are various ways of doing this.
Hope these tips help you out and please let me know if you have any other follow-up questions on this,
Best,
NicoNico
MemberHi Chantal,
Thanks for reaching and for you interest in Events Calendar PRO 🙂
We don’t have a feature to auto-archive past events, but I’m not sure what you are trying to achieve with this feature. Can you describe what you are expecting of this feature?
Please let me know about it, maybe there’s another way of achieving what you need,
Best,
NicoApril 26, 2016 at 7:32 am in reply to: Move the ticket section above the venue, organiser and detail section #1107079Nico
MemberHi Peter,
Thanks for reaching out to us! Not sure if your intention was to reply to a thread where Geoff B was helping you out, but I’ll help you here.
We have a knowledge base article that explains how to move the tickets form.
Please try the snippet in the article and let me know if it works for you,
Best,
Nico -
AuthorPosts
