Disable My Account - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Disable My Account

G

gregory

Template 5 months ago

Good morning, how can I remove the option My account from the top right to menu the template is newskit

0
11 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #193104

Hi Gregory.

  1. In Module Manager - check modules published on position "top1", one of them is Login module. Unpublish it.
  2. In Template Options > Basic (tab) > Header (tab) > Enable Login : Off > Save & Close
  3. Then as last step use Custom CSS

#sp-top1 .sp-my-account {display: none; visibility: hidden;}

0
G
gregory
Accepted Answer
5 months ago #193131

I have deactivated the module in the top1 position in the template, there is no options template with login, but it still appears. https://prnt.sc/o_pOsnp7UXUf

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #193133

Can you share access to admin area, it will be easier for me to find & disable that.

0
G
gregory
Accepted Answer
5 months ago #193134

syllogos-elpis.gr/administrator

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #193136

Thanks, Login element was hidden by me :)

0
G
gregory
Accepted Answer
5 months ago #193703

I have the same problem with the inmetamorfoseosvirona.gr Can you tell me what to do so you don't appear?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #193705

From previus , 1st website and newkit template folder copy that file and use it on your 2nd website

/templates/shaper_newskit/features/account.php

override current file.

0
G
gregory
Accepted Answer
5 months ago #193847

Good morning, I replaced the file you told me about but it still shows "my account".

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #193854
  1. The same template name or different?
  2. Share URL
  3. In Template Options > Custom Code > Custom CSS :
#sp-top1 .sp-my-account {
  display: none; visibility: hidden;}
0
G
gregory
Accepted Answer
5 months ago #193858
0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 5 months ago #193859

Fixed.

Oh, you forgot to disable Login module ;p

0