Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Child theme issue – text in profile fields


  • Reacton
    Participant

    @reacton

    I have created a child theme of the bp-default theme, everything has been linked corectly however for some reason any text which is added to the profile page e.g. if I post a status or if I add a name or address in the progile editor does not appear?

    Cheers for any replies.

    Lloyd.

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

  • @mercime
    Keymaster

    @mercime

    @reacton What kind of modifications did you make on your BP Default child theme? Note that if made changes in the HTML markup in the template files of the BP-specific pages, you might also have to copy over and revise the JS files of BP Default theme.


    Reacton
    Participant

    @reacton

    @mercime I did edit afew of the html files: header, page, index, sidebar, and footer. however I realised I may have worded that wrong, its when I post a comment it says who posted it the time and everything but the actual comment does not appear?

    and if I add a profile field and fill it in it shows the profile feed name in the profile page but not what I typed inside it.

    should I copy the javascript file over to my child theme also?

    Thanks,

    Lloyd


    Reacton
    Participant

    @reacton

    RESOLVED – None of the buttons, text fields where appearing in profile, comments etc because they are linked to the following field and I had set it to display none.

    p:last-child {
    margin-bottom: 0px;
    display: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Resolved] Child theme issue – text in profile fields’ is closed to new replies.
Skip to toolbar