TagDiv Composer and apostrophes in text

Posted in: Newspaper
Post count: 9

Hello!

I have my website in catalan as second language (With WDPML). This language has a lot of apostrophes.

How is the best way to add text with TagDiv? I usually use the element ‘Column content’ but I had a big problem with the apostrophes in catalan, it doesn’t work. It shows something like that: \\’

I tried to use the element “Inline Text”, It shows the apostrophes but I don’t have format in text, the text style it’s different.

Any solution to fix this in column content? thanks in advance.

Post count: 22421

Hello,

Sorry for the inconvenience. There is a hick-up in the tagdiv composer regarding this. Please access the plugin files and edit this file replacing the highlighted line:
https://www.screencast.com/t/osLvNSnIpXOV
Replace it with this code:
editor.setContent( decodedValue.replace(/\\\'/gm, "'"));

It will not remove the existing / symbols that were already added but it will prevent the adding of other ones.
This will be fixed in the next theme update.
Sorry for the inconvenience.

Thank you!

Post count: 9

Thanks very much!

Post count: 131

Thank you! Finally! When is the update coming up?

Post count: 20688

Our team is working hard in order to release a new theme update as soon as possible. Shouldn’t be long now. Sorry again for the inconvenience with the issue from above.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.