PlutonB
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme My Login] Theme My Login 6.3.4 translationIt seems so, yes. I added them to the main translation file as a temporary workaround which works fine.
Forum: Plugins
In reply to: [Theme My Login] Theme My Login 6.3.4 translationI too can confirm the translation problems. The culprit I believe is that some of the translations that TML relies on are in admin-xx_XX.po which is not loaded for the frontend.
https://core.trac.ww.wp.xz.cn/ticket/19852
On the frontend profile page for instance, the lines “First name” and “Last name” are not translated, and they are found in the admin .po file.
Since TML is fetching from the default text-domain in the code, the quickfix is to add the strings to the main translation file for WP, however it’s not very future proof.
Forum: Plugins
In reply to: [Advanced Editor Tools] Stop removing BR not working with WP 3.5?Thanks for looking into this! Tried again on a fresh install with latest WP and Tiny MCE Advanced.
Single BR-tags works good. What I want to be able to keep are double BR-tags, which have been working in the past. These steps reproduce my issue (using latest Chrome):
Paste
<p>123<br>456<br><br>789</p>in the html editor
Switch to visual editor
Switch back to html editor (the br tags have now been auto formatted to<br \>instead of<br>
Save/Update
The double br-tags have now been replaced with a p-tagForum: Plugins
In reply to: [Advanced Editor Tools] Stop removing BR not working with WP 3.5?Ah, I never noticed that setting! Anyway, it’s working with the setup I ended up with now. Thanks for your help!
Forum: Plugins
In reply to: [Advanced Editor Tools] Stop removing BR not working with WP 3.5?You’re link to raw html led me to another plugin though. For anyone experiencing the same issue as me, try this plugin alongside TinyMCE Advanced:
http://ww.wp.xz.cn/extend/plugins/preserved-html-editor-markup/installation/
Forum: Plugins
In reply to: [Advanced Editor Tools] Stop removing BR not working with WP 3.5?Thanks for your reply. Installing Raw HTML made no difference unfortunately. Wrapping content in special tags is no option, since the site will be used by end users with no html knowledge.