Jump to content

Search bar messed up after 1.7.8 update


george tsi

Recommended Posts

hi! after update 1.7.8 my webpage search bar its completely messed up.

the module was disabled by default after the update and when i re-enabled it well... this happened.

any idea?

i use a theme ofc and probably is incopatible, but it says that it is compatible to 1.7.x.

any help is really appreciated.

thanks! 

 

header.JPG

Link to comment
Share on other sites

Hi

You can do this:

In custom.css add following code:
 

#search_widget {
    overflow: hidden;
}

#search_widget form i {
    top: -20px;
}

.search-widget form button[type="submit"] {
    width: 4.5rem;
}

 

In my case:

Before:
search-form-before.jpg.baa6ed772d985ca0f9966a50bd538ad1.jpg

 

 

After:
search-form-after2.jpg.46ab91c088eeac0cecb3aabc0811cf7f.jpg

 

 

Depending on your Theme you might have to adjust the above code to make the search bar look properly.

And make sure your modules are up to date.

Hope this helps.



 

 

 

Edited by WISYWIG (see edit history)
  • Thanks 1
Link to comment
Share on other sites

3 hours ago, WISYWIG said:

Hi

You can do this:

In custom.css add following code:
 

#search_widget {
    overflow: hidden;
}

#search_widget form i {
    top: -20px;
}

.search-widget form button[type="submit"] {
    width: 4.5rem;
}

 

In my case:

Before:
search-form-before.jpg.baa6ed772d985ca0f9966a50bd538ad1.jpg

 

 

After:
search-form-after2.jpg.46ab91c088eeac0cecb3aabc0811cf7f.jpg

 

 

Depending on your Theme you might have to adjust the above code to make the search bar look properly.

And make sure your modules are up to date.

Hope this helps.



 

 

 

 

Which folder contains that file??

Thx

Link to comment
Share on other sites

Clear browser cache and try again.

If it still does not work:
Check source code of your website. Does custom.css get loaded there?

You should see something like this:

<link rel="stylesheet" href="https://www.your-domain.com/themes/yourtheme/assets/css/custom.css" type="text/css" media="all">

 

Link to comment
Share on other sites

In my case, i looked a little bit more after posting this and i've contacted the theme developer also(awsome guys there!) and they had already updated their theme for PS 1.7.8.
its operating like a charm again.

i dint check your solution WISYWIG thogh.

thank you anyway for your time, much appreciated.

i dont know if i am permited to tell what theme i use but in case i am, i can post the devs update page for you guys.

 

 

 

Link to comment
Share on other sites

  • 1 year later...

Probably you didn't update your theme. Issue is that this module didn't need anymore its tpl file in theme catalog. Go to themes/your_theme/modules/ps_searchbar and rename ps_searchbar.tpl file. Clear cache in your shop and browser. Let me know if it helps.

Link to comment
Share on other sites

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...