Thank you, the logo is fine and so is the lost password link.
The code I am referring to is this one:
add_action( 'after_setup_theme', 'my_child_theme_setup' );
function my_child_theme_setup() {
load_child_theme_textdomain( 'noo', get_stylesheet_directory() . '/languages' );
}
According to this article: https://nootheme.com/knowledge-base/avoid-losing-edited-language-files-update/
It should be added to the functions.php file, but when I do it breaks the site.
This issue is still not addressed:
2. I don't want people to know which company has posted what tender. The setting works fine in the archive page but once you click on the tender(job in your case) it shows the company's name in the header. Only paid-up, logged-in members should see which company a tender/job belongs to.
Thank you for your help so far.