Search found 4 matches

by parkktech
18 Apr 2024, 21:18
Forum: Laravel package
Topic: Custom.css changes arent working
Replies: 6
Views: 20117

Re: Custom.css changes arent working

Ok, I got it working. It turns out your extension builder added the "name": "gemcopro-core CSS", "file": "gemcopro-core.css", to the manifest. But when looking at some other extensions like grape they use "file": "index-css", When I switche...
by parkktech
17 Apr 2024, 19:12
Forum: Laravel package
Topic: Custom.css changes arent working
Replies: 6
Views: 20117

Re: Custom.css changes arent working

Of course, and all the menu items are showing from my extension. It's just the CSS change isn't taking. custom.css contents /* * Custom gemcopro-core CSS */ /* Gemco Admin Menu*/ .aimeos .main-sidebar .menuitem-gemco i.icon::before { content: "\F3E5"; } .aimeos .main-sidebar .menuitem-sett...
by parkktech
16 Apr 2024, 17:24
Forum: Laravel package
Topic: Custom.css changes arent working
Replies: 6
Views: 20117

Re: Custom.css changes arent working

Yes, I used your extension builder so it appears that is already in place. ], 'custom' => [ 'admin/jqadm' => [ 'manifest.jsb2', ], 'controller/jobs' => [ 'src', ], Yes here is manifest.jsb { "projectName": "gemcopro-core", "licenseText": "proprietary", "p...
by parkktech
16 Apr 2024, 01:59
Forum: Laravel package
Topic: Custom.css changes arent working
Replies: 6
Views: 20117

Custom.css changes arent working

Hello guys, I'm new here but hope to do a lot with this package. But first I need to figure out how to properly extend it. I was able to build a package gemcopro-core and extend the admin menu in the config > admin.php however when I add my changes to get the icon into the custom.css it's not showin...