• Closed by: Anonymous Submitter
  • Closed on:
  • Reason: Not a bug

Ticket #23564 - Popup search

Hello,

I can’t enable the popup search. In the Creative Elements editor it only allows me to select “inline” or “dropdown”.

Comments

Tomasz Załucki 19 Jul 2022, 16:07

To enable popup search you have to navigate to Promokit Theme Settings → General. Scroll to the bottom to find option ‘Popup search’.

Fred 19 Jul 2022, 16:08

Thank you, Tomasz.
Popup search option is enabled. There is another problem that we are trying to solve.

Ferran Roig Muñoz 19 Jul 2022, 19:06

Thank you guys!!!!

Fred 20 Jul 2022, 10:56

Hi, Ferran.
Fixed. You just have to select “inline” option + “Popup search” in the Theme Settings - https://take.ms/69X6e

Ferran Roig Muñoz 25 Jul 2022, 10:41

Perfect! Now it works fine, but when I scroll down the popup disappears. Do I need to configure anything else?

Thanks!

Fred 25 Jul 2022, 10:58

Hi, Ferran.
That’s a conflict of sticky header and popup search.
Try following CSS fix:

body.active-popup-search .sticky {
  position: static !important;
}

Don’t forget about Prestashop cache
P.S. Thanks for your review

Ferran Roig Muñoz 25 Jul 2022, 13:38

It works, thanks Fred!!

Fred 25 Jul 2022, 13:56

You are welcome!