• Closed by: Marek
  • Closed on: 31.01.18, 16:56
  • Reason: Closed
  • Comment: Glad to help!

Ticket #11433 - Search bar not working

Hello,

Seems the search bar is not working correctly, as when i add some text, seems it loads but now showing results. I attach screenshot, together with an error that is being produced when i add some words in the search box.

Thanks,
Chris

Comments

Marek 17 Jan 2018, 13:37

Hi, Christos.
Please fill out all necessary fields in your profile https://support.promokit.eu/index.php?do=myprofile to access to your server through FTP

Christos Rakovitis 30 Jan 2018, 23:22

Hello Marek!

Seems the update fixed the issue, thanks!

Nevertheless, the results are shown pretty bad, can you have a look please? I’m attaching a screenshot here.

Thanks,
Chris

Marek 31 Jan 2018, 10:16

thank you for the notice.
Here is the fix:

body .pk_search_result {
  border-radius:0;
  border-color:#f1f1f1;
  background: #fff;
  padding: 1rem;
  max-width: 488px;
}
body .ui-helper-hidden-accessible {
  display: none
}
Christos Rakovitis 31 Jan 2018, 16:56

OK great thanks!