Andras

Forum Replies Created

Viewing 15 posts - 5,341 through 5,355 (of 6,224 total)
  • Author
    Posts
  • in reply to: Undefined index: simple-date-after #1174634
    Andras
    Keymaster

    This reply is private.

    in reply to: Undefined index: simple-date-after #1174628
    Andras
    Keymaster

    This reply is private.

    Andras
    Keymaster

    Hey 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,
    Andras

    in reply to: iCal Importer imports ical recurring all on the same date #1174593
    Andras
    Keymaster

    This reply is private.

    in reply to: Change title of "This Week" widget #1174551
    Andras
    Keymaster

    Hey 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.php

    Let me know how this works out.

    Cheers,
    Andras

     

    Andras
    Keymaster

    Hey 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,
    Andras

    in reply to: Sorting attendee list #1174527
    Andras
    Keymaster

    Hey 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

    Andras
    Keymaster

    This reply is private.

    Andras
    Keymaster

    Hello 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,
    Andras

    in reply to: Purchased wrong plugin #1173900
    Andras
    Keymaster

    Hey 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,
    Andras

    in reply to: No Options for Recurring event- Events Calendar #1173899
    Andras
    Keymaster

    Hey 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,
    Andras

     

    in reply to: Change title of "This Week" widget #1173892
    Andras
    Keymaster

    Hey 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,
    Andras

    Andras
    Keymaster

    Hi 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,
    Andras

    PS: 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-calendar

    PS2: 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!!

    in reply to: Sorting attendee list #1173726
    Andras
    Keymaster

    Hey 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,
    Andras

    Andras
    Keymaster

    Hey 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

Viewing 15 posts - 5,341 through 5,355 (of 6,224 total)