Shape 5

Joomla Templates => Risen Hope - Club => : wldworks March 24, 2015, 12:34:15 AM



: Can't remove logout button and area
: wldworks March 24, 2015, 12:34:15 AM
See http://livealivefit.com/new/

I am trying to remove the logout button that is currently on the risen hope site and have disable login and the search hoping that the section will disappear between custom_3 and top_row_2_3. Without success.

Please let me know what i need to do to disable it.


: Re: Can't remove logout button and area
: mikenicoll March 25, 2015, 10:53:29 PM
Hello,

In the Template Manager you need to leave the input boxes for Login/Logout/Register blank and they wont appear on the front end.


: Re: Can't remove logout button and area
: wldworks March 31, 2015, 12:26:15 AM
Unfortunately that does not work, as it auto populates the strings again. Would be nice to be able to deactivate the login, as it takes a lot of space

so I had to hide the login buttons and replace the words with one space " "

#s5_login_register_search_wrap_inner {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: solid 0px #EBE8E8;
}

#s5_login, #s5_register {
  float: left;
  margin-right: 0px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 0em;
  padding: 0px;
  line-height: 0;
}


: Re: Can't remove logout button and area
: mikek March 31, 2015, 07:36:41 AM
Hello,

There is nothing that would auto repopulate those fields, unless your configuration for some reason isn't updating. As Miken stated above, all you need to do is save those areas completely blank and then the fields will not show on the frontend, all of our Vertex templates are built with this functionality.