#34926 closed enhancement (wontfix)
Twenty Sixteen: Declaring WooCommerce Support
Reported by: | spraveenitpro | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.4 |
Component: | Bundled Theme | Keywords: | |
Focuses: | Cc: |
Description
Hi,
The one issue is that Twenty Sixteen doesn't declare WooCommerce support. Occasionally, we'll have customers refuse to test with us because of the error message, and it delays resolution. Tiny little thing, but spread over a thousand times, it's an easy tweak.
Here is the gist that can be included in the functions.php to make this theme declare WooCommerce support. https://gist.github.com/spraveenitpro/8f82dffe41e44fc640e3,
I can also do this myself if needed.
Thanks again,
Have a nice day :)
Change History (4)
#2
@
9 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
#3
@
9 years ago
Howdy @spraveenitpro,
For the sake of bringing it full-circle and for anyone else finding this ticket in the future when Twenty Seventeen comes out, for WooCommerce issues, please report them on their tracker at https://github.com/woothemes/woocommerce/
That said, Twenty Sixteen support has already been added ( https://github.com/woothemes/woocommerce/pull/9682 ) and released in the latest version, 2.4.11.
Hi there,
Default themes can't play favoritism to certain plugins so they only declare support for core features, leaving support shims to the respective plugins. A good example would be Jetpack, which provides custom stylesheets for Infinite Scroll and other compat code to add support for some of its modules. I'd suggest to explore that route for WooCommerce as well.
Cross-ref: #32926