Julian_Kingman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual Editor not working in WordPress 4.6 on my laptopThank you @brand-rocket, I can’t believe it was something so simple! Adding my nickname brought back the editor.
Forum: Plugins
In reply to: [FakerPress] 500 error, admin-ajax.phpAwesome, thanks!
Forum: Plugins
In reply to: [FakerPress] 500 error, admin-ajax.phpUpdate: The meta fields seem to be the problem. No matter what kind I add, it causes the error. I wrote a workaround in my own plugin for now:
//check if they have meta fields if(!get_post_meta($post_id, 'original')){ $sources = array('eBook', 'article', 'blog post', 'book', 'video', 'audio'); add_post_meta($post_id, 'original', $sources[rand(0,5)]); } if(!get_post_meta($post_id, 'assigned_user')){ add_post_meta($post_id, 'assigned_user', rand(1,7)); }
hooked into save_post
- This reply was modified 8 years, 4 months ago by Julian_Kingman.
Forum: Plugins
In reply to: [Head, Footer and Post Injections] script_async_handles errorHuh, nevermind, your fix seemed to work….
Forum: Plugins
In reply to: [Head, Footer and Post Injections] script_async_handles errorI’m also having this issue.
I identified the problem, I posted about it on github:
https://github.com/fooplugins/foogallery-custom-attachment-fields/issues/1It is indeed a bug, please fix!
Forum: Plugins
In reply to: [Beautiful taxonomy filters] PHP & JS ErrorsThanks! For some reason I thought it was part of the same plugin
Forum: Plugins
In reply to: [Beautiful taxonomy filters] PHP & JS ErrorsSorry, ignore the JS error, that was because of BWP minify.
Sure, here’s a link: https://dl.dropboxusercontent.com/u/35961575/q2w3-fixed-widget.zip
Sorry for the delay.
I gave the developer the code, so hopefully we’ll see it in an update for the plugin soon.
I’d also like to see a stop point, such as the ID of an element, that the widget shouldn’t go below. I wrote to the developer to see if he’ll take the code, if I write it.
Same problem with same error as Brainstorm IT, I network deactivated and activated on each install separately and now it’s working.
Forum: Plugins
In reply to: [Page scroll to id] 500 Internal Server ErrorDoes the plugin rely on .htaccess for anything? A windows server doesn’t have an .htaccess file.
Forum: Plugins
In reply to: [Ultimate Fields] Breaks WPMU "Custom Sidebars" pluginYep, it worked, thanks for the awesome responsive support! I really appreciate that.
Forum: Plugins
In reply to: [Ultimate Fields] Breaks WPMU "Custom Sidebars" pluginSidenote: I saw you had an answer to another person that involved installing the development version, so I tried that, but still no luck ??
I deactivated the plugin and was able to make my sidebars, so now I activated it again.