Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #961987

    Hi,
    I have inserted a data picker in the form – here is an image of my problem:

    Data Picker for Form

    I think the word for back is to long and therefore it overwrites the month. This happens on all devices.

    Maybe the fastest way to fix this would be to just change the translation – from “vorangegangen” to “zurück”…
    Is there a way for me to change this? Or another way to fix this problem?

    #962017

    I have tried the following –

    modified the “de_DE.po” file in lang folder in enfold. Searched the word “vorangegangen” and changed it with “zurück” but on the site there is still the word “vorangegangen”.. was it the wrong file I modified?

    #962023

    Another try –
    added in Child Theme – in style.css and in Enfold-Child -> General Styling -> Quick CSS
    the following code

    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev span {
    display: none !important;
    }

    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev::before {
    content: ‘Zurück’ !important;
    }

    ok – now it seems to work;
    Question to this quick css and the style.css – is it enough if I insert the code in just one of theme or even better? Or should I prefer to inserti in the style.css of the child theme and cancel all quick.css?

    • This reply was modified 6 years, 6 months ago by Gaso.
    #962752

    Hi Gaso,

    It is enough to put the code in the Quick css. If you need more help with that, please give us a link to your website and the page with the datepicker.

    Best regards,
    Victoria

    #962785

    Thanks it worked fine;

    #963255

    Hi Gaso,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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