Andras

Forum Replies Created

Viewing 15 posts - 3,151 through 3,165 (of 6,224 total)
  • Author
    Posts
  • in reply to: Change Translations & German Text strings #1322169
    Andras
    Keymaster

    Grüezi Sandro

    Thanks for going Pro and welcome to the forums!

    I’m sorry you are having this issue. I can help you solve this. Here is what you should do step by step. I assume that you are using PoEdit to edit the translations of the strings and that you are using the German-German language with the de_DE designation.

    • Go to your wp-content/translations/plugins folder an remove the following files:
      • the-events-calendar-de_DE.po
      • the-events-calendar-de_DE.mo
    • Go to your plugin folder wp-content/plugins/the-events-calendar/lang/ and download the following 2 files to your PC:
      • the-events-calendar-de_DE.po
      • the-events-calendar.pot
    • Open the-events-calendar-de_DE.po with PoEdit
    • Go to Catalog > Update from POT file … and choose the the-events-calendar.pot
      This should update all the source strings, in case they wouldn’t be updated.
    • Look for the English string “Events” with the German translation “Veranstaltungen” and change the translation to your liking (screenshot)
    • Look for the English string “%s Category” with the German translation “%skategorien” (screenshot)
      • Here you will need to totally change your translation. “%s” includes whatever you named your events. But since you don’t want that, then simply enter “Kurslevels” for both singular and plural translation.
    • Save the file. This should automatically generate a the-events-calendar-de_DE.mo file in the same folder
    • Upload the the-events-calendar-de_DE.po and the-events-calendar-de_DE.mo file to your server in the wp-content/languages/plugins folder

    This should be it, I hope the instructions are clear to follow.

    Please note that you might need to change some other strings as well for some other views.

    Let me know how this works out.

    Grüsse

    Andras

     

    Andras
    Keymaster

    Hello again Michael,

    Thanks for reaching out!

    I believe the easiest would be to use redirection with plugin and redirect the /eventsdefault slug to /events .

    Would this solve it for you? Let me know.

    Cheers,
    Andras

    in reply to: Re-order Single Venue template #1322143
    Andras
    Keymaster

    Hello Tim,

    Thanks for getting back in touch!

    I believe this is the file for which you need to do a template override:

    wp-content\plugins\events-calendar-pro\src\views\pro\single-venue.php

    Lines 102-109 are the ones handling the upcoming events. That is what you likely need to move to a new position.

    If that doesn’t do it, then my hunch is the additional fields use the hook on line 103:

    <?php do_action( 'tribe_events_single_venue_before_upcoming_events' ) ?>

    If that is the case, then simply move this line below the upcoming events (line 107).

    Does this help?

    Cheers,
    Andras

    in reply to: Woocommerce address field in CSV #1322137
    Andras
    Keymaster

    Hi Penny,

    Managed to get some help / input for this from a team mate.

    Here are some practical changes you can do:

    – instead of $order->billing_first_name you can use $order->get_billing_first_name()

    – instead of $order->billing_last_name you can use $order->get_billing_first_name()

    – instead of $order->billing_address_1 you can use $order->get_billing_address_1()

    – … etc (in other words, switch from $order->FIELD to $order->get_FIELD()

     

    Please note that since this already heavily involves other plugins than ours, it is already at the limits of what we can provide within our support.

    If you will need further help with customization then I can share with you a list of freelancers who should be able to help you out further down the road.

    Cheers,
    Andras

    in reply to: Server crashing due to high query load from calendar #1322133
    Andras
    Keymaster

    Hello Victoria,

    Thanks for reaching out to us and I’m really sorry about the issue you’re experiencing.

    As a first I would like to draw your attention to the following article:

    Performance considerations when using our plugins

    To be able to better support you with this I would like to ask for some more details:

    Are you experiencing the same issues when you deactivate all plugins except the calendar ones and switch to a default theme like twentyseventeen?

    Do I understand correctly that you are having this issue when you have Filter Bar plugin active only?

    Are you experiencing the issue on every pageload? Only on calendar pages? Only on specific views? Only when you filter something with the Filter Bar?

    Where is your site hosted and what hosting package do you have? Are you on shared or dedicated hosting?

    Thanks for answering those for me!

    Looking forward to helping you solve this.

    Cheers,
    Andras

     

    in reply to: Bundle Renewal #1322128
    Andras
    Keymaster

    Hello,

    Thanks for reaching out!

    At the moment the only way to renew a bundle is to repurchase the bundle.

    What I can do for you after that is done is I can prolong your existing license keys (and cancel the new ones) so you don’t need to bother with re-entering them. Would this be a solution for you? Let me know.

    Cheers,
    Andras

    in reply to: Event Tickets Plus and WooCommerce Checkout Errors #1322103
    Andras
    Keymaster

    Hello Michael,

    Thanks for using our plugins and welcome to the forums!

    I’m really sorry you are experiencing this issue at checkout! Let me help you solve this.

    I just ran a test on my local site with the same plugin version and the twentyseventeen theme and didn’t see any issues at checkout.

    Could you please run a test for conflicts based on our conflict testing guide to see if that uncovers something? Let me know what you find and we’ll take it further from there.

    Cheers,
    Andras

    in reply to: Events Calendar Again Breaks WordPress Tags #1322094
    Andras
    Keymaster

    Patricia,

    You can try something like this to deactivate the tag usage of Events.

    function myprefix_unregister_event_tags() {
    unregister_taxonomy_for_object_type( 'post_tag', 'tribe_events' );
    }
    add_action( 'init', 'myprefix_unregister_event_tags' );

    Does this make any difference?

    Andras

    in reply to: EventStartDate = 1 #1322089
    Andras
    Keymaster

    Hello Rich,

    Thanks for getting in touch with us!

    Sorry about your issue.

    I have checked your site but wasn’t able to see the issue. Can you point me to a page where this is visible?

    Also please go through our Conflict Testing Guide to see if that brings something.

    Looking forward to solving this with you.

    Cheers,
    Andras

     

    in reply to: Woocommerce address field in CSV #1322083
    Andras
    Keymaster

    Hi Penny,

    This is a bit beyond me so I will need to pull in some extra hands for this. It might take some time, so please hang in there.

    Thanks for your patience!

    Cheers,
    Andras

    in reply to: Soft 404 Crawl Errors in Google Search Console #1322081
    Andras
    Keymaster

    Sure thing Lance,

    Have a great time!

    I am going to set the status of this ticket to “pending fix”, so it will not get automatically closed down in 3-4 weeks. Then we can continue when you are back.

    Cheers,
    Andras

    in reply to: various queries relating to monthly calendar view #1322078
    Andras
    Keymaster

    Hello Jo-Ann,

    Happy to hear the multi-day thing worked.

    For the date range below the title, I think I misunderstood. I though you want to show it in the tooltip. I just realized you want to show it in the calendar.

    That is possible in the following way:

    Template override for the-events-calendar\src\views\month\single-event.php

    You will need to include these functions:

    Something like this:

    <?php echo tribe_format_date(tribe_get_start_date(), false)?>

    Will that do the trick?

    Andras

    Andras
    Keymaster

    Hi,

    Going through the settings is the easier way for sure. It could also be done with a custom code but definitely more complicated.

    For the single-event.php override, I’m sorry, I wasn’t thinking about the this week widget. For that you will likely need to replace get_the_title() with get_the_content() I’d say. That is a WordPress call.

    Give that one a try.

    Andras

    Andras
    Keymaster

    Glad it helps!

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new one in the forum and we will be happy to help you out.

    Good luck with your project!

    Cheers,
    Andras

    in reply to: German Translation not available #1321481
    Andras
    Keymaster

    Hey Brian,

    Thanks for flagging that. Somehow the old code crawled back. I submitted a pull request, so I really hope it’s gonna stick this time for good. 🙂

    Thanks again and cheers,
    Andras

Viewing 15 posts - 3,151 through 3,165 (of 6,224 total)