Your account expired support, please renew to get your support.

HomePage Forums Themes Support Freshio – Organic & Food Store WordPress Theme My Account not disappearing in mobile version

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6233
    Mokalca
    Support Expired

    Hello there,

    I have disabled “my Account” from the header. However, in mobile version it is not disappearing.

    Can you please adives how to disable for mobile as well?

    #6268

    Hi again,

    I have just disabled My account on mobile version for you, please recheck.

    #6275
    Mokalca
    Support Expired

    Can you please let me know how to do that in case, I want to enable again?

    #6280
    This reply has been marked as private.
    #6287
    Mokalca
    Support Expired

    But this one does not indicate whether I want to display for Mobile and / or desktop version. I want to know where I can enable and disable the “my account” logo separately for desktop and mobile.

    By the way, in the screenshot you sent me people can see my domain which is against the privacy portection.

    #6292

    #1. Config My account on desktop version: https://prnt.sc/10c0nl7
    #2. On mobile or table, you need to use code php to hidden this item

    add_filter('freshio_handheld_footer_bar_links', 'freshio_custom_account', 10, 1);
    function freshio_custom_account($links){
     unset( $links['my-account'] );
    return $links;
    }
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.