HansKind Posted January 4, 2022 Share Posted January 4, 2022 After a manual upgrade from 1.7.7.x to 1.7.8.2 I have 2 "issues" Number 1, the search box top right is "messed" up Number 2, On the category pages, a block with Subcategories is shown. I don't seem to be able to disable this, did not see this block in the 1.7.7 version! See the attached images, or have a look at the website at: https://www.flyingserver.nl/gb/10-accessoires. Thanks in advance Hans Link to comment Share on other sites More sharing options...
JBW Posted January 4, 2022 Share Posted January 4, 2022 4 hours ago, HansKind said: Number 1, the search box top right is "messed" up Upfdate the search module and clear caches 4 hours ago, HansKind said: Number 2, On the category pages, a block with Subcategories is shown. I don't seem to be able to disable this, did not see this block in the 1.7.7 version! Yes, it's a new feature. You can remove it in your child themes product-list.tpl by overriding "subcategory_list" block Link to comment Share on other sites More sharing options...
HansKind Posted January 4, 2022 Author Share Posted January 4, 2022 (edited) 57 minutes ago, JBW said: Upfdate the search module and clear caches The search module is the latest available (v2.1.2), cache has been cleared. Did not resolve the issue. Would be great if the new feature can be disabled from the BO, it looks ugly in our setup. Edited January 4, 2022 by HansKind (see edit history) Link to comment Share on other sites More sharing options...
HansKind Posted January 4, 2022 Author Share Posted January 4, 2022 Another issue I just noticed is that the editor when adding or editing a product, category etc is no longer working/present. Link to comment Share on other sites More sharing options...
JBW Posted January 4, 2022 Share Posted January 4, 2022 6 minutes ago, HansKind said: Another issue I just noticed is that the editor when adding or editing a product, category etc is no longer working/present. Clearing browser cache will resolve this, double check in incognito mode. Link to comment Share on other sites More sharing options...
HansKind Posted January 4, 2022 Author Share Posted January 4, 2022 The editor issue was resolved after clearing the browser cache, thanks. The search bar issue was resolved by adding the following code : /* * Custom code goes here. * A template should always ship with an empty custom.css */ #search_widget { overflow: hidden; } #search_widget form i { top: -20px; } .search-widget form button[type="submit"] { width: 4.5rem; } to the custom.css file. This was suggested in another post on the subject. 1 Link to comment Share on other sites More sharing options...
Nickz Posted January 4, 2022 Share Posted January 4, 2022 Sweet. Did you do the update having after taking a backup of your shop? If not back up the present one. Link to comment Share on other sites More sharing options...
HansKind Posted January 4, 2022 Author Share Posted January 4, 2022 Yes, and done. 1 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