Skip to:
Content
Pages
Categories
Search
Top
Bottom

Cover Image Issue


  • BackpackersUnion
    Participant

    @backpackersunion

    The cover image seems to be missing after it’s uploaded because I’m using;

    function dequeue_bp_twentyfourteen() {
        wp_dequeue_style( 'bp-twentyfourteen' );
    }
    add_action( 'wp_enqueue_scripts', 'dequeue_bp_twentyfourteen' );

    *(In child theme, function.php)

    to dequeue the BP TwentyFourteen companion styles sheet. I’ve read through the BuddyPress Cover Images codex and didn’t see the solution, although I could be missing it.

    Has anyone else had this issue? I have a feeling there’s a simple fix, but I’ve hit a wall.

    Thanks to all!
    Carl

    Specs:
    2014 theme, Up to date – BP and WP

Viewing 2 replies - 1 through 2 (of 2 total)

  • r-a-y
    Keymaster

    @r-a-y

    Since you’re dequeueing the companion stylesheet, add a dummy one in your child theme – wp-content/themes/YOUR-THEME/css/twentyfourteen.css and remove your function above.

    This should bring up the cover image.


    BackpackersUnion
    Participant

    @backpackersunion

    That worked absolutely brilliant!


    @r-a-y
    , thanks for your help on this one and in a million other threads!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cover Image Issue’ is closed to new replies.
Skip to toolbar