⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

HTML Template



Cyn

Cyn
  • profile picture
  • Member

Posted 24 October 2019 - 19:59 PM

Hello community, does anyone know an HTML administration template 100% compatible with GC?


larasmith

larasmith
  • profile picture
  • Member

Posted 25 October 2019 - 00:12 AM

Hi Cyn!

 

Any HTML template can be used with GC.

I hope this helps  :)


Cyn

Cyn
  • profile picture
  • Member

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


larasmith

larasmith
  • profile picture
  • Member

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  :)


web-johnny

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

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

 


Jon Griffin

Jon Griffin
  • profile picture
  • Member

Posted 29 October 2019 - 20:08 PM

Will that work for Laravel?