Hello community, does anyone know an HTML administration template 100% compatible with GC?
HTML Template
- Single Page
Posted 24 October 2019 - 19:59 PM
Posted 25 October 2019 - 00:12 AM
Hi Cyn!
Any HTML template can be used with GC.
I hope this helps :)
Posted 25 October 2019 - 18:11 PM
Hi Lara! Thank you.
There is usually a conflict between the bootstrap or jquery versions that break the templates, I would like to know if someone has used an administration template (to make a control panel) that uses the same versions that GC uses
Posted 26 October 2019 - 00:09 AM
Hi Cyn!
There wouldn't be a conflict if you make your GC display in a div inside a page template.
I have done that technique and it worked :)
Posted 26 October 2019 - 05:31 AM
Hi Lara! Thank you.
There is usually a conflict between the bootstrap or jquery versions that break the templates, I would like to know if someone has used an administration template (to make a control panel) that uses the same versions that GC uses
Hello @Cyn,
In case you have conflicts you can always use the below functions:
$crud->unsetJquery()
or:
$crud->unsetBootstrap()
that are removing the initial call of jQuery and/or bootstrap CSS so you will avoid any conflicts you may have.
For more check the URLs here:
https://www.grocerycrud.com/enterprise/api-and-function-list/unsetJquery/
https://www.grocerycrud.com/enterprise/api-and-function-list/unsetBootstrap/
Personally I am using metronic theme for my admin page.
I hope it helped
Regards
Johnny
Posted 29 October 2019 - 20:08 PM
Will that work for Laravel?