SomewhereWarm
Forum Replies Created
-
Sounds related to a WooCommerce issue that got patched in 3.1.1.
See https://github.com/woocommerce/woocommerce/pull/15879
This plugin does not intercept (or interfere with) fields posted by other plugins/code.
Forum: Plugins
In reply to: [WooCommerce Stacked Product Layout] Thumbnail images loadingHey @jazminredux
I am not able to replicate this locally. Please open an issue at woocommerce.com and we’ll take it from there!
Cheers,
ManosForum: Plugins
In reply to: [WooCommerce Product Dependencies] Dependencies for “Bookable Product”Hi @rolm,
The decision to support only the Simple and Variable types is based on the need to reduce the maintenance overhead of the plugin and ensure we can always keep it up to date.
Since this is a non-commercial product with no “premium” version, it is basically developed with time that’s “borrowed” from other projects.
Hope this makes sense!
Regards,
Manos
somewherewarm.grForum: Plugins
In reply to: [WooCommerce Stacked Product Layout] Does not work well in Woo’s Canvas ThemeHey @liquid_squelch
You simply need to write your custom CSS rules in a way that gives them priority over existing rules. Here’s a small introduction to CSS specificity to get you started: https://www.smashingmagazine.com/2007/07/css-specificity-things-you-should-know/
I would suggest studying a bit on the subject of writing/overriding CSS, as it will eventually pay off ??
Marking as resolved.
Forum: Plugins
In reply to: [WooCommerce Stacked Product Layout] Add a title/text to the stacked sectionHey @bennieiv
Thanks!
You’d need to use standard WooCommerce hooks for that. The plugin unhooks the add-to-cart template from the
woocommerce_single_product_summary
action and hooks it up on thewoocommerce_after_single_product_summary
action, at priority 5.If you want to do this for specific product types, you could also use the
'woocommerce_' . $product_type . '_add_to_cart'
action (before=9, after=11).Hope this helps!
Apologies if it all sounds too technical — I don’t think there is a way to achieve this without writing some code.
Forum: Plugins
In reply to: [WooCommerce Stacked Product Layout] Does not work well in Woo’s Canvas ThemeHey @liquid_squelch
The best place to add custom CSS would be your child theme. This doc is a great place to start: https://docs.woocommerce.com/document/set-up-and-use-a-child-theme/
Note that some themes also provide a “Custom CSS” tab in their settings that can be used for this purpose.
Hope this puts you on track!
Forum: Plugins
In reply to: [WooCommerce Product Dependencies] Grat Plugin, zero support !Hey there — as indicated in the plugin description, all issues should be submitted to the repository of the plugin at https://github.com/somewherewarm/woocommerce-product-dependencies .
Thanks!
- This reply was modified 8 years ago by SomewhereWarm.
Forum: Reviews
In reply to: [WooCommerce Stacked Product Layout] Doesn’t work with Shopkeeper themeHey @whiteboxlabs
Unfortunately the plugin cannot be expected to work with any theme. If your theme is altering the default WooCommerce hooks structure a generic solution such as this one will not work — you will need to write custom code that’s tailored to your theme.
Forum: Reviews
In reply to: [WooCommerce Product Dependencies] Works great – Quick SuggestionHey @partyparty — thanks for the feedback, much appreciated!
Forum: Plugins
In reply to: [WooCommerce Stacked Product Layout] Compatible with WordPress 4.5.3?Hey there,
This plugin is meant to be used with WooCommerce, and should be compatible with the latest version of WooCommerce. WooCommerce has its own WordPress requirements, so whatever WordPress version WooCommerce declares as supported should also apply in this case.
Forum: Plugins
In reply to: [WooCommerce Product Dependencies] Product variations