kentgravity Posted February 3, 2020 Share Posted February 3, 2020 After 3 years of break I came back to prestashop, at that time there was no admin panel optimized for mobile and I always had to use the desktop version, now when I came back I was very surprised to see the admin panel so well optimized on the mobile version. The only one problem for me now is Add product button, everything works, also Edit product button is working but Add product do nothing after clicking Link to comment Share on other sites More sharing options...
Diego Baeza Posted May 11, 2020 Share Posted May 11, 2020 (edited) Hi, sorry for my English, i use translate. I use Prestashop 1.7.6.2. I have the same problem, I tried to activate debug mode to know if it showed any error, but I did not receive anything. I also inspected the page with google developer tools, but it didn't show any errors either. I found that there is an attribute called "data-original-title", and I realized that this attribute is the one that does not allow clicking on the button: SOLUTION: Leave title attribute empty in admin/themes/new-theme/template/page_header_toolbar.tpl line 36 We will find this: so on line 40, we remove {$btn.help} from the title attribute. Now the button should work on mobile devices, but the page will not show the help message. Edited May 11, 2020 by Diego Baeza (see edit history) 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