Uendi
Forum Replies Created
-
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search ProblemI have clicked the “save indexing options, erase index and rebuild the index” button, but a single text b to z still show in search results.
I even changed and set the minimum length to 5, click the button and still a single text is shown.
Thanks.
Hi there,
I have disable all the plugins and set it to “nivo slider and fold”, it still the same. No error shows on the page.
Thanks.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search ProblemThank you for your explanation and advise.
If that is the case, I won’t be adding this to my functions.php.
By the way, I notice that letter A has already been listed in the stopword. However, letter B to Z still can be seen in the search result even since I have set it to ” Minimum Word Length To index:3 “. Please advise.
Thanks.
Hi
I have the same problem as @matcha Labs.
I have set it to “nivo slider and fold”, but it’s not the correct.
Thanks.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form Has Configuration ErrorsTakayuki Miyoshi,
I think I have resolved my errors. Thanks ??
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Post a comment button not workingApologised as I have removed the missing fields as you had mentioned. However, even if I put them back, I still face the same problems.
Thanks.
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] Post a comment button not workingForum: Plugins
In reply to: [Theme My Login] Disable the email sent after confirmation?I have the same problem as this person “AFillbrandt” :
in case of email activation an email is send with the activation link. As soon as the new user clicks the activation link, another email is send with the template for new users. That's a bit confusing. And idea to disable this second email? @Tmonto check here https://www.ads-software.com/support/topic/two-e-mails-on-registration-are-send-with-moderation-enabled
So my main purpose is to disable this second email.
Forum: Plugins
In reply to: [Theme My Login] Disable the email sent after confirmation?Thanks. I am poor in php and still learning. Using TML 6.4.2, is this the correct code where I get :
<?php remove_action( 'register_new_user', 'wp_new_user_notification' ); ?>
or
<php remove_action( 'register_new_user', array( Theme_My_Login_Custom_Email::get_object(), 'new_user_notification' ) ); ?>
Do I need to add anything ?
Thanks again.
Forum: Plugins
In reply to: [Theme My Login] Email Activation Is Suppose Not To Be Sent To New UserWhen I tick Enable Custom Email in General Module and click “NONE” in Theme My Login User Moderation Settings, new user will receive Activate Your Account notice.
However if I untick Enable Custom Email in General Module and click “NONE” in Theme My Login User Moderation Settings, the user will receive WordPress email – Your Username and Password info notice.
Thanks.
Forum: Plugins
In reply to: [Theme My Login] Password Reset ProblemThere is an error url shows :
https://site.com/lostpassword/?error=invalidkey
No. The new password cannot be used at all when I tried to login.
Thanks.
Forum: Plugins
In reply to: [Theme My Login] Disable the email sent after confirmation?The problem is still there after I added into the theme-my-login-custom.php:
function register_post() {
global $theme_my_login, $theme_my_login_custom_email;// Remove default new user notification
if ( has_action( ‘tml_new_user_registered’, ‘wp_new_user_notification’ ) )
remove_action( ‘tml_new_user_registered’, ‘wp_new_user_notification’ );or
function register_post() {
global $theme_my_login, $theme_my_login_custom_email;// Remove Custom Email new user notification
if ( $theme_my_login->is_module_active( ‘custom-email/custom-email.php’ ) ) {
if ( has_action( ‘tml_new_user_registered’, array( &$theme_my_login_custom_email, ‘new_user_notification’ ) ) )
remove_action( ‘tml_new_user_registered’, array( Theme_My_Login_Custom_Email::get_object(), ‘new_user_notification’ ) );Please help. Thanks in advance.
Forum: Plugins
In reply to: [Theme My Login] Reset Password Page – Can't Confirm PasswordI have just updated to TML 6.4 and also having this problem. What should I do ?
This plugin really fantastic. I get it done.
Thank you very much.