Skip to:
Content
Pages
Categories
Search
Top
Bottom

BP 1.5 – Wierd bug with CSS loading a child theme


  • sdls
    Member

    @simon_said

    Not sure if anyone else is getting this when working with a child theme, but I’m getting a “flash” of the site in BP default before the theme CSS changes to my child theme. It only appears for a moment…. am I loading the child CSS right?

    I have in my template header (Stolen from TwentyTen)
    `
    <link rel="stylesheet" type="text/css" media="all" href="” />
    `

    Then in my Child style.css

    /* Inherit the default theme styles */
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

    /* Inherit the default theme adminbar styles */
    @import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );

    Any feedback would be greatly appreciated

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘BP 1.5 – Wierd bug with CSS loading a child theme’ is closed to new replies.
Skip to toolbar