haleeben
Forum Replies Created
-
Forum: Plugins
In reply to: [Clef Two-Factor Authentication] updated to 2.0 now can't login with passwordNo, none of those setting are enabled, but I figured out it is a conflict with the All In One WP Security plugin that adds a maths spam check in the login form. This conflict wasn’t there in the previous version of Clef.
Forum: Plugins
In reply to: [Clef Two-Factor Authentication] Can I add clef to a frontend login form?Wow, ask and you shall receive.
I’ll give it a go, thanks.
Forum: Plugins
In reply to: [Admin Columns] What about Categories, Tags, Custom Taxonomies & Terms?Hey Tobias
Any update on this feature?
I’d be happy to pay for it as a premium feature, as I’m sure other people would ??
Forum: Plugins
In reply to: [The Events Calendar] [BUG] – All day event, start and end date errorI can confirm that’s fixed it, awesome work guys and gals.
Thanks
Forum: Plugins
In reply to: [The Events Calendar] [BUG] – All day event, start and end date errorI’ve gone back to version 3.2 until this issue gets resolved.
Forum: Plugins
In reply to: [EWWW Image Optimizer] errors after moving serverSorry I didn’t get back to you earlier.
The host admitted that after further investigation there is a problem with the the setup. Here is what they said“it might be indeed related that fileinfo is not yet fully enabled on this shared server, and I’ve checked also with our systems team regarding this extension and got the confirmation that the fileinfo will be soon re-deployed via RPM on all server in our fleet, until that the additional specification over to /usr/share/magic is required.”
The strange thing is that I have reseller account and around 10 sites on the same server and only some of them show the error but other ones are fine and one site that did have the error is now working correctly, strange.
Anyway here is the phpinfo for one of the sites that still has the error.
Forum: Plugins
In reply to: [Admin Columns] What about Categories, Tags, Custom Taxonomies & Terms?This would be great if you could get ACF in the Taxonomy Admin
Forum: Plugins
In reply to: [EWWW Image Optimizer] errors after moving serverSo my host found a fix for this problem but it’s not a very good one as it changes line 465 in the ewww-image-optimizer.php file from this
$finfo = finfo_open(FILEINFO_MIME);
to this
$finfo = finfo_open(FILEINFO_MIME, '/usr/share/magic');
it solves the problem but it will get overridden with the next update.
and after reading the php docs for the finfo_open() function and it says this for the second parameter
“Name of a magic database file, usually something like /path/to/magic.mime. If not specified, the MAGIC environment variable is used. If the environment variable isn’t set, then PHP’s bundled magic database will be used. Passing NULL or an empty string will be equivalent to the default value.”
I checked $SERVER[‘MAGIC’] and it is NULL, is this why I’m getting the error?
This is all a bit beyond me.
Forum: Plugins
In reply to: [EWWW Image Optimizer] errors after moving serverI contacted the webhost and found the location for the magic database is usr/share/magic
not
usr/share/misc/magicWhere do I need to change this?
Forum: Plugins
In reply to: [EWWW Image Optimizer] errors after moving serverShared host, Linux.
My provider is Site5.com
Forum: Plugins
In reply to: [BJ Lazy Load] not working with WordPress 3.8Sorry, it was not your plugin that was causing the issue, it was the cache plugin. All sorted now. Sorry to bother you.
Forum: Plugins
In reply to: [Front-end Editor for WordPress] Feature Request: ACF SupportThe author of ACF has released this plugin Live Edit
Similar functionality to this plugin, but it would be cool if this plugin could support ACF.
@photocrati: yes it was the wp_get_current_user() issue, step 2 was just a check. I was running NextGEN version 2.0 when updated to wordpress 3.7
I had the same problem and fixed it by
1. Through ftp, change the nextgen-gallery plugin folder name to nextgen-galleryzzzzz
You should be able to go in the admin section of the site now.2. makes sure wordpress has updated to 3.7 then update nextgen plugin.
3. go and change the plugin name back to nextgen-gallery.
Hope this helps others with the same issue.
Forum: Plugins
In reply to: [MP6] Widgets impossible to useI just installed the widget area chooser plugin and it totally fixed this problem