Ren Koren
Forum Replies Created
-
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Visual Editor Not Working After Version 1.3.3Actually there are some bugs specifically when viewing in customizer. I added them to the thread I made about it earlier.
Please let me know when this is fixed. I can’t use this reliably in customizer until then.
I couldn’t edit the original post any more to clarify but this is replacing the last point:
Another glitch in the working scenario or either view, if i add a wrapping div around the image tag it I get the spinning wheel of death and weird parsing with a paragraph attempting to substituted for my div.
like this:
<div><img src=”[path]” alt=”logo-footer” width=”46″ height=”47″ /></div>
Hey. Actually every time I attempt to save an image (within customizer) with either ‘automatically add paragraph’ turned on and viewing in text mode, or ‘automatically add paragraph’ turned off and viewing in visual mode, it parses into this:
&_lt;p&_gt;&_lt;img src=”[path]” alt=”logo-footer” width=”46″ height=”47″ /&_gt;&_lt;/p&_gt;
this was all i put in originally:
<img src=”[path]” alt=”logo-footer” width=”46″ height=”47″ />
(underscore added so it shows the same)
Visual view:
Scenario A: A simple image added (image tag with no wrapper element of any kind) to a widget viewed through the customizer. Auto p turned on.
Result A: it works and no weird parsing happens.Scenario B: Same as scenario A. Auto p turned off.
Result B: Doesn’t work, spinning infinitely, parses weird p tag and html.Text view:
Scenario C: Same as scenario A. Auto p turned off.
Result C: Works fine, no p added, no unusual parsing.Scenario B: Same as scenario A. Auto p turned on.
Result B: Doesn’t work, spinning infinitely, parses weird p tag and html.Another glitch is even if i’m in text view and i add a wrapping div to the image tag, i get the spinning wheel of death and weird parsing.
Forum: Plugins
In reply to: [Black Studio TinyMCE Widget] Visual Editor Not Working After Version 1.3.3Its working fine for me. After this latest update I had to fiddle with a widget i had created with this before the upgrade a little before it would open (in customizer) but i think it may have be some small difference they built in. But if it fixes the customizer instance i’m all for it.
Forum: Plugins
In reply to: [Custom Post Type UI] Ugraded Version 1.0.x Troubleshooting Checklisti’m holding off on the upgrade until the taxonomy thing is fixed. have way too many posts to re associate each term. will you post an update when this is resolved?
Forum: Plugins
In reply to: [Custom Post Type UI] Dissapearedupdated..all’s well. initial problem was unrelated. thank you for all the work you do on this plugin. it’s one of the few plugins that i use nearly every time.
Forum: Fixing WordPress
In reply to: infinitescroll and wp_query is repeating postsso it was just a typo? i have a script doing something similar and am trying to track it down as well