CSS files not loading on some Buddypress pages
-
I have a buddypress site in place and i have a Buddypress Cover plugin installed. The plugin works fine, however its CSS file doesnt load on some dynamic pages created by some other plugins like gallery,pokes etc. I peeked into bp-cover.php file to see where the CSS file is loading. And i found this
add_action( 'wp_print_scripts', 'bp_cover_scripts' );
So i changed the hook fromwp_print_scripts
towp_head
and it tend to worked initially. Than after upgrading the Buddypress Cover Version that trick also is not working. Does some one know to make that CSS load globally throughout my site?
- The topic ‘CSS files not loading on some Buddypress pages’ is closed to new replies.