NooTheme Premium WordPress Theme › Forums › JobMonster › Double Logo Issue
- This topic has 5 replies, 2 voices, and was last updated 3 years, 8 months ago by oilongawebsites.
-
AuthorPosts
-
3 years, 8 months ago #1212289
Please help!
Double logo, huge white spac,e, and drop-down user menu stays dropped down.
Attachments:
You must be logged in to view attached files.3 years, 8 months ago #1212291This reply has been marked as private.3 years, 8 months ago #1212298This reply has been marked as private.3 years, 8 months ago #1212301Did you look into this? I see there is a change but the mobile version is still having 2 logos.
I also have the following issues:
1. Recover password button still not working, what is the shortcode for that page?
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.
3. My current translation is in the parent theme, meaning it will get lost with an update. How do I safely create a child theme? also, the code given to be added to the function.php is breaking the site. Can you help?
3 years, 8 months ago #1212308Dear.
1. I check and not see logo is duplicate on mobile (see attachment), please kindly clear cache of mobile browser and check again.2. That problem because it's conflict with WooCommerce Account lost password endpoint.I have go to WOoCommerce settings -> Advanced and change Account endpoint setting 'Lost password' to 'lost-password ' Now. it's working, please check again.
3. You need copy your translate to Wodpress languages folder and what is code is breaking the site, Please kindly give me more details. I will check to help you.
Attachments:
You must be logged in to view attached files.3 years, 8 months ago #1212353Thank 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.
-
AuthorPosts
You must be logged in and have valid license to reply to this topic.