Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #278214

    Andrew
    Participant

    I see Theme X has custom styling for BuddyPress. How can I edit this using the child theme?

    #278252

    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    Request you to kindly walk-through following thread:

    https://theme.co/x/member/forums/topic/how-to-use-x-child-theme-to-customize-buddypress-and-bbpress-and-change-fonts/

    Thanks.

    #278273

    Andrew
    Participant

    So basically just copy the BuddyPress plugin into the Theme X Child plugins folder, delete all of the copy’s files, but keep the folder structure, and only keep the files that I want to change?

    #278361

    Rad
    Moderator

    Hi there,

    Nope, not the plugin. But buddypress templates located at /x/buddypress/ and duplicate it into /x-child/buddypress/

    You don’t have to delete anything, and you also don’t have to copy everything. Just copy/duplicate some specific templates you wish to edit or customize.

    Thanks!

    #278389

    Andrew
    Participant

    Thank you!

    #278409

    Friech
    Moderator

    Please feel free to get in touch with us regarding any further queries about the X theme.

    Cheers!

    #278948

    Andrew
    Participant

    Question: when I copy these into the child theme, if Theme X updates and adds BuddyPress stuff, wouldn’t this prevent me from getting those new additions?

    #279170

    Rue Nel
    Moderator

    Hello There,

    No, child theme doesn’t prevent you from anything. Your child theme allows you to make code changes that won’t be overwritten when an X update is released. You can have all your customizations in the child theme and all other BuddyPress changes. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.

    X is quite extensible with child themes, so there are plenty of possibilities.

    Let us know if this has been helpful to you.

    #279730

    Andrew
    Participant

    Thanks!

    One more thing. I can’t seem to figure out why the Groups page has two titles, and don’t know how to remove the second.

    #279731

    Andrew
    Participant
    This reply has been marked as private.
    #279927

    Rue Nel
    Moderator

    Hello There,

    To remove the other header, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .groups .entry-wrap .entry-header {
        display: none;
    }

    Please let us know how it goes.

    #279964

    Andrew
    Participant

    PERFECT!!! Thank you! Is there a reason it was displaying there? I feel like it should normally be like that.

    #280008

    Rue Nel
    Moderator

    Hello There,

    You are always welcome. That is not supposed to display there. Please try to switch the page template to Blank Container and see what happens.

    Hope this helps. Kindly let us know.