Title: plugin don&#8217;t work inside a popup window
Last modified: November 15, 2017

---

# plugin don’t work inside a popup window

 *  Resolved [atai](https://wordpress.org/support/users/atai/)
 * (@atai)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/plugin-dont-work-inside-a-popup-window/)
 * I am still doing some experiment to understand in which way it’s better for me
   to use this plugin for the items search.
    I have inserted on the top menu but
   when I open the search window the top is covered by the black menu bar. So I 
   am working to put the shortcode inside a popup window created with popup buider
   plugin. I open the popup window using a menu option “search”. The window open
   correctly and I can see the items when I type part of the code (10 for ex.) but
   when I click on one item of the search box this do not open the item page. Do
   you know why? Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplugin-dont-work-inside-a-popup-window%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [ILLID](https://wordpress.org/support/users/mihail-barinov/)
 * (@mihail-barinov)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/plugin-dont-work-inside-a-popup-window/#post-9692507)
 * Hi,
 * I see that the problem is the popup overlay.
 * You fix it by adding one little css rule for search box.
 * .aws-search-result {
    z-index: 99999999999999999999 !important; }
 * That must solve your issue.
 *  Thread Starter [atai](https://wordpress.org/support/users/atai/)
 * (@atai)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-dont-work-inside-a-popup-window/#post-9708000)
 * Yes it works and solved both 2 the problems
    Many thanks! What about if I want
   to change the dimension of the search bar and change the format? For example 
   different backgrond color, shadow etc.
 *  Plugin Author [ILLID](https://wordpress.org/support/users/mihail-barinov/)
 * (@mihail-barinov)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-dont-work-inside-a-popup-window/#post-9714340)
 * All this changes you can make with simple css rules.
 * For example, if you want to change background color of search form add this style
 * .aws-container .aws-search-field {
    background-color: #ccc; }
 *  [Omololu](https://wordpress.org/support/users/hormore/)
 * (@hormore)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-dont-work-inside-a-popup-window/#post-9775207)
 * hello both,
    is there a way i can inserted the search on the top menu bar area
   with the icon, just like ATAI said he once did.. posted this in another topic..
   hope to get a reply for any of the two.. thanks.. sorry for bothering

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

The topic ‘plugin don’t work inside a popup window’ is closed to new replies.

 * ![](https://ps.w.org/advanced-woo-search/assets/icon-256x256.png?rev=3303984)
 * [Advanced Woo Search - Product Search for WooCommerce](https://wordpress.org/plugins/advanced-woo-search/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-woo-search/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-woo-search/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-woo-search/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-woo-search/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-woo-search/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Omololu](https://wordpress.org/support/users/hormore/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/plugin-dont-work-inside-a-popup-window/#post-9775207)
 * Status: resolved