Robin
Forum Replies Created
-
Hi Tarecord I already moved on to using some different plugins, thanks though for looking into it.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] [select] field conditionalGot it working
Forum: Plugins
In reply to: [WooCommerce Blocks] Custom TaxonomyHi Yes, thanks got it sorted
Forum: Plugins
In reply to: [WooCommerce Blocks] Custom TaxonomyIt’s always good to use native option as much as possible and if Woo Blocks are already adding filtering option no harm in checking if we can extend that functionality with hooks for custom Woo attributes as well and not just limit to the basic ones.
It is not about pulling them, looks like you did not actually check the demo link I sent, would have given you a clear idea of what I meant and trying to achieve.
Forum: Plugins
In reply to: [WooCommerce Blocks] Custom TaxonomyHI @nerrad like you have taxonomy for example color etc by default, right now we have to depend on additional filter plugins which dont fully follow WP standards but we have no choice
This is the closest example i have https://facetwp.com/demo/cars/ now you see the filters on right (so imagine cars being WooCommerce product)
Car (buy second-hand cars online) > Filter option
Make of car
Colour
Year
Etc.Forum: Plugins
In reply to: [Ultimate WooCommerce Filters] Custom TaxonomyOk
Forum: Plugins
In reply to: [Ultimate WooCommerce Filters] Custom TaxonomyHi
No, I created my own custom post types adding code in functions.php file.Forum: Plugins
In reply to: [Ultimate WooCommerce Filters] Custom TaxonomyHi @jaysupport thanks for the reply, I created CPT for WooCommerce like brands/location etc they don’t get picked up in the options page for some reason.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Custom TaxonomyThanks
Forum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] Custom TaxonomyThanks, sorry for the confusion, I already have my CPT for wooProducts and needed to add them to be part of rest of filters
Categories
Tags
Prices
Colors
CPT (Brands)
CPT (Location)Thanks again for looking into it, and I hope you can add the feature soon 🙂
Good luck and happy holidays.
RobinForum: Plugins
In reply to: [Product Filter for WooCommerce by WBW] Custom TaxonomyHi Nick thanks for the quick reply, The option in settings I don’t see it – is it part of pro version?
Thanks for the info
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Card_state form field@webdevmattcrom Nope I used this
https://github.com/impress-org/give-snippet-library/blob/master/form-customizations/mailing-address-custom-fields.phpAs I knew how to add Required fields but I couldn’t find way to re-create state field in a way that when you select a country it selects state or province depending on the country you select.
Cheers,
RobinForum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] Card_state form fieldHi Matt,
Thanks, I found one of your code snippets and was able to build the state dropdown, yes I do am using the stripe but needed to add required to some more fields.
Robin
Best way should be for developer of the plugins to load it conditionally (only show where shortcode/widget is added) not all whole site.