Home Forums WoodMart support forum My Accounts Link

My Accounts Link

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #43782

    maherdaouddx
    Participant

    Dears,

    After Login, there is a button “MY ACCOUNT”, it is a menu that contains links, and one of the link is logout
    I do not know why it appears twice!! please have a look in the attached screenshot and advise.

    Regards,

    Attachments:
    You must be logged in to view attached files.
    #43836

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woocommerce-MyAccount-navigation-link--support-tickets + 
    .woocommerce-MyAccount-navigation-link--customer-logout {
    	display: none;
    }

    Regards

    #43854

    maherdaouddx
    Participant

    Hi,

    I know, I can handel it using css. But, I don’t think this is the right approach, I think this is a bug and I need to fix it from back-end level

    Thanks.

    #43855

    Artem Temos
    Keymaster

    The problem is that you are using some extra plugin that adds its own links there and that is why this link is duplicated. https://gyazo.com/0f204b37c82113caed391b5781e5db0a

    #43858

    maherdaouddx
    Participant

    Thank you
    I will disable unneeded plugines
    Another Question, On mobile, How I can make it fullscreen, not just when the user scroll down, I want always to be fullscreen and hide all elements of browser

    #43872

    Artem Temos
    Keymaster

    Sorry, what do you mean here?

    #43885

    maherdaouddx
    Participant

    I want to make it look like an mobile application, So I want to hide all elements of browser like search bar.

    #43886

    Artem Temos
    Keymaster

    But you can’t hide your device’s browser elements. It is not possible.

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