Integrate APF with WoodMart
Our Advanced Product Fields plugin integrates very well with the WoodMart theme. However, Woodmart contains some features that are not native to WooCommerce and may interfere with our plugin. This guide explains how to turn off these features.
Conditional logic issues
If you have issues on the single product page with conditional logic, add the following code snippet to your site (read here how):
Supply your license key to unlock the code
Since this is a custom-coded snippet, please enter your license key so we can verify your purchase.
Using one of our addons?
If you are using our Layered Images or Live Content Preview add-on, you must make sure WoodMart is not lazy loading images. Image lazy loading is native to WordPress nowadays, so there is no reason to enable it in WoodMart itself.
To disable it, follow these steps:
- In the WordPress dashboard, go to Theme Settings → Performance → Lazy Loading
- Make sure Lazy Loading for Images is turned off:
- Save your changes.
- Now go to Appearance → Customize → Additional CSS and add this small code snippet:
.wapf-layer-image img{ height: auto!important; }
That’s it! Now, it should work to use any of our add-ons that change the product’s features image.