Skip to:
Content
Pages
Categories
Search
Top
Bottom

Names show twice on the profile cover image


  • Georgio
    Participant

    @georgio-1

    Hi
    I installed the plugin Buddypress Cover and it shows a user’s name twice. I would like that the name be shown only once. screenshot

    Is it possible? Thanks in advance.
    ____________________________________

    PS I posted here because I am not sure whether this problem is related to the plugin or not as its screenshots don’t show this dublication:
    https://wordpress.org/plugins/bp-cover/screenshots/
    I have posted in the plugin’s support forum as well, but the developper comes rarely there.

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

  • @mcuk
    Participant

    @mcuk

    @georgio-1,

    The easiest way is to probably just use CSS on the ID of the name you wish to remove and insert into your style.css file:

    #id { 
    display: none; 
    }

    (find the ID using your browser’s developer tools).

    The other option is to find the file creating the second name using its ID and delete the code creating it. If it’s BuddyPress then copy the file into your child theme first before deleting. If it’s your bp-cover plugin creating it, then the approach with CSS is probably easiest.


    Georgio
    Participant

    @georgio-1

    Well I found the file and removed the part that was creating this. Then I modified some css in the plugin and I am happy with the result

    Your help was great and I thank you very much!


    @mcuk
    Participant

    @mcuk

    Great 🙂

    Just remember (if you don’t know already) that when modifying code, do it in a child theme otherwise the next time you update your theme/plugins, your modifications are lost. But glad you sorted it!


    Georgio
    Participant

    @georgio-1

    Yes, I use a child theme everytime it is possible! Thanks 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar