HomePage › Forums › Themes Support › Bookory – Book Store WooCommerce Theme › woocommerce login and my account infos not showing in mobile menu
- This topic has 18 replies, 2 voices, and was last updated 1 year ago by Billy Nguyen.
-
AuthorPosts
-
August 18, 2023 at 3:43 am #37252SazzadSupport Expired
Hi, the desktop version showing those icons such as add to cart, user, wishlist.
But in mobile I can see only add to cart button. But mobile users need to be registered as well for the ecommerce site. How to resolve this? thnks- This topic was modified 1 year, 2 months ago by Sazzad.
August 18, 2023 at 4:17 pm #37269Please send the admin web account for me, I will check and try to help you.
August 18, 2023 at 4:20 pm #37271SazzadSupport ExpiredThis reply has been marked as private.August 21, 2023 at 8:09 pm #37329SazzadSupport ExpiredHi, i havent got any reply or update yet. Are you working on this?
August 22, 2023 at 2:39 pm #37344Oh sorry, I added this footer bar to your site, please recheck: https://prnt.sc/Go3pCBxzPFFN
To edit this footer, please follow the guide here: https://pavothemes.com/forums/topic/how-to-edit-link-or-text-on-footer-bar/
Note: you are using multilingual WPML, so you have to edit this footer bar for both of your languages.
August 23, 2023 at 2:44 am #37369SazzadSupport ExpiredHi thank you. The other things i am facing problem with these:
1) New user register in the site they dont get any confirmation email
2) Order status doesnt go to the selected emails i have chosen. I.E: failed order or new order information
3) I have installed a plugin for OTP login. On the register form this doesnt work at all as the emails are not sending to the user for registrationAugust 23, 2023 at 4:16 pm #37373You need to install SMTP Email: https://www.wpbeginner.com/plugins/how-to-set-up-wp-mail-smtp-with-any-host-ultimate-guide/
August 23, 2023 at 8:36 pm #37386SazzadSupport ExpiredOkay, how can i add more attributes like author attributes where i can add photos and link them with a short description? I want them to show same way like that.
August 24, 2023 at 3:21 pm #37418You can add more attributes in woocommerce, then use custom fields to add image fields and link links for these attributes.
If you can’t customize it yourself, I can help you, but you will have to pay for this request.
September 6, 2023 at 7:09 pm #37725SazzadSupport ExpiredI did that. I installed another plugin for social login called nextend social login.But the option for social login is not appearing in the login page. Can you give me the solution for this?
September 7, 2023 at 4:45 pm #37738Please add this code to the file functions.php ( child-theme):
function bookory_form_login() { if (bookory_is_woocommerce_activated() && 'yes' === get_option('woocommerce_enable_myaccount_registration')) { $register_link = get_permalink(get_option('woocommerce_myaccount_page_id')); } else { $register_link = wp_registration_url(); } ?> <div class="login-form-head"> <span class="login-form-title"><?php esc_attr_e('Sign in', 'bookory') ?></span> <span class="pull-right"> <a class="register-link" href="<?php echo esc_url($register_link); ?>" title="<?php esc_attr_e('Register', 'bookory'); ?>"><?php esc_attr_e('Create an Account', 'bookory'); ?></a> </span> </div> <form class="bookory-login-form-ajax" data-toggle="validator"> <p> <label><?php esc_attr_e('Username or email', 'bookory'); ?> <span class="required">*</span></label> <input name="username" type="text" required placeholder="<?php esc_attr_e('Username', 'bookory') ?>"> </p> <p> <label><?php esc_attr_e('Password', 'bookory'); ?> <span class="required">*</span></label> <input name="password" type="password" required placeholder="<?php esc_attr_e('Password', 'bookory') ?>"> </p> <button type="submit" data-button-action class="btn btn-primary btn-block w-100 mt-1"><?php esc_html_e('Login', 'bookory') ?></button> <input type="hidden" name="action" value="bookory_login"> <?php wp_nonce_field('ajax-bookory-login-nonce', 'security-login'); ?> </form> <?php echo do_shortcode('[nextend_social_login]'); ?> <div class="login-form-bottom"> <a href="<?php echo wp_lostpassword_url(get_permalink()); ?>" class="lostpass-link" title="<?php esc_attr_e('Lost your password?', 'bookory'); ?>"><?php esc_attr_e('Lost your password?', 'bookory'); ?></a> </div> <?php }
September 7, 2023 at 5:01 pm #37745SazzadSupport ExpiredThis reply has been marked as private.September 7, 2023 at 5:38 pm #37757Please follow the guide here: https://nextendweb.com/nextend-social-login-docs/global-settings-woocommerce/
October 3, 2023 at 1:53 am #38303SazzadSupport ExpiredThis reply has been marked as private.October 3, 2023 at 9:33 am #38306You must use Jetmenu’s Mega Menu widget to display the Mega menu in the header: https://prnt.sc/M4d7dFE97Tgb
-
AuthorPosts
You must be logged in to reply to this topic.