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

    (@seventhqueen)

    Hi, try to install it from the WP admin – Plugins page and search it by its name

    Same isse. WP does not want to activate it.

    You’ve got to amend the header of your buddypress-cover-photo.php file from

    <?php
    /**
     * Plugin Name: BuddyPress Cover Photo
     * Version: 1.1.1
     * Author: SeventhQueen
     * Author URI: https://seventhqueen.com
     * Plugin URI: https://seventhqueen.com
     * Inspired by Brajesh Singh - https://github.com/sbrajesh/bp-custom-background-for-user-profile
     * License: GPL
     *
     * Description: Allows Users to upload Cover photo to their profiles and to Groups
     */

    to

    <?php
    /*
    Plugin Name: BuddyPress Cover Photo
    Version: 1.1.1
    Author: SeventhQueen
    Author URI: https://seventhqueen.com
    Plugin URI: https://seventhqueen.com
    Inspired by Brajesh Singh - https://github.com/sbrajesh/bp-custom-background-for-user-profile
    License: GPL 
    
    Description: Allows Users to upload Cover photo to their profiles and to Groups
     */
    Plugin Author SeventhQueen

    (@seventhqueen)

    Thank you @maelga

    will be fixing that right away. thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"Failed to install. Not a valid header."’ is closed to new replies.