HomePage › Forums › Themes Support › Technogy – Electronics Store WooCommerce Theme › Edit Technocy Header Group
Tagged: user registrations
- This topic has 12 replies, 2 voices, and was last updated 3 years ago by Billy Nguyen.
-
AuthorPosts
-
October 29, 2021 at 12:40 pm #16728eoeoe69Support Expired
Hi, how I can edit the Technocy Header Group buttons?
Because When press my account icon, shows a popup for login or register, but when press register option it goes to a wp-login… how to change it so when press register go to the registration page (aka my-account page)?
Thanks
October 29, 2021 at 2:13 pm #16738Hi you,
ABout this issue, please update the new version theme on themeforest or copy this code and paste to file functions.php:
function technocy_header_account() { if (!technocy_get_theme_option('show_header_account', true)) { return; } if (technocy_is_woocommerce_activated()) { $account_link = get_permalink(get_option('woocommerce_myaccount_page_id')); } else { $account_link = wp_login_url(); } ?> <div class="site-header-account"> <a href="<?php echo esc_url($account_link); ?>"> <i class="technocy-icon-account"></i> <span class="account-content"> <?php if (!is_user_logged_in()) { esc_attr_e('Sign in', 'technocy'); } else { $user = wp_get_current_user(); echo esc_html($user->display_name); } ?> </span> </a> <div class="account-dropdown"> </div> </div> <?php }
If you need to help, please send Admin web account for me, I will check and help you.
October 30, 2021 at 9:57 am #16774eoeoe69Support ExpiredI tried but had no success, how I can send you in a private Admin web account?
November 1, 2021 at 10:19 am #16787This reply has been marked as private.November 2, 2021 at 2:47 pm #16835eoeoe69Support ExpiredThis reply has been marked as private.November 2, 2021 at 3:37 pm #16840Hi again,
#1. Register link: I fixed this issue
#2. The search button down: Please take a screenshot about this issue, I don’t find it.
#3. sort by: I fixed this issue.
November 3, 2021 at 10:15 am #16860I fixed all issues, please delete all caches on your browser and recheck
November 4, 2021 at 5:11 pm #16911eoeoe69Support ExpiredThank you!
November 5, 2021 at 10:37 am #16941Ok, let me know if you need to help and hope you will vote 5 stars for our team.
Thanks
November 12, 2021 at 1:52 pm #17202eoeoe69Support ExpiredWhere to vote?
November 12, 2021 at 1:54 pm #17204To vote, please go to http://themeforest.net/downloads then follow that link : http://screencast.com/t/ylPjXebiCIOE
Thanks and have a nice day!November 12, 2021 at 1:57 pm #17206eoeoe69Support ExpiredFollowing this same problem in this thread have the same issue of the wp-login, could send instead this links to (https://sohoenergies.com/web/my-account/)?
November 12, 2021 at 2:14 pm #17210Thank you for your awesome review. We are happy to hear it <3
I have just fixed this issue, please recheck.
-
AuthorPosts
You must be logged in to reply to this topic.