Darren Ethier (nerrad)
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Blocks] Fatal ErrorThanks for reporting this! I’ve created an issue in our github repository here: https://github.com/woocommerce/woocommerce-gutenberg-products-block/issues/1697
Forum: Plugins
In reply to: [WooCommerce Blocks] Product editor missing blocksHi Tom,
You mentioned that you are unable to see block options when editing products, but you are able to see them in new posts?
When you refer to “block options” can you clarify what you mean by that? Is this for all WooCommerce Blocks or just some WooCommerce blocks? If you’re able to share a screenshot explaining further that will help too.
Thanks!
Forum: Plugins
In reply to: [WooCommerce Blocks] Custom TaxonomyHi Robin (and David!),
It appears you are asking about filter hooks for allowing the filtering of (products?) by a custom taxonomy. My apologies for not fully understanding your request but would you be able to elaborate a bit about what functionality/view you are wanting to adjust? Is this for a specific WooCommerce block?
Hi there,
It’s a bit unclear how to reproduce what you are describing here.
Where are you trying to list your latest posts? The main content of your site in the frontend? In the sidebar on the frontend of your site?
How are you trying to list your latest posts? Via custom code that is written for your site? Using WordPress core functions? Using a plugin’s shortcode? A custom theme? A custom block?
Are the 6 posts you created part of a series? Are only a few of them part of a series? Are you wanting the list of posts on the frontend to be ordered by the series part, instead of the date they were published (which is the default for WordPress)?
In the WordPress Customizer “Additional CSS” panel you can add this css and it should fix things for you:
.seriesbox { display:block; float:none; }Usually what you are describing happens because of script loading order. You have to make sure the script in your other plugin loads _before_ the
apply_filtersis invoked in your component.Hi @varun286. Let’s see if I understand your question so far:
– you are wanting to know more about how the @wordpress/hooks package works.
– you understand it involves filters and actions.
– you are unclear how to implement them.Is this pretty much accurate so far? If so, let me clarify a few things:
This package doesn’t have any react dependency. The various interfaces exposed on that package can be used in any javascript environment.
Given the above, it sounds like you are having trouble with something specific in using the interfaces. Can you elaborate on what exactly you have tried and what isn’t working for you? Maybe that can help someone in the forums point you in the right direction for resolving your specific use-case?
Thanks for your report! It sounds like there might be a conflict with Organize Series’s use of excerpt filters (see these lines: https://github.com/roughsmoothengine/organize-series/blob/36869b4c2fc6800b208b3b447766b58b6303a247/orgSeries-setup.php#L49-L50)
So, one temporary option you might have is to try the workaround I posted in the issue I created for tracking this here: https://github.com/roughsmoothengine/organize-series/issues/71
Thanks @alishb for your report. I’m tracking the issue here: https://github.com/roughsmoothengine/organize-series/issues/70
Hi Doug,
Thanks for making your report. Can you please let me know:
– What version of WordPress are you running?
– What version of Organize Series are you running?
– Do you have any Organize Series Extensions/Add-ons running? If so, what versions?
– What version of PHP is running on your server hosting your site?Once I have that information I can use that to begin troubleshooting.
Thanks!
Hi Adantor,
Are you talking about Organize Series Core (the plugin hosted here on WordPress.org)? If so, there are no shortcode buttons available to use in the core plugin.
If you purchased the Organize Series shortcodes add-on then please use the contact form on the Organize Series Site to submit a bug report (you’ll have to sign in using your account details for Organize Series).
Thanks!
Thanks for reporting this! I’ve created an issue for tracking.
Thanks for reporting this. If you have access to your php error logs, is there any additional information you can obtain from those? Usually there’s expanded information available in the logs that helps with troubleshooting issues like this.
Hi there,
This is a known feature request. Also, something similar to what you are asking for has been requested here. You are welcome to add your suggestions to that issue thread.
Hi there, are you using the WordPress classic editor or the new editor introduced with WordPress 5.0?
If the former, that’s unusual and I’m not seeing reports of it having disappeared. If the latter, the series settings while editing a post are found the “Document” sidebar.
What also might be happening is you (or someone else with privileges on your site) has used a WordPress feature for hiding metaboxes/settings. In the classic editor this is found in the “Screen Options” tab while editing a post, and in the new Block Editor it’s found when clicking the top right “three dot” ellipsis and selecting “Options”.