Kelly Choyce-Dwan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom HTML Block in 5.6It sounds like this is a bug in Gutenberg. It’s already been reported, and is waiting on a fix. You can follow the progress on the issue here.
Hi @microtribe,
Can you tell me what you mean by a broken image display? In 2.2.0 we changed how the blocks are rendered – we’re not using the
productsshortcode anymore, so any plugins or CSS changes that output won’t apply to the blocks anymore. The blocks should still display the product image, title, etc just like the preview in the editor, so if that’s not the case please let us know.Hi @timothyp!
By default the block shows just 3 products – 1 row of 3 columns. You can change this in the Layout section in the block settings sidebar (you might need to show the settings by clicking the cog icon in the top toolbar). Let me know if you have any other questions!
Forum: Plugins
In reply to: [WooCommerce Blocks] Remove Blocks Plugin?Hi @sholtosler,
You can remove the plugin if you’d like – right now it and WooCommerce 3.6 have the same features. But we will keep releasing new blocks in this plugin first, so if you’d like to preview upcoming features, keep it installed 🙂
Forum: Plugins
In reply to: [WooCommerce Blocks] Add to Cart button not showing upHi @rtwite,
The content options in this block use CSS to turn off the different sections. It sounds like maybe your theme is not using the expected HTML on the frontend. Can you share a link to the page where you’re trying to do this, or tell me what theme you’re using?
Forum: Plugins
In reply to: [WooCommerce Blocks] Shortcodes dont show in short descriptionHi @reececvo – we don’t show short descriptions in the product blocks by default, I think this is something you’ve enabled with Storefront Powerpack. Showing shortcodes in the short description isn’t officially supported there either, but you can add this code to enable them (add it either to your child theme or to a new plugin): https://gist.github.com/ryelle/d46ba0c5d6404040b6227c6c6a702807
Forum: Plugins
In reply to: [WooCommerce Blocks] I can not add a product block anywhere anymore@systemfake Glad it’s working now.
@dmsr Can you open an issue on our github? If you go here, you should see a form pre-filled with questions about your site setup and the problem. https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/new?template=—bug-report.md
Forum: Plugins
In reply to: [WooCommerce Blocks] I can not add a product block anywhere anymore@systemfake Thanks for that information. It looks like you’re still on version 1.3.0, can you update to 1.3.1? We released a fix for this issue yesterday.
Forum: Plugins
In reply to: [WooCommerce Blocks] plugin shows only 10 attributesHi @sclause – there was a bug in 1.3.0 that caused this problem, the issue should now be resolved with the update we released yesterday. (version 1.3.1)
Hi @krysteleal – This issue should now be resolved with the update we released yesterday. (version 1.3.1)
Forum: Plugins
In reply to: [WooCommerce Blocks] I can not add a product block anywhere anymore@dmsr Are you using Canadian French or Belgian French? We have a French translation bundled in the plugin, but only for “French” fr_FR. You can see the status of translating into different languages on this page: https://translate.wordpress.org/projects/wp-plugins/woo-gutenberg-products-block
@systemfake I can’t seem to reproduce the issue if I switch my language to Russian. Do you see any issues if you open the developer console? Here’s how to do that on a few different browsers: https://support.airtable.com/hc/en-us/articles/232313848-How-to-open-the-developer-console
Forum: Themes and Templates
In reply to: [Adirondack] Menus not appearing on top rightFor anyone looking for this answer, it was solved in another thread. You need to have a menu defined and set as the primary menu in Appearance > Menus.
Forum: Themes and Templates
In reply to: [Adirondack] Missing Widget 'Drawer'Thanks for reporting this, I’m sorry it’s caused you both trouble. It looks like the button doesn’t show up if you haven’t set a primary menu. We’re working on a fix so the button will always show up, but for now, here’s a workaround:
In Appearance -> Menus, create a menu, add your pages, and set it as the “Primary Menu”.
Forum: Themes and Templates
In reply to: [Adirondack] Menus not appearing on top rightHi there!
Can you send us a link to the site you’re having trouble with? Are the menu items and widget area showing up on our demo site? (it should look like this)
Forum: Themes and Templates
In reply to: [Aventurine] Show full post on home pageHey there! glad you figured this out, that’s correct – but I’d advise you to make this change in a Child Theme. This way when we update Aventurine, your changes won’t be overwritten.
You can even use a plugin like One-Click Child Theme to set up the child theme, then copy down Aventurine’s content.php & make your updates there.