jk171505
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate] WP 3.4.2 broke qtranslate 2.5.31In my case changing
define('QT_SUPPORTED_WP_VERSION', '3.4.1');
to
define('QT_SUPPORTED_WP_VERSION', '3.4.2');
removes the tinymce editor completely.
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Problems displaying in the editorAnd I’m missing the language switcher in visual editor.
Previously I could switch between visual, html mode as well as between english and some other language. Right now I can only switch between html /visual mode, and the content in html mode is placed for both languages in language separators.
<!–:pl–>
…
<!–:–><!–:en–>
…
<!–:–>That happen out of nothing. I logged in after just a few days and noticed missing lang switcher in editor.
I was just about to teach the client how to enter a multi language content.Anyone has an idea what could be wrong?
Forum: Plugins
In reply to: [qTranslate] [Plugin: qTranslate] Problem with & tagsDid anyone tested this plugin with <u l> and <o l> tags?
This is what’s happening with my content:original:
=================- Select & Better
- Select (Walnut, Cherry, Ash)
- Authentic
- Country Extra
- Select & Better
- Select (Walnut, Cherry, Ash)
- Authentic
- Country Extra
- Select & Better
- Select (Walnut, Cherry, Ash)
- Authentic
- Country Extra
- Select & Better
=================
when switch between ‘english’ & ‘french’ language (in my case) and hit ‘update’ I get this:
=================<o l>
</o l>
<o l></o l>
<o l>
</o l>
<o l></o l>
<o l>
</o l>
<o l></o l>
<o l>
</o l>
<o l></o l>
=================every next update adds additional set of
<o l>…</o>…
so after hitting the ‘update’ second time I got:
=================
</o l>
<o l>
</o l>
<o l>
</o l>
<o l></o l>
<o l>
</o l>
<o l>
</o l>
<o l></o l>
<o l>
</o l>
<o l>
</o l>
<o l></o l>
<o l>
</o l>
<o l>
</o l>
<o l></o l>
=================and this happens in each language version.
I did clear the list manually but after hitting the ‘update’ the qtranslate javascript makes me happy again and adds the set of <o>…</o>.
And in the second language version which I forgot to clear I get this:
=================
…<o l>
</o l>
<o l>
</o l>
<o l>
</o l>
<o l>
</o l>
<o l></o l>
…=================
So…. THE F#####NG PROBLEM IS ANY OF MY ORDERED LIST ISN’T LONGER ORDERED LIST… the same problem is with the
<u l> tag.
I did insert the additional function in the qtranslate_javascript.php:
function cbnet_tinymce_config( $init ) {
…… and I can’t say if this happened before this update, but that update definitely fixed the <p> & problem.
This plugin is a f#####g mess!
Does anyone has an idea how to fix this?</u l>