takeok
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Custom Image Size not showingI’m seeing the same issue. No image size selector at all. Not even the default wordpress sizes are not showing. No dropdown at all. And the sizes DO exist (i.e. the uploaded image was big enough to create the crops). I’m 100% convinced this is a WordPress bug because the Image block won’t show the image size selector even with a clean install with NO plugins and the TwentyTwenty theme. So 100% zero custom code.
Forum: Plugins
In reply to: [Nested Pages] Menu does not syncSame problem here. The sync is completely useless. I’m constantly getting duplicates pages and missing pages in the menu. It never works. At all. I’ve given up on this plugin.
Forum: Plugins
In reply to: [Nested Pages] Automatically hide draft pages from nav menuI’m having the same issue. I can’t seem to find a setting anywhere to disable this. Guessing it’s a bug since it’s so obvious that you would not want this to happen. Also thought maybe it was just because I was logged in that I was seeing it on the front end but even when I log out the draft page links still show up. And clicking on them gives you a 404 of course.
Forum: Plugins
In reply to: [WooCommerce Sold Individually for Variations] Seems not to workNot working for me either. Not using anything custom at all. Just a standard Variable Product with the latest WooCommerce and all plugins disabled except this one and WooCommerce. Still seeing the Quantity field no matter if I set “Sold Individually” globally from the Inventory tab of within each variation.
Forum: Plugins
In reply to: [WooCommerce] Refund Amount Field “Grayed Out”Found the answer in the docs:
https://docs.woocommerce.com/document/woocommerce-refunds/
Still… profoundly unintuitive.
Forum: Plugins
In reply to: [WooCommerce] Refund Amount Field “Grayed Out”Ok I’ve read this entire thread and looked at my orders and the “line item above” and I’m still COMPLETELY confused and have NO IDEA how to do a refund. Can someone please tell me how TF to do a refund now?
Forum: Plugins
In reply to: [Block Lab] Image sizesThis will get the attachment Id from the full image URL. Then you could use the attachment Id to get any image size you want. I agree that Block Lab should make this easier though by being able to return a URL, Id or object.
https://pippinsplugins.com/retrieve-attachment-id-from-image-url/
Forum: Plugins
In reply to: [Block Lab] Hiding/creating categoriesYou can create new categories using the Gutenberg API but I’ve found that Block Lab doesn’t recognize them. You can also white list only certain blocks using the Gutenberg API. I found this helpful https://rudrastyh.com/gutenberg/remove-default-blocks.html
Forum: Plugins
In reply to: [Block Lab] Nested blocks / custom HTMLYou could always just use a 1 column Gutenberg “Columns” block for now and manually assign it a class in the “Advanced” settings. And just make your accordion block a single block (I.e 1 block per toggle/panel not a repeater) and use Gutenberg to add as many accordion blocks as you need.
- This reply was modified 6 years ago by takeok.
Forum: Plugins
In reply to: [Block Lab] Is it possible to change the text visually?A Richtext field is need for sure, but I’m not sure that’s what the OP meant. I read it as… can we have the ability to have individual simple text fields toggle between preview and edit on focus rather than toggling the entire block on focus. And taking it a step further… retain the styling when editing said text. So if you have a simple 1 line text field for a header and it’s output style is 36pt blue text it would still be 36pt blue text when editing. Like a “real” Gutenberg block.
Forum: Plugins
In reply to: [Block Lab] Repeater Fields in Block Lab ProBut with Gutenberg, is a repeater really needed? It can already create as many blocks as you need. I guess the real question is nesting. For that I’m using single column Gutenberg Column blocks for now.
Forum: Plugins
In reply to: [Block Lab] Additional css/js filesYou could just enqueue these assets as you would normally of course with wp_enqueue_script wp_enqueue_style but not on a per-block basis.
Forum: Plugins
In reply to: [Block Lab] Simple container blockThey are not resizable but you could simply use a native Gutenberg Columns block (set to 1 column). And add a CSS class to it if need be under the Advanced settings.
Forum: Reviews
In reply to: [Timely All-in-One Events Calendar] Not for Gutenberg yet[deleted]
- This reply was modified 6 years, 1 month ago by takeok.
Forum: Reviews
In reply to: [Timely All-in-One Events Calendar] Not for Gutenberg yet