e_kingstone
Forum Replies Created
-
Forum: Plugins
In reply to: [Bulk Plugin Installation] Broken with WP 4.0I made an easy fix for latest wordpress version 🙂
Open bulk-plugin-installation.php
On line 34 find:
add_action( 'install_plugins_dashboard', array( &$this, 'install_plugins_dashboard' ) );And replace with:
add_action( 'install_plugins_featured', array( &$this, 'install_plugins_dashboard' ) );That’s all, now it will work as before 🙂
my bad, is was google lag, it works!
Forum: Requests and Feedback
In reply to: WordPress 3.8 fonts are too bigindeed, i think this release was pushed too soon, i find it very hard to navigate in this monstrous extra large site…
I want the ability to choose the old style back, i hate the “metro” style
Forum: Plugins
In reply to: [Firelight Lightbox] Conflict with basic jquery wordpressThank you for the helpful response, i managed to “trick it” by using the default plugin and at the end of the src i’ve added “.png” so it things it’s an image and it works, not the best way of course but definitely works!
Thank you for the debugging hints, i never though opera was so good at this, i used chrome inspector, but opera looks nicer and has more functionality like source code editing, priceless! 🙂
Thank you again for the great plugin!
Forum: Plugins
In reply to: [WooCommerce] How to add extra stock inventory/ availability fieldlooking for solution as well, thanks 🙂
Forum: Plugins
In reply to: [Participants Database] Undefined property: wpdb::$wp_participants_databaseThank you so much, it finally works! 😀