ByteEnable
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Hulu embed not workingI found this:
Blocked loading mixed active content “http://www.hulu.com/embed.html?eid=3_z2WB5BRZhmH48wo8Hkgw”%5BLearn More]
Forum: Fixing WordPress
In reply to: Hulu embed not workingForum: Fixing WordPress
In reply to: 3.9 Update – How to Add Padding and Border to Images Now?I used this feature daily. Theme’s do not modify images to fit comfortably inside. My fault for not testing the editor. I only concentrated on the plugins I used. I would have never dreamed a major editor feature would have been removed. This should have been the first bullet listed in changes:
***** WARNING !!!!!!!! advanced image property editing has been removed from editor.
I can only say “wow”.
However, I can grab a corner and stretch the image.
Forum: Plugins
In reply to: [WP RSS Multi Importer] Database errors on some feedsThis is a three part error problem.
1. utf8mb4 characters are attempting to be inserted into mysql which mysql rejects because the column does not support the character set.
2. Although not the exact cause of the problem; the my.cnf should have the proper character sets stated explicitly in the config file regardless of how you created the database.
3. One must get rid of or translate the 4 byte utf8 characters. This code problem should be addressed in the core of wordpress.
Here is a link to some code that appears to have solved the problem.
Forum: Plugins
In reply to: [CKEditor for WordPress] update post button does not workI tried the plugin on a minimal install of plugins with a different theme and its working.