korven
Forum Replies Created
-
I put my directory behind basic HTTP auth (.htaccess + .htpasswd)
Everything is working fine and its much safer because people can’t identify that you are running the IWP control panel.
In Quick Cache config you can add:
feedTo the “No-Cache URI Patterns”
I just tried Quick Cache on WP 3.4.1 and it doesn’t seem to cache feeds by default, at least now.
Forum: Plugins
In reply to: [JPG Image Quality] [Plugin: JPG Image Quality] I can not find settingsCan’t find the settings either on WP 3.4.1.
Forum: Plugins
In reply to: [Simple Portfolio] [Plugin: Simple Portfolio] Problem with character encodingThis change also need to be performed in /extends/settings-panel.php
Row 163Forum: Plugins
In reply to: [Simple Portfolio] [Plugin: Simple Portfolio] Problem with character encodingA safer solution is to specify the correct charset to htmlentities, like this:
echo htmlentities($value, ENT_COMPAT ,'UTF-8');Follow-up:
This was due to an environment-specific error, nothing wrong with the plugin.Forum: Fixing WordPress
In reply to: Shortcodes and source codeOn further inspection, it seems that the XML export from WordPress.com replaces characters in [sourcecode] blocks to HTML entities. This is what causes them to be displayed incorrectly.
Forum: Fixing WordPress
In reply to: Shortcodes and source codeThis happened for me too.
No visual editor involved, in fact, I just imported my blog from WordPress.com via the XML import to a self-hosted blog.
As soon as I installed SyntaxHighlighter Evolved, all my source code broke and started displaying with HTML entities. Disabling the plugin makes it go back to being normal.
There is definitely something faulty with the plugin.
Forum: Networking WordPress
In reply to: WordPress MultiSite Permission problemIt was indeed a plugin conflict, an old version of “Toggle Admin Menus” was in the mu-plugins folder. Removing that plugin solved everything.
Cheers!
Forum: Fixing WordPress
In reply to: WPMU – Posts persist on front page after being deletedBump!