Replies
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.
Yes, I know about this but I would prefer to use something other than BuddyPress or community for my folder name. But from what I have been told and heard I can’t do that.
When I said templates I meant templates not themes.
I also can’t see any errors in my console.