Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #862176

    Hi there,

    i have a little issue with the calendar in the contact form module.
    its about the datepicker.
    the “previous” month shows correct in german language – but is far too many letters.
    see screenshot here:
    https://arabell-lech.at/wp-content/uploads/2017/10/Bildschirmfoto-2017-10-09-um-23.29.29.png
    :)
    any ideas?
    thank you in advance,

    Michael

    #862357

    Hey michaelwalch,

    Could you post a link to the page in question so that we can take a closer look please?

    Best regards,
    Rikard

    #862411

    Sure Rikard,

    here is a page where it appears:
    https://arabell-lech.at/unverbindlich-anfragen/

    Just scroll down a bit to the date-picker…
    Thank you.

    Michael

    #862728

    Hi Michael,

    Thanks for that, though I can’t see a date picker anywhere on that page?

    Best regards,
    Rikard

    #862774
    #862808

    Hi,

    Danke dass Du unser Theme verwendest.

    Tut mir leid, dass Rikard die Datumsfelder nicht gesehen hat.

    Ist ein Problem in der Übersetzung.

    In custom.css oder Enfold -> General Styling -> Quick CSS (resp. falls Du ein Child theme verwendest: in style.css des Child themes oder Enfold-Child -> General Styling -> Quick CSS) füge den folgenden Code ein und passe die Werte Deinen Vorstellungen an:

    
    #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;
    }
    
    

    LG,
    Günter

    #862850

    Hi Günter,

    dankeschön. das passt jetzt alles wunderbar.
    macht ihr ev. diese änderungen beim nächsten update mit rein? (enfold update)
    da sonst sicher einige websites von mir “manuell” zu ändern wären.
    danke nochmals.

    LG Michael

    • This reply was modified 6 years, 9 months ago by michaelwalch.
    #863788

    Hi,

    Glad it is working. The css codes in the Quick CSS field will not be removed after a theme update so you don’t have to worry about it.

    Best regards,
    Ismael

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