• 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 from wp_print_scripts to wp_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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author aghajoon

    (@aghajoon)

    Thank you for reporting

    Plugin Author aghajoon

    (@aghajoon)

    Hi
    Thanks for your report

    Thread Starter saish_neugi

    (@saish_neugi)

    Hello @aghajoon,

    Have you managed to fix that issue. For time being i had to call my css twice, i.e. one the default call from your bp-cover.php and another i had to call in my themes functions.php. But as you know its a bad practice, i want that only one call to do the thing for me.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS files not loading on some Buddypress pages’ is closed to new replies.