annunto
Forum Replies Created
-
Hello @champsupertramp
I have just insert the code :1- When i use the an already registered , the error display is Email is already registered (This is good)
2- When i enter an incorrect email , example hemanannuntogmail.com , it is saying Email is already registered ( it should rather say , incorrect email)
Please – check it on https://newtemplate.goodharvestltd.com/register-2/
Can you please advised me , what can be do ?
Thanks
Best RegardsHello @champsupertramp
I hope you are fineThank you for the explanation , i am inserting the code right now.
i will inform you , if all is good.
Thank you
Best Regards
HemanForum: Plugins
In reply to: [New User Approve] Customize text in Registration ApprovedHello @arsalantariq
I hope you are fineThank you very much for the code
I will check the code you send me and will inform you.
Thank you
Best Regards
HemanForum: Plugins
In reply to: [New User Approve] Change pending status messageHello @arsalantariq
First of all, my apologies for being soo late to reply.Thanks you very much for the explanation.
I will do it tomorrow 27/01/2022.
If i encounter any issue i will let you know.
Thanks
Best Regards
HemanForum: Plugins
In reply to: [New User Approve] Customize text in Registration ApprovedHello @wpexpertssupportteam
I hope you are doing fineI would like to thank you , i have been able to add the custom code for message for my business.
It is working correctly , i just want to know who can i add variable for the customer
Example I want the message to say
Dear Name of the customer,
Your account has been approved
Thanks
Team ABC
The code is as follows :
add_filter('new_user_approve_approve_user_message', function($message, $user) { $new_message = ""; $new_message .= "You have been approved to access your account ABC Company "; $new_message .= "\n\n"; $new_message .="Login link : "; $new_message .= "\n\n"; $new_message .= "Thanks"; $new_message .= "\n\n"; $new_message .= "The ABC Team"; return $new_message; }, 10, 2);
Thank you
Hello @lianakap
i hope you are fineThank you for the reply
noted , will check it
Thanks
Best regards
HemanHello
When using Elementor header and footer builder plugin , the custom footer, i have created , i did not selected apply on the Entire site, i have rather custom block and copy the shortcode.
Then i have use this shortcode and place same in the footer widget.
Finally i have use custom css , to make the
.woostify container {
max-width:100 !important;
padding-left:0!important;
padding-right:0!important;
}but still there is some more adjustement to be made on the mobile version for menu.
Can you please advised me if , there is a proper solution to apply ?
Thank
Best regards
HemanForum: Themes and Templates
In reply to: [Woostify] Woostify Theme -Mobile Dropdown Menu NOT WORKINGHello
I hope you are fineUpon trying various solution, i noticed that Whenever we use Elementskit and header and footer builder and make it appear Entire on the website, this is causing this issue.
I have insert custom css : for media queries (for the woostify container)
But still there need to be more adjustment.
I cannot know what is causing this issue, but use same plugin on Astra free theme, there was no issue found.
Thank
Best regards
HemanHello @champsupertramp
I hope you are fineUpon clearing browser cache and site cache yesterday, the issue was still there , with a bit of further testing , i notice that the font i was using (EuroStyle) was causing this issue in all contact form.
I have moved to another Font, where i do not encounter such issue.
Thank you for your help
Best regards
HemanHello @champsupertramp
Ok , i will clear browser cache and site cache , to see if the issue goes away.
i will inform you then.
Thanks
Best regards
HemanHello
On my end still having the same issue – https://drive.google.com/file/d/1Fs0COiLl7Jq0CWnfhI8SrPDhP10o6708/view?usp=sharing
Thanks
Best regards
HemanHello @champsupertramp
I trust you are doing fineThis is the screenshot – https://i.imgur.com/nNH27dC.png
You can also verify it live on the link – https://newtemplate.goodharvestltd.com/register-2/
Thank you
Best regards
HemanForum: Plugins
In reply to: [New User Approve] Customize text in Registration ApprovedHello Team,
Thank you very much for you help, i will insert the code and will let you know.
I am using the theme ocean wp, it this the path to insert the code wp-content /themes / oceanwp / function.php, because i cannot find the child themes
Best regards
HemanForum: Plugins
In reply to: [New User Approve] Customize text in Registration ApprovedHello Team,
Thank for your respond , can you please show me an example , i am not been able to make it ?
Thank you
Hello @stef
I hope you are fineI would you like to use the same registration form for enquiries coming from clients and companies. (That is upon selecting a category , be it Individual, Corporate , it will only display the field of the selected category and hide the other field category)
Regarding the multiple step form, it will be used to avoid having many field. by providing next and previous button.
Thanks