Jump to content

[Prestashop 1.7] Save Button not appearing in Products


raraujo

Recommended Posts

  • 7 months later...
  • 3 months later...

There are 2 interface problem with at least 1.7.2.2 and 1.7.2.4 verssions. One is in: /?AdminDir?/themes/new-theme/public/theme.css form line 10697

you can patch it by adding this on the end of this file:

.product-page .product-footer .hidden-xs, .product-page .product-footer input.save{display:inline-block}

The second one apears only when You reduce window size. It loooks like #form-nav has set width so when You reduce window size then menu it is wider then window and horizontal scroll appears. You can fix it by adding this:

#form-loading{overflow:hidden;}

These are only patches, fixes will be removed when presta updates this files

Edited by sitte (see edit history)
  • 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...