Jump to content

Edit History

ErnestoLopez

ErnestoLopez

in the development version the css and js (assets) are not loaded by default, to do so you have to follow the ones described below ...

https://devdocs.prestashop.com/8/development/compile-assets/
for the "front office" it seems to go well but for the "back office" it only works on the main page,

imagen.thumb.png.85bac28a49bf9df46539c84f754d0eff.png

when I go to an internal section (but for example orders, products, ...) it appears without styles

imagen.thumb.png.c2c4ed76c57dafb8b96ab1365f8a1938.png

Does anyone know how to solve it?

..finally I have seen that I needed to perform

"npm install" and "npm run build" in the folder

"admin-dev / themes / new-theme /"

and now it's going well

Thank you.

 

ErnestoLopez

ErnestoLopez

in the development version the css and js (assets) are not loaded by default, to do so you have to follow the ones described below ...

https://devdocs.prestashop.com/8/development/compile-assets/
for the "front office" it seems to go well but for the "back office" it only works on the main page,

imagen.thumb.png.85bac28a49bf9df46539c84f754d0eff.png

when I go to an internal section (but for example orders, products, ...) it appears without styles

imagen.thumb.png.c2c4ed76c57dafb8b96ab1365f8a1938.png

 

 

Does anyone know how to solve it?

Thank you.

×
×
  • Create New...