Your account expired support, please renew to get your support.
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #16728
    eoeoe69
    Support 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

    • This topic was modified 2 years, 6 months ago by eoeoe69.
    • This topic was modified 2 years, 6 months ago by eoeoe69.
    #16738

    Hi 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.

    #16774
    eoeoe69
    Support Expired

    I tried but had no success, how I can send you in a private Admin web account?

    #16787
    This reply has been marked as private.
    #16835
    eoeoe69
    Support Expired
    This reply has been marked as private.
    #16840

    Hi 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.

    #16860

    I fixed all issues, please delete all caches on your browser and recheck

    #16911
    eoeoe69
    Support Expired

    Thank you!

    #16941

    Ok, let me know if you need to help and hope you will vote 5 stars for our team.

    Thanks

    #17202
    eoeoe69
    Support Expired

    Where to vote?

    #17204

    To vote, please go to http://themeforest.net/downloads then follow that link : http://screencast.com/t/ylPjXebiCIOE
    Thanks and have a nice day!

    #17206
    eoeoe69
    Support Expired

    Following 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/)?

    login

    #17210

    Thank you for your awesome review. We are happy to hear it <3

    I have just fixed this issue, please recheck.

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.