changeweb / Unifiedtransform

A school management Software
https://changeweb.github.io/Unifiedtransform/
GNU General Public License v3.0
2.8k stars 1.23k forks source link

Tabs on Admin page are not aligned (View Image) #275

Open brain-ops opened 3 years ago

brain-ops commented 3 years ago

I ran the following commands to see if it would fix the issue but no luck. The tabs on the admin page are not aligned and the icons are not properly showing. How do I go about fixing this?

I ran the following php artisan cache:clear php artisan config:clear php artisan config:cache php artisan optimize:clear

And deleted: /bootstrap/cache/packages.php /bootstrap/cache/services.php

Screen Shot 2020-11-12 at 2 39 59 PM
changeweb commented 3 years ago

Google Material Icons have been used. May be CDN link didn't work. Check 'resources/views/layout/app.blade.php' for the link at the bottom.

brain-ops commented 3 years ago

Link is at the bottom of resources/views/layouts/app.blade.php. It was working for me the first time, so I wanted to make a NEW master, re-migrated, re-seeded, and received this issue when logging into the Admin portal.

Screen Shot 2020-11-13 at 10 32 11 AM
brain-ops commented 3 years ago

@changeweb Any solution for this? I've even powered down, re-migrating, and re-seeding the DB with the shown link above which appears to be the correct one. Although, no changes were even made in the first place to the link.

changeweb commented 3 years ago

Try clearing Browser's cache and deleting compiled blade files from storage/app/views/* folder.