Need assistance for the my account widget

This topic has 3 replies, 3 voices, and was last updated 8 months ago ago by Andrew Mitchell

  • 2 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2023 at 11:00

    Hello, Jordan

    Thank you for reaching out. Please note that additional customization of code is beyond the scope of our basic support.

    add_filter('header_account_link', function($link) {
     if ( !get_query_var( 'et_is-loggedin', false) ) {
      $link = home_url('/').'register/';
     }
     return $link;
    });
    
    add_filter('etheme_mini_account_content', function($value) {
     if ( get_query_var( 'et_is-loggedin', false) ) {
      return false;
     }
     return $value;
    });

    We can only give an example or hint. Such code can be added in functions.php of the child theme.

    Best Regards,
    8Themes Team

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    April 23, 2024 at 17:13

    Dear Jordan,

    We trust our theme is enhancing your experience. Taking a brief moment to rate it with a glowing 5 stars on ThemeForest would be immensely appreciated. Your feedback holds significant value for us.

    Click here to rate now: https://themeforest.net/downloads

    Thank you sincerely for your ongoing support!

    Best Regards,
    The 8Theme Team

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Need assistance for the my account widget’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.