1. 417Diver
  2. Commercial Templates
  3. Tuesday, 12 March 2013
  4.  Subscribe via email
I read on another thread how to remove the forgot username password under the login menu but it did not work for me. Anyone have an exact write up on how to remove the text and links of forgot password forgot username? Evolution is the template
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Steven

One possible option would be to hide the elements using CSS. To do so try adding the following to the Custom CSS field of your templates parameters..

[code type=css]
#login-form li:first-child, #login-form li:nth-child(2n) {
display: none;
}[/code]

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
I went to the administration control panel then to extensions/template manager/j51_Evolution style6 black and went down to the custom css field and copy pasted the text you provided. I also added it to the j51 evolution default template. Nothing changed. Do I need to directly edit the css file /templates/j51_evolution/css/style6.css?
Here is what I am trying to remove.
http://417motorsports.net/images/unpw.png
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
I have tried about everything on every forum I could find and still no luck on removing these.
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Steven

Would you have a URL to an example of this login module?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
http://www.417motorsports.net/index.php/login
The site is offline so its not accessible. I need to keep it offline until a few other things are fixed and this issue.
The Login is under User Menu which is located at the footer of the site.
When I open the edit menu item Login Form the link shown is index.php?option=com_users&view=login
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Emailed you a login to the site to check the menu and to let you turn the site online to see the login module.
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Steven

The CSS will only work on a login module. The login menu item links to a login that has no class name which means it cant be really targeted with CSS without effecting other content. A possible solution may be for you to create a blank article and link to it, placing a login module beside it.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Ok I will try that.
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
It worked thanks!

I removed the User Menu under Menus which had my Login page and created a new module under extensions/module New (Login).

Set the position to the sidecol-b and Menu Assigned it to the only page that needed edited. Makes it easier for the customer to find the login so they can login and update the page.

Obviously had to add the code to the template under Extensions/template manager/my template evolution custom css box.

#login-form li:first-child, #login-form li:nth-child(2n) {
display: none;
}


Again thanks for the fix.
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok