Re: Can I edit/disable adminbar.css?ver=3.0.1? (not adminbar.css)
Thanks for your reply. I’d rather not touch the functions.php file due to a lack of knowledge of PHP.
The problem is that Buddypress is loading 2 different CSS files for the admin bar. They are:
/buddypress/bp-themes/bp-default/_inc/css/adminbar.css
and
/buddypress/bp-themes/bp-default/_inc/css/adminbar.css?ver=3.0.3
On the adminbar.css file I made changes so the admin bar stretches across the whole page.
When visiting a sub-domain blog it loads the second file called adminbar.css?ver=3.0.3 so my admin bar doesn’t stretch across the whole screen anymore. I can’t edit this file as it doesn’t exist and is inserted via a line of PHP in the header.php file.
Honestly I’m very close to giving up with Buddypress completely as I’ve been trying to resolve this issue for over a month now. No one knows why Buddypress is adding this database version of the adminbar.css file and I don’t see why it’s doing it either.
I can edit /buddypress/bp-themes/bp-default/_inc/css/adminbar.css?ver=3.0.3 via Firebug and change the 1 line of code to fix the admin bar but I can’t reach that file as it doesn’t exist at all.
Jack