Maxaud
Forum Replies Created
-
Forum: Plugins
In reply to: [Expandable Menus] Would be great with an update :-)I’ll have to make the changes and resubmit. Burried in work right now so it will probably be a little while.
Thanks for the support.
Forum: Plugins
In reply to: [Frontend Edit Profile] Fatal ErrorI also get the same error for the [] arrays and this error:
Fatal error: Can’t use function return value in write context in /wp-content/plugins/frontend-edit-profile/fep.php on line 300
Forum: Plugins
In reply to: [W3 Total Cache] 502 Bad Gateway after upgrading to WordPress 4I’m having this issue as well. Every time I activate w3 total cache I get 502 errors on pages. Main homepage shows fine.
Forum: Plugins
In reply to: [Mobile CSS] Job OrderPlease email me at “dustin@” the above mentioned domain.
Forum: Plugins
In reply to: [Mobile CSS] PHP notice issues within wordpress admin pageThanks for this, I’ll address this in the next release.
Thanks, most likely a TogetherJS issue but I’ll look in to resolving it.
Yeah, thanks for your help!
Forum: Plugins
In reply to: [Collaboration] tried to install in wp 3.8.1Created an issue on the TogetherJS git repo.
https://github.com/mozilla/togetherjs/issues/954Forum: Plugins
In reply to: [Collaboration] tried to install in wp 3.8.1Thanks for the feedback. I’ll try to see why it’s throwing that message and not the default.
Thanks for the feedback.
Please test it when it comes out and see if any issues still persist. Thank you.
Forum: Plugins
In reply to: [Collaboration] tried to install in wp 3.8.1I’ve uploaded v1.1.
Please check to see if you’re still encountering this issue.
v1.1 has been uploaded through SVN and should be live shortly.
I’ve fixed this for the next version. Thanks for the help.
Forum: Plugins
In reply to: [Collaboration] tried to install in wp 3.8.1Interesting, I cannot seem to recreate this issue. Any other information you can give me?
Thanks for letting me know this.
I’ll change the code to this for the next release:
add_action( 'admin_bar_menu', array( &$this, 'add_colaborate_menu' ), 0 ); add_action( 'wp_enqueue_scripts', array( &$this, 'add_javascripts' ), 0 ); add_action( 'admin_enqueue_scripts', array( &$this, 'add_javascripts' ), 0 ); add_action( 'admin_head', array( &$this, 'add_head' ), 9999 ); add_action( 'wp_head', array( &$this, 'add_head' ), 9999 );