NooTheme Premium WordPress Theme › Forums › JobMonster › “Check Your email to confirm” message do not show.
This topic is: resolved
- This topic has 3 replies, 2 voices, and was last updated 4 years, 4 months ago by protul.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
4 years, 4 months ago #1204742
After I register, "Check your email to confirm registration" message do not show up. Look at the attached pic. The red block is there but the message is not showing.
Before it showed the message. But after adding some code in my "functions.php" it is not showing anymore.
I have attached the "functions.php" file as well.
Attachments:
You must be logged in to view attached files.4 years, 4 months ago #1204744My "functions.php" file:
<div> <div><span style="color: #569cd6"><?php</span></div> <div><span style="color: #6a9955">/**</span></div> <div><span style="color: #6a9955"> * Theme functions for NOO JobMonster Child Theme.</span></div> <div><span style="color: #6a9955"> *</span></div> <div><span style="color: #6a9955"> * </span><span style="color: #569cd6">@package</span><span style="color: #6a9955"> NOO JobMonster Child Theme</span></div> <div><span style="color: #6a9955"> * </span><span style="color: #569cd6">@version</span><span style="color: #6a9955"> 1.0.0</span></div> <div><span style="color: #6a9955"> * </span><span style="color: #569cd6">@author</span><span style="color: #6a9955"> Kan Nguyen <[email protected]></span></div> <div><span style="color: #6a9955"> * </span><span style="color: #569cd6">@copyright</span><span style="color: #6a9955"> Copyright (c) 2014, NooTheme</span></div> <div><span style="color: #6a9955"> * </span><span style="color: #569cd6">@license</span><span style="color: #6a9955"> http://opensource.org/licenses/gpl-2.0.php GPL v2 or later</span></div> <div><span style="color: #6a9955"> * </span><span style="color: #569cd6">@link</span><span style="color: #6a9955"> http://nootheme.com</span></div> <div><span style="color: #6a9955"> */</span></div> <div><span style="color: #6a9955">// An example of how to write your own code in another file:</span></div> <div><span style="color: #6a9955">// require_once dirname(__FILE__) . 'example-code.php';</span></div> <div><span style="color: #6a9955">// Load language file from child-theme</span></div> <div><span style="color: #6a9955">// add_action( 'after_setup_theme', 'noo_child_theme_setup' );</span></div> <div><span style="color: #6a9955">// function noo_child_theme_setup() {</span></div> <div><span style="color: #6a9955">// load_child_theme_textdomain( 'noo', get_stylesheet_directory() . '/languages' );</span></div> <div><span style="color: #6a9955">// }</span></div> <div><span style="color: #dcdcaa">add_filter</span>(<span style="color: #ce9178">'noo_post_job_btn'</span>, <span style="color: #569cd6">function</span>(){</div> <div> <span style="color: #c586c0">return</span> <span style="color: #ce9178">'<li id="nav-menu-item-post-btn" class="menu-item-post-btn"><a data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" href="#">'</span> . <span style="color: #dcdcaa">jm_get_button_text</span>() . <span style="color: #ce9178">' <span class="caret"></span></a><ul class="dropdown-menu"></span></div> <div><span style="color: #ce9178"> <li><a href="http://jobshut.org/post-job/">Post International Jobs</a></li></span></div> <div><span style="color: #ce9178"> <li><a href="http://jobshut.org/post-job/">Post Local Jobs</a></li></span></div> <div><span style="color: #ce9178"> </ul></li>'</span>;</div> <div>});</div> <div><span style="color: #c586c0">if</span> ( ! <span style="color: #dcdcaa">current_user_can</span>(<span style="color: #ce9178">'manage_options'</span>) ) {</div> <div><span style="color: #dcdcaa">add_filter</span>( <span style="color: #ce9178">'show_admin_bar'</span>, <span style="color: #ce9178">'__return_false'</span> );</div> <div>}</div> </div>
4 years, 4 months ago #1204764Dear, please kindly go to admin menu 'Jobmonster -> Settings -> Member' and check 'Register Notify' setting then click 'Save Change' to udpate member setting data, then check your site again.
Best regards.
4 years, 4 months ago #1204776Thanks, problem solved.
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in and have valid license to reply to this topic.