Removing registration from template
January 2013 Joomla Template
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Wed Sep 11, 2013 9:29 pm
- Reply with quote
- Report this post
Hi,
is it possible to remove the label REGISTRATION from the template?
i've removed all the unused modules but the label stands there.
Thanks for usual support.
Fabio
is it possible to remove the label REGISTRATION from the template?
i've removed all the unused modules but the label stands there.
Thanks for usual support.
Fabio
-
- Junior Boarder
- GK User
- Wed Sep 11, 2013 10:06 pm
- Reply with quote
- Report this post
Hi,
yes, you have to also disable registration in User Manager options.
And disable gk_registration module.
at the end, you should also use this
yes, you have to also disable registration in User Manager options.
And disable gk_registration module.
at the end, you should also use this
- Code: Select all
#gkRegister {display:none;}
-
- Platinum Boarder
- GK User
- Mon Dec 16, 2013 11:16 pm
- Reply with quote
- Report this post
Hi, I have the same problem and does not work.
I disabled registration in User Manager options.
I disabled the module gk_registration.
I copied the code into override.css.
Clean cache (in case ...) and still appears "Register", this is revenge!
http://rosariba-cp72.webjoomla.es/
I disabled registration in User Manager options.
I disabled the module gk_registration.
I copied the code into override.css.
Clean cache (in case ...) and still appears "Register", this is revenge!
http://rosariba-cp72.webjoomla.es/
-
- Junior Boarder
- GK User
- Tue Dec 17, 2013 7:00 pm
- Reply with quote
- Report this post
A help to solve this please?
-
- Junior Boarder
- GK User
- Tue Dec 17, 2013 10:04 pm
- Reply with quote
- Report this post
Sorry I was really busy...
Now it will hide in 100%.
- Code: Select all
#gkRegister {
display: none !important;
}
Now it will hide in 100%.
-
- Platinum Boarder
- GK User
- Tue Dec 17, 2013 10:12 pm
- Reply with quote
- Report this post
Yes, it worked.
Exceptional attention, as always!
Exceptional attention, as always!
-
- Junior Boarder
6 posts
• Page 1 of 1