Finion - Add User Menu To Login Module - Question | JoomShaper

Finion - Add User Menu To Login Module

Claire Haas

Claire Haas

Template 5 days ago

Hi,

Please can you tell me how I can add a User Menu to the Login module in Top 2 position?

I have just updated from Joomla 5 to 6 along with all plugin/template updates and now when I log in as a customer the user menu links are missing. All I see now is View Profile and Log out. Screenshot

How can I fix this please?

Kind regards Claire :-)

0
10 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 5 days ago #223993

Hello Claire Haas,

Thank you for reaching out to our technical support forum. I’m sorry to hear about the trouble you’re experiencing. Rest assured, I will look into this issue for you and work to resolve it as quickly as possible.

If you could kindly provide any additional information regarding the issue, it would greatly help me investigate and address it more efficiently. Please share your administrator access here to check the issue. Use the Hidden Content box to share the credentials. Make sure that you have a full site backup before sharing.

Best regards

0
Claire Haas
Claire Haas
Accepted Answer
5 days ago #224002

Hi,

Thank you.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 5 days ago #224011

Please create a menu like this. Then assign the menu as a module on top2 position.

https://prnt.sc/lNfySOUTo2yr

0
Claire Haas
Claire Haas
Accepted Answer
5 days ago #224026

Hi,

If I do that it sits as it's own module in top2 position instaed of adding itself to the login dropdown. screenshot

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 4 days ago #224082

Please use this CSS to Template Options -> Custom Code -> Custom CSS

#sp-top-bar .mod-menu{
  margin: 0;
}
#sp-top-bar .mod-menu .menu-parent {
    list-style: none;
}
#sp-top-bar .mod-menu .menu-parent a{
  position: relative;
  display: inline-block;
}

#sp-top-bar .mod-menu .menu-parent ul {
  position: absolute;
  z-index: 999;
  padding: 16px;
  margin: 0;
  list-style: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
  opacity: 0;
  visibility: hidden;
  display: block;
  pointer-events: none;
}

#sp-top-bar .mod-menu .menu-parent:hover>ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  animation: spFadeInUp 400ms ease-in;
  background: #4e7e5c;
}

It should be fine.

0
Claire Haas
Claire Haas
Accepted Answer
4 days ago #224090

Hi,

Ok, I just did that but it didnt work, the result is the same. It sits as it's own module in top2 position. Same as the last screenshot. I have tried clearing Joomla cache and NGINX server cache too.

kind regards

0
Claire Haas
Claire Haas
Accepted Answer
1 day ago #224185

Hi,

Any news on this please?

Kind regards

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 day ago #224191

My previous CSS did not work because your second and thrid menu items were not under the first item. I have fixed it. Please check your menu now. I have also added this on the Custom CSS to match with the background color.

#sp-top-bar .mod-menu .menu-parent:hover>ul{
    background: #34501E;
}
0
Claire Haas
Claire Haas
Accepted Answer
1 day ago #224229

Thank you, but that's not what I wanted. I wanted it to sit in the Login dropdown as per my first picture. This is how it was before updating the template. This Top2 area also has a problem when logged in. View Profile and Log Out used to drop down under the green bar, now it sits in the green bar, which makes the green bar very high.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 11 hours ago #224279

Sorry, I did not get your point. Please share a screenshot of your issue to understand it better. Take a screenshot and share via any platform. For example: Lightshot or Imgur

0