Jump to content

Upgrade to 1.7.8.2


Recommended Posts

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

001.PNG

002.PNG

Link to comment
Share on other sites

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

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 by HansKind (see edit history)
Link to comment
Share on other sites

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

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.

  • Like 1
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...