Title: Using Plugin with a Theme
Last modified: August 30, 2016

---

# Using Plugin with a Theme

 *  Resolved [bvonline](https://wordpress.org/support/users/bvonline/)
 * (@bvonline)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/using-plugin-with-a-theme/)
 * Hi,
 * I currently do net get support from theme developers, which created this theme
   I currently use for a customer: [http://goo.gl/IHkGTc](http://goo.gl/IHkGTc).
 * The problemn is, that the plugin does not work with the theme. When I open the
   shop site an click on a product, the popup Window doesn’t appear. What could 
   be the problem?
 * If I shall send you the direct link to the webpage, please tell me your mail 
   adress or something else, because I won’t send the linkt to the site in public.
 * Thank you for your help in advance!
 * [https://wordpress.org/plugins/yith-woocommerce-quick-view/](https://wordpress.org/plugins/yith-woocommerce-quick-view/)

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

 *  Plugin Author [YITHEMES](https://wordpress.org/support/users/yithemes/)
 * (@yithemes)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/using-plugin-with-a-theme/#post-6584553)
 * Hi,
    I’ve checked your site and there are a few problem with your custom woocommerce
   css. You have to change this code
 *     ```
       .products .button {
           display: none;
       }
       ```
   
 * to this
 *     ```
       .products .button {
           display: inline-block;
       }
       ```
   
 * Also add this code to your custom style
 *     ```
       #yith-quick-view-modal .product .images {
       width: 50%;
       margin-right: 0;
       }
       #yith-quick-view-content div.summary {
       width: 48%;
       }
       ```
   
 * Let me know, regards 🙂
 *  [deekayng](https://wordpress.org/support/users/deekayng/)
 * (@deekayng)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/using-plugin-with-a-theme/#post-6584671)
 * which of the woocommerce css, is it style.css? because am having the same issue

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

The topic ‘Using Plugin with a Theme’ is closed to new replies.

 * ![](https://ps.w.org/yith-woocommerce-quick-view/assets/icon-128x128.gif?rev=
   3193930)
 * [YITH WooCommerce Quick View](https://wordpress.org/plugins/yith-woocommerce-quick-view/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yith-woocommerce-quick-view/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/)
 * [Active Topics](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yith-woocommerce-quick-view/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [deekayng](https://wordpress.org/support/users/deekayng/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/using-plugin-with-a-theme/#post-6584671)
 * Status: resolved