LichKing
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Empty spaces after WordPress 5.7 updatethis update added a blank row above and below all my embedded videos.
I fixed the issue in a similar fashion to what people taught here, but I had to use !important in the css rule:
p:empty::before { content: none !important; }it would be cool if wordpress made our lives easier instead of harder, though.
- This reply was modified 5 years, 2 months ago by LichKing.
Forum: Plugins
In reply to: [Classic Editor] Scroll doesn’t work in Firefoxthe jQuery migrate helper should become a permanent fix. its sorting all kinds of problems. not everyone of us knows how to deal with these issues.
Forum: Plugins
In reply to: [Classic Editor] Scroll doesn’t work in FirefoxSame here. Started happening after the 5.6 update.
Forum: Plugins
In reply to: [WP2Social Auto Publish] Authorize issueob_start () worked here, but only was needed on the app that was using API v2.12 (I guess).
Forum: Plugins
In reply to: [WP2Social Auto Publish] The plugin is breaking the image editorI deleted a lot empty lines in a bunch of php files, specially before and after the content, and it solved it. i just dont remember which ones i edited…
Forum: Plugins
In reply to: [WP2Social Auto Publish] The plugin is breaking the image editorsame error
The plugin generated 3 characters of unexpected output during activation. If you notice “headers already sent” messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.
Forum: Fixing WordPress
In reply to: New security restrictions on 3.6.1So far, it seems to be working!
Thanks buddy!
Forum: Fixing WordPress
In reply to: New security restrictions on 3.6.1for now yes, but i’d like full control over it… it says these file types are forbidden by default. i guess there is a way to config it.
Forum: Fixing WordPress
In reply to: New security restrictions on 3.6.1nope. those are new on 3.6.1, bro:
Additional security hardening:
Updated security restrictions around file uploads to mitigate the potential for cross-site scripting. The extensions .swf and .exe are no longer allowed by default, and .htm and .html are only allowed if the user has the ability to use unfiltered HTML.
http://codex.wordpress.org/Version_3.6.1
i updated one blog and i can’t upload swf to it now.
Forum: Plugins
In reply to: [Facebook Page Publish] Facebook returned an unexpected errorFacebook official plugin is useless. It doesn’t publish old posts and it publishes the new posts in your timeline as well.
Forum: Plugins
In reply to: [GD Star Rating] GD Ratings incompatible with JqueryIt is included, Gerald.
Forum: Plugins
In reply to: [GD Star Rating] GD Ratings incompatible with JqueryI tried that but the script i had which requires jquery stopped working properly…
Forum: Plugins
In reply to: [GD Star Rating] Star rarting does not worki have the same problem, mine is related to jquery
http://wordpress.org/support/topic/gd-ratings-incompatible-with-jquery?replies=1
Forum: Plugins
In reply to: [W3 Total Cache] A disaster after the latest Upgradethis last update still has a lot of permission issues. it doesn’t work properly.
Forum: Fixing WordPress
In reply to: 3.4.2 Update Breaks Add Custom Fieldsthe hotfix worked just fine here too, thanks!