PapaBearTango Posted July 25, 2022 Share Posted July 25, 2022 (edited) 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 July 27, 2022 by PapaBearTango (see edit history) Link to comment Share on other sites More sharing options...
d2iautosound Posted July 25, 2022 Share Posted July 25, 2022 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 More sharing options...
PapaBearTango Posted July 26, 2022 Author Share Posted July 26, 2022 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 More sharing options...
ComGrafPL Posted July 26, 2022 Share Posted July 26, 2022 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 More sharing options...
PapaBearTango Posted July 26, 2022 Author Share Posted July 26, 2022 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.. Link to comment Share on other sites More sharing options...
ComGrafPL Posted July 26, 2022 Share Posted July 26, 2022 4 minuty temu, PapaBearTango napisał: I've added your script. But still having the issues. Very weird.. Go to: https://www.creativecreations.be/themes/Artcraft/assets/css/theme.css Find line: #header .search-widget .search_toggle and change position: absolute; to: position: initial; Link to comment Share on other sites More sharing options...
PapaBearTango Posted July 26, 2022 Author Share Posted July 26, 2022 25 minutes ago, ComGrafPL said: Go to: https://www.creativecreations.be/themes/Artcraft/assets/css/theme.css Find line: #header .search-widget .search_toggle and change position: absolute; to: position: initial; It worked! Thank you for that! May i ask what this function "Absolute" and "Inital" does? Link to comment Share on other sites More sharing options...
ComGrafPL Posted July 26, 2022 Share Posted July 26, 2022 Przed chwilą, PapaBearTango napisał: It worked! Thank you for that! May i ask what this function "Absolute" and "Inital" does? It is probably an issue with the theme and searchbar. Best way to ask theme dev. Glad it worked. Cheers Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now