Forum Replies Created
-
AuthorPosts
-
Andras
KeymasterThis reply is private.
Andras
KeymasterThis reply is private.
October 10, 2016 at 12:31 pm in reply to: How to make flat fee to charge per ticket sold instead of each event in an order #1174609Andras
KeymasterHey Tac,
Thanks for your reply!
Our hands are full at the moment with support issues, which receive priority versus customization.
I quickly talked to Brook and he said he should be able to cook something up by the week’s end. I will reassign this thread to him and he will be in touch with you in a couple of days. We ask for your kind patience and thanks for understanding!
Cheers,
AndrasOctober 10, 2016 at 12:00 pm in reply to: iCal Importer imports ical recurring all on the same date #1174593Andras
KeymasterThis reply is private.
Andras
KeymasterHey Jonathan,
I’m sorry for the confusion here. Let me try to clarify.
The text string of the widget title you quoted cannot be changed as the article suggests. The reason for that is that the whole string is put together in a function including the date of the first day of the current week, thus that string changes all the time. That is why it needs to be changed via overriding the template of the widget.
To get the result you desire, you will need to create the template override. Copy the file as instructed above. Then open the new file for editing and Replace lines 20-22 with this:
https://gist.github.com/andrasguseo/ee3c79b7091a6e7bbb36ca5287575d74
That should give you what you need.
If you would like to change the format of the date, then you can change the format in the code according to this:
http://php.net/manual/en/function.date.phpLet me know how this works out.
Cheers,
AndrasOctober 10, 2016 at 9:35 am in reply to: After Upgrading to Plus, only free Ticket options are available #1174540Andras
KeymasterHey Armin,
I’m sorry about this. I checked the code and it does work, it just got pasted with wrong (curly) apostrophes.
Copy the code from here, that should solve it. I tested it on the theme twentysixteen and worked as expected.
https://gist.github.com/anonymous/917a02c662b06da87f37f9c5154e9f98
Let me know if this solves it.
Cheers,
AndrasAndras
KeymasterHey Murray,
I’m not sure we have anything regarding that in the knowledgebase.
Was talking to one of the devs before and he said it might make sense to do the sorting with JavaScript.
I suggest to take a look at the following files:
wp-content\plugins\event-tickets\src\resources\js\tickets-attendees.js
wp-content\plugins\event-tickets\src\admin-views\attendees.php
wp-content\plugins\event-tickets\src\Tribe\Attendees_Table.php
Other option could be is modifying the query that gets the attendee list, so it is sorted by ticket ID or ticket name.
Let me know if this gets you further.
Cheers,
Andras
October 7, 2016 at 2:53 pm in reply to: iCal Importer imports ical recurring all on the same date #1173909Andras
KeymasterThis reply is private.
October 7, 2016 at 2:36 pm in reply to: Attendee Information Not Showing When Using Woocommerce Products To Sell #1173904Andras
KeymasterHello Scott,
I talked to some of our team and we don’t have a solution for that.
If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
http://tribe.uservoice.com/Alternatively here is a list of well known names in the community, who are not affiliated with us and who might be able to help you out with this customization:
https://theeventscalendar.com/knowledgebase/find-a-customizer/I hope this helps!
Cheers,
AndrasAndras
KeymasterHey Rebecca,
Thanks for using our plugins and welcome to the forums!
Sure thing, I deactivated your Agency license for iCal importer and granted you a Business license for Events Calendar Pro.
You should be able to see your EC Pro license key in your account here: https://theeventscalendar.com/my-account/license-keys/
Let me know if you need anything else regarding this.
Cheers,
AndrasAndras
KeymasterHey Patrick,
Thanks for reaching out and sorry you are having this issue.
For recurring events you need our Events Calendar Pro plugin for which I don’t see a license in your account. Without an up-to-date ECPro plugin you will not be able to set up recurring events.
Hope this helps and let me know if you have any more questions.
Cheers,
AndrasAndras
KeymasterHey Jonathan,
Thanks for going Pro and welcome to the forums! Let me help you with that question.
You need to create a template override of this file:
wp-content\plugins\events-calendar-pro\src\views\pro\widgets\this-week-widget.php
Copy that file to this folder:
wp-content\themes\{your-theme}\tribe-events\pro\widgets\this-week-widget.php
The line you will need to edit is line 21, which looks like this:
<h2 class="tribe-events-page-title"><?php echo esc_html( tribe_events_get_this_week_title( $this_week_template_vars['start_date'] ) ); ?></h2>And I think the function you will need to use to get the first day of the week is tribe_get_this_week_first_week_day().
https://theeventscalendar.com/function/tribe_get_this_week_first_week_day/Here are some more resources that might help you:
https://theeventscalendar.com/knowledgebase/themers-guide/
https://theeventscalendar.com/knowledgebase/template-overview/I hope this helps. Let me know how far you get!
Cheers,
AndrasOctober 7, 2016 at 1:25 pm in reply to: How do I get the year to show after the month and day on listings? #1173884Andras
KeymasterHi Sarah,
Woohoooo!!!! I’m glad it helped!
I am going to go ahead and close this ticket, but if you need help on this or something else, don’t hesitate to open a new topic.
Good luck with your project!
Cheers,
AndrasPS: If you like our plugin, we would be happy to receive a review in the wordpress.org repository. Thanks!
https://wordpress.org/support/view/plugin-reviews/the-events-calendarPS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Doublethanks!!
Andras
KeymasterHey Murray,
Thanks for using our plugins and welcome to the forums!
I’m afraid that the sorting functionality is not available at the moment.
If you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
http://tribe.uservoice.com/If you would like a faster solution on this, then you can try to hire a developer who can do this for you. Here’s a list of devs who are well known names in the community and who are not affiliated with us. They might be able to help you out.
https://theeventscalendar.com/knowledgebase/find-a-customizer/
Thanks for your understanding!
Is there anything else I can potentially help you with?
Cheers,
AndrasOctober 7, 2016 at 7:40 am in reply to: Attendee Information Not Showing When Using Woocommerce Products To Sell #1173712Andras
KeymasterHey Scott,
Thanks for using our plugins and welcome to the forums! Let me help you with your question.
I’m afraid that at the moment collecting attendee information with the built in ET+ functionality over WooCommerce product pages is not possible. The part of the code that handles the attendee information is not present in the WooCommerce product template file, thus it will never appear there. Even if you would copy-paste the code in the single-product template, I’m not sure it would collect the data.
Please give me some time to check with our developers if there is something we can cook up quickly to solve this, but I cannot promise anything.
Thanks for hanging in there!
Cheers,
Andras -
AuthorPosts
