Jump to content

*SOLVED* Searchbar doesn't work properly


PapaBearTango

Recommended Posts

Hi !

I have some issues with my searchbar.

It gives me like two options. I dont know what the first thing is. But you always have to click the down arrow to search something.

Also my searchbar is not fully visible when i type something.

 

Anyone has this issue? 

 

Here's the link: https://www.creativecreations.be/

 

I'm using artcraft theme.

 

Thank you in advance!

Edited by PapaBearTango (see edit history)
Link to comment
Share on other sites

This may be a fix possibly if you are running a new version of prestashop.  I have seen it in the recent updates. 

Navigate to Themes/Yourtheme/Modules/ps_searchbar and rename the ps_searchbar.tpl file to something you can use later if it gives issues like ps_searchbar.tplorig

See if that works if not revert back then youd have to do some css formatting and change the padding and sizing 

Link to comment
Share on other sites

8 hours ago, d2iautosound said:

This may be a fix possibly if you are running a new version of prestashop.  I have seen it in the recent updates. 

Navigate to Themes/Yourtheme/Modules/ps_searchbar and rename the ps_searchbar.tpl file to something you can use later if it gives issues like ps_searchbar.tplorig

See if that works if not revert back then youd have to do some css formatting and change the padding and sizing 

Hi! Thanks for you answer. But unfortunately it didn't work...

Link to comment
Share on other sites

11 minut temu, PapaBearTango napisał:

Hi! Thanks for you answer. But unfortunately it didn't work...

Try with adding this to custom.css

#header .search-widget .search_toggle {
  display: none;
  z-index: 9;
  position: initial;
  width: 270px;
  right: 0;
  top: 30px;
}

Clear the cache.

Link to comment
Share on other sites

46 minutes ago, ComGrafPL said:

Try with adding this to custom.css

#header .search-widget .search_toggle {
  display: none;
  z-index: 9;
  position: initial;
  width: 270px;
  right: 0;
  top: 30px;
}

Clear the cache.

I've added your script. But still having the issues.

Very weird..

image.thumb.png.c1b6c0ab21a1163a800dbb8928b37fcf.png

Link to comment
Share on other sites

  • PapaBearTango changed the title to *SOLVED* Searchbar doesn't work properly

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...