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

    Hello,

    I am facing the same problem as another user did in thread no #815160 but unfortunately this one has never been answered. So I am asking the same question: how can I change the german word “vorangegangen” for the english word “previous”? It is too long and overlaps the month name. In loco translate the string “previous” is already translated by “zurück” which would be the correct word. But it wont show up even after saving again.
    Can you tell me how I can change it because it really makes the contact form appear unprofessional.
    I added a screenshot in the private content.

    Thanks for your support
    Regards, Verena

    #1282291

    Hey senhorvinho,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1282327

    Hello Victoria,

    sure, everything you need is attached in the private content.
    Hope you could open the link to the screenshot I sent you.

    Thanks for your feedback

    Regards,
    Verena

    #1282448

    Hi Verena,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev span, 
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-next span {
      display: none;
    }
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-prev:before {
      content: "<<";
    }
    #top .avia-datepicker-div.ui-datepicker .ui-datepicker-next:before {
      content: ">>";
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1282548

    Hi Victoria,

    great, thanks a lot it works out perfectly!

    You can close this thread :-)

    Thx,
    Verena

    #1282573

    Hi,

    If you need additional help please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Datepicker german word for prvious "vorangegangen" too long – how to change?’ is closed to new replies.