Title: Bug with Enfold theme
Last modified: May 28, 2017

---

# Bug with Enfold theme

 *  Resolved [mdxclr](https://wordpress.org/support/users/mdxclr/)
 * (@mdxclr)
 * [9 years ago](https://wordpress.org/support/topic/bug-with-enfold-theme/)
 * Hello,
    I’m using the latest version of WC and Enfold theme. In that theme product
   gallery has opacity: 0, and in your plugin single-product.js removed line with
   making that opacity: 1;
 *     ```
       // No images? Abort.
       		if ( 0 === this.$images.length ) {
       			return;
       		}
       ```
   
 * Should be:
 *     ```
       // No images? Abort.
       		if ( 0 === this.$images.length ) {
       			this.$target.css( 'opacity', 1 );
       			return;
       		}
       ```
   

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [SilkyPress](https://wordpress.org/support/users/diana_burduja/)
 * (@diana_burduja)
 * [9 years ago](https://wordpress.org/support/topic/bug-with-enfold-theme/#post-9176495)
 * Hi,
 * thank you for mentioning the bug.
 * I’ve solved it in the 1.5 version.
 *  Thread Starter [mdxclr](https://wordpress.org/support/users/mdxclr/)
 * (@mdxclr)
 * [9 years ago](https://wordpress.org/support/topic/bug-with-enfold-theme/#post-9212580)
 * Nope, its not fixed
 *  Plugin Author [SilkyPress](https://wordpress.org/support/users/diana_burduja/)
 * (@diana_burduja)
 * [9 years ago](https://wordpress.org/support/topic/bug-with-enfold-theme/#post-9215282)
 * Sorry, my bad. Try again with the 1.6 version.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Bug with Enfold theme’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-extend-tabs/assets/icon-128x128.png?rev=1151064)
 * [Expand Tabs for WooCommerce](https://wordpress.org/plugins/woocommerce-extend-tabs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-extend-tabs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-extend-tabs/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-extend-tabs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-extend-tabs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-extend-tabs/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [SilkyPress](https://wordpress.org/support/users/diana_burduja/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/bug-with-enfold-theme/#post-9215282)
 * Status: resolved