• Resolved radoslaws

    (@radoslaws)


    Hello,
    I want to use initials in a text block (elementor). Initials behave correctly with the default language (Polish). When translated into English, the initials behave in a messy manner.

    I want to create an effect where the initial letter is always the first letter.

    THX
    Radek

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    I see it is done via HTML like this:

    <p data-type="unstyled" data-id="63388600-a4c8-4ea0-86c2-34015aa042f5">
        <span class="elementor-drop-cap">
            <span class="elementor-drop-cap-letter">W</span>
        </span>
        n?trze ?odzi to przestrzeń gdzie powinni?my odnale?? wyj?tkowy komfort....
    </p>

    Unfortunately that will mess the translation as W in this case is separated from the rest of the text.

    Possible solution would be to do the initial highlighting with javascript after page load and use our page version, which will translate the text in source code and later it will be highlighted after page load by javascript.

    It will require some programming.

    Unfortunately the same will not work with the free version, since the free version does the translation after the page load.

    Thanks! ??

Viewing 1 replies (of 1 total)
  • The topic ‘Bad looking initial in text block after translation’ is closed to new replies.