Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • @para

    Member

    Put this in your bp-custom.php

    `define ( ‘BP_ENABLE_ROOT_PROFILES’, true );`

    @para

    Member

    Thinking about it, im going about this the wrong way, if i want the avatars to change site wide i need a different approach …

    ** Goes to mull it over **

    @para

    Member

    that code above is messed, buddypress forum keeps messing with my code?? not sure why? if you open the style.css in your theme directory you will see the code to import css files, but id suggest just add to the new code to your _inc/css/deafult.css file

    @para

    Member

    First off id suggest making a child theme, more info here https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    You can put the html code in the header.php found in your theme folder, im not sure where you want it placed exactly so you will have to trail and error untill you find the right position.

    The corresponding css code should be put in the _inc/css/deafult.css file, OR you could make a new separate css file and include this in your main css file like so

    ` @import url( _inc/css/your_new_file.css );`

    @para

    Member

    oops, didnt backtick the code, here it is

    @para

    Member

    Add the following code to your members/single/profile/profile-loop.php file, or whatever other file you want it to appear.

    @para

    Member

    In which file are you putting this code? this is html not css, do you have the corresponding css code in your default.css file?

Viewing 7 replies - 1 through 7 (of 7 total)
Skip to toolbar