Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi @areyeh

    The Simple Banner Text field supports html, which provides some tools for rtl languages. See documentation: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir. Hope that answers your question!

    Thread Starter areyeh

    (@areyeh)

    My problem is that in English the website shows the banner as “20 % OFF ON THE ENTIRE SITE UNITL SUKKOT (26/10/2024) but in Hebrew it comes up as “OFF ON THE ENTIRE SITE UNITL SUKKOT (26/10/2024) 20%”

    The 20% appears at the end of the sentence. I am not good as CSS so I do not know how to fix it.

    Thanks

    Plugin Author rpetersen29

    (@rpetersen29)

    Hi @areyeh

    Sorry for the delay. Does the 20% appear at the end of the sentence with no changes or when you use dir=”rtl”? I would maybe try using auto either way. So you simple banner text would be something like

    <span dir="auto">YOUR TEXT HERE</span>

    let me know if that works!

    Thread Starter areyeh

    (@areyeh)

    Hi,

    Yes the 20% appears at the end of the banner (website: https://talias.art/language/he/)

    Where do I place the css?

    Thanks

    Plugin Author rpetersen29

    (@rpetersen29)

    So no need for CSS, replace your Simple Banner Text value with

    <span dir=”auto”>20% OFF ON THE ENTIRE SITE UNITL SUKKOT (26/10/2024)</span>

    Thread Starter areyeh

    (@areyeh)

    Hi ,

    I placed it as you suggested but still is not working for me.

    Screenshot of where I put the text: https://ibb.co/nQ1DjjF

    Plugin Author rpetersen29

    (@rpetersen29)

    get rid of those inner quotes on auto and leave only the outer quotes and it should work

    Thread Starter areyeh

    (@areyeh)

    Thanks so much, that did the trick

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