• Resolved atai

    (@atai)


    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 to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    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

    (@atai)

    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

    (@mihail-barinov)

    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;
    }

    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.