Replies
- David on February 5, 2022 at 9:15 pm in reply to: [Resolved] Feeds needed for Member Activities to function. #43020
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 3 years, 1 month ago by
David.
- This reply was modified 3 years, 1 month ago by
- David on February 3, 2022 at 9:37 pm in reply to: [Resolved] Feeds needed for Member Activities to function. #42988
Also, how do I update the frequency of the feed?
- David on February 3, 2022 at 7:34 pm in reply to: [Resolved] Feeds needed for Member Activities to function. #42985
I have but, if I remove WordPress RSS feeds does that also remove the BuddyPress feed too or are they separate?
I am not a coder, so I would appreciate it if you could refer the code to me.
Yes I do.
I also take it the javascript files are also hard-coded so I am looking into that as well.
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?
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.
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.
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.
What code do I use for that filter? for some reason everyone seems to assume I am one.