BuddyDev

Search

Replies

  • Participant
    Level: Enlightened
    Posts: 64

    Thanks for the response. In response to your first post, I only want an activity feed for each user on their profile. I want to remove the one for all members.

    • This reply was modified 2 years, 1 month ago by David.
  • Participant
    Level: Enlightened
    Posts: 64

    Also, how do I update the frequency of the feed?

  • Participant
    Level: Enlightened
    Posts: 64

    I have but, if I remove WordPress RSS feeds does that also remove the BuddyPress feed too or are they separate?

  • Participant
    Level: Enlightened
    Posts: 64
    David on in reply to: Change Avatar & Cover Image folder #42838

    I am not a coder, so I would appreciate it if you could refer the code to me.

  • Participant
    Level: Enlightened
    Posts: 64
    David on in reply to: [Resolved] How to create a template #42619

    Yes I do.

    I also take it the javascript files are also hard-coded so I am looking into that as well.

  • Participant
    Level: Enlightened
    Posts: 64
    David on in reply to: [Resolved] How to create a template #42572

    Ok I think I might have it. I inserted this code into my functions file of the template to load the css file I want.

    add_action( ‘wp_enqueue_scripts’, ‘child_enqueue_styles’);

    function child_enqueue_styles() {

    wp_enqueue_style( ‘reset-style’, get_template_directory_uri() . ‘/css/profile.css’, array());

    Now how do I remove the other one permantly?

  • Participant
    Level: Enlightened
    Posts: 64
    David on in reply to: [Resolved] How to create a template #42562

    If I have to start looking into making a custom template I will but I want to make sure I exhaust all my options first since I am not a coder.

  • Participant
    Level: Enlightened
    Posts: 64
    David on in reply to: [Resolved] How to create a template #42560

    Since I can’t do very much with template override.

    Is there any easy way to use nouveau’s design but also be able to change those files names? Would it be easier with legacy?

    I would also like to change the name and location of avatars and cover images.

  • Participant
    Level: Enlightened
    Posts: 64
    David on in reply to: [Resolved] How to create a template #42380

    Thank you so very much.

    Could you recommend any sources with detailed instructions on how to build a template? I wanted to just copy the nouveau template and edit it but I can’t do that due to the hard coding. I was told that I could just include the css but I don’t know how to do that at this moment.

  • Participant
    Level: Enlightened
    Posts: 64
    David on in reply to: [Resolved] How to create a template #42369

    What code do I use for that filter? for some reason everyone seems to assume I am one.