Select Page

Disable Zoom Effect on WooCommerce Images

Use this code courtesy of Divi Kingdom. /** * Disable WooCommerce zoom effect on the product image * @author Abdelfatah Aboelghit * @version 1.0 */ add_action( ‘wp', ‘divikingdom_disable_wc_zoom', 99 ); function divikingdom_disable_wc_zoom() {...

Divi Theme Builder: How To Add Author Box

I couldn't find the Author Box when using the Divi Theme Builder. Then I discovered that in order to create an Author Box, you're actually adding a Person Module and then creating a Dynamic Name, Bio, Image, etc within that module. Super easy once I discovered it....