HomePage › Forums › Themeforest › Organey – Organic Food WooCommerce WordPress Theme › How to edit ajax account bar coming from right
Tagged: Ajax based side account
- This topic has 6 replies, 2 voices, and was last updated 1 year, 8 months ago by Supporter.
-
AuthorPosts
-
December 29, 2022 at 5:56 pm #8467silvercoinviagemSupport Expired
Hi,
I want to change the form on the right-hand side once you click the login in the header. I have my new form present In shortcode. Let me know how should i replace the old one with a new one. Attaching screenshot link: https://postimg.cc/BP3Ts9Zw
December 29, 2022 at 11:29 pm #8468Hi,
I can’t connect to your login page, please recheck: https://prnt.sc/2V7eYAl6127K
January 9, 2023 at 2:25 pm #8561silvercoinviagemSupport ExpiredPlease use the below link :
January 10, 2023 at 12:43 am #8570Please copy this function and add it to the file functions.php ( child-theme):
function organey_form_login() { //add your shortcode }
January 12, 2023 at 11:19 am #8600silvercoinviagemSupport ExpiredHi,
I have added the code as per your reply, but once I add that, the side panel does not come up.
Below is the code I tried adding.
function organey_form_login() {
[twy_form_msg91_login_signup] ;
}I am commenting on the code right now since my website is having a login issue, you can uncomment to check.
January 12, 2023 at 11:23 am #8601silvercoinviagemSupport ExpiredHI,
I have removed the code completely, as it was giving the issue.
<div id=”twy_login_signup_form_mobile”><label class=”twy_label twy_mobile_label” for=”twy_mobile”>Mobile Number </label><div class=”twy_mobile_field_container”><input type=”text” name=”twy_signup_mobile” id=”twy_signup_mobile” class=”twy_mobile_field” style=”margin-right:5px;”> <input type=”button” id=”twy_send_otp_button_signup” class=”twy_send_otp_button_signup” value=”Send OTP”></div><div id=”twy_otp_login_signup_message”></div></div>
This is part I have to include in side panel
January 13, 2023 at 1:54 am #8613I resolved this issue, please recheck your site.
-
AuthorPosts
You must be logged in to reply to this topic.