Shape 5

Joomla Templates => Risen Hope - Club => : jazzmellod May 19, 2017, 09:34:55 PM



: Removing Login & Register Buttons
: jazzmellod May 19, 2017, 09:34:55 PM
I have tried everything I can find on the topic and nothing works.

I've ensured the fields are blank in the Template Styles.

The Login and S5 Register modules do not show up in the Admin backend section under Modules.  However, if I go to the Templates, they are there.  Is there a way to override or delete them from under Templates?

I don't understand how they are displaying if the modules aren't in the backend.

Thanks,



: Re: Removing Login & Register Buttons
: mikek May 20, 2017, 04:30:43 AM
Hello,

"I've ensured the fields are blank in the Template Styles."

That is the only thing that needs to be done. Under the General tab, at the very bottom of the page make sure the text fields for login and register are completely blank and save the configuration. If they are saved blank they cannot show on the template as that is what determines if the text should show or not in the code. If they are still showing you either have something cached on the site or the configuration didn't save.


: Re: Removing Login & Register Buttons
: jazzmellod May 20, 2017, 12:02:06 PM
Thank you for your reply.  I have cleared cache, tried multiple browsers, etc.  Here is the URL http://royalmbc.org/risenroyal/index.php.  I've attached a screenshot of the General settings as well.  I've also disabled the search box and the login still remains. 

What am I missing?!  ??? Thank u! It's makin' me crazy!

Thank you!


: Re: Removing Login & Register Buttons
: mikek May 22, 2017, 09:08:12 AM
Hello,

Something has to be cached on the site, or the wrong configuration is being updated. That is the only thing that controls whether or not those links show.

You can also hide them with css by adding the following to custom.css:

#s5_loginreg {
display:none !important;
}


: Re: Removing Login & Register Buttons
: jazzmellod May 23, 2017, 10:09:12 AM
Thank you. That did the trick!  Appreciate the help. ;D