bugbee
Forum Replies Created
-
Forum: Plugins
In reply to: [Front-end Editor for WordPress] Move to CustomizerWhy not add the functionality of front-end editing within the Customizer view?
I agree with Janneke in thinking that a front-end editor should be on the true front-end on the admin bar.
But for admins and other new users finding and using Customizer, using WP Front-end Editor within the Customizer just makes sense.
Here’s a vote for both!
Forum: Plugins
In reply to: [Child Theme Configurator] Adding theme FunctionsSome plugins require special functions to carry out text changes or other stuff. These functions get added to the themes functions file so including a functions.php in your child is crucial for me.
Like custom CSS, custom functions do come up more than i’d like. I think this would be a great tool to add to your plugin, IMO.
Thanks!
bugbee
Forum: Themes and Templates
In reply to: [P2] Posting on Chrome isn't working – Mac OSXI’m in the same boat. I’m new to P2s and thought i didn’t turn on something at first (configure P2). Not the case!
I’m a Chrome user with the latest version, using a mac or a PC, i cannot post or comment.
Also, and this is a Mac only issue, i can’t scroll to the bottom of the page. If i try to scroll it jumps be back to the top of the page. Seems like a javascript issue although no errors to report.
Forum: Plugins
In reply to: [WooCommerce] Hide stock statusTo answer the original question, in order to remove the “In Stock” message, add this bit of CSS:
.stock { display: none; }I hope this helps someone!