This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Datepicker in german language

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Datepicker in german language

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #54483
    Carsten PetersCarsten Peters
    Participant

    How can I change the language of the DatePicker to german? And how can I change the fonts?

    #54484
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    The datepicker should follow the wordpress locale automatically, as it is a built in WordPress script, our plugin is only using it from WordPress core. Make sure that the locale is set correctly on your back-end. WordPress will automatically enqueue the translations.

    The font should be inherent, but if for some reason it’s overridden by any 3rd party css, then try this custom CSS to force the font you want:

    .asp-ui.ui-widget {
        font-family: 'Open Sans' !important;
    }
    #54485
    Carsten PetersCarsten Peters
    Participant

    Hi Ernest,

    thank you for the fast reply. The locale ist set to german “Deutsch” as you can see in the screenshot. What else can I change?

    Best regards
    Carsten

    #54493
    Ernest MarcinkoErnest Marcinko
    Keymaster

    No worries, we will figure this out.

    Can you please go to the Ajax Search Pro -> Compatibility & Other settings submenu, and change the script loading method to “Classic”: https://i.imgur.com/sTPZQ1w.png
    After that, please clear all layers of cache: page, minify, cloudflare etc..

    I just did a few tests and this seems to have resolved it on my end, I see the translations.

    #54494
    Carsten PetersCarsten Peters
    Participant

    Hi Ernest,

    thank you for the reply, that works!

    Best regards
    Carsten

    #54495
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.