By Ferlin Mogot on Monday, 08 September 2014
Posted in Technical Issues
Likes 0
Views 586
Votes 0
I put "Subscribe to Newsletter" field in ES registration form.
I have set it checked (enable) by default.

How to set it to hidden, while the field is enable?
So when user register they automatically subscribe our newsletter, and they can unsubscribe in email notification.

Thank you
Hello Ken,

Thanks for sharing.

Hello Ferlin,

Can you try put this code in your current Joomla template:

body div#fd .checkbox{
display:none;
}


Please be advise.
Thanks.
·
Monday, 08 September 2014 11:28
·
0 Likes
·
0 Votes
·
0 Comments
·
May I know what your website is? So I can find the right class for you
Ken
·
Monday, 08 September 2014 11:04
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Monday, 08 September 2014 11:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Add this to your template css
label.checkbox {
visibility: hidden;
}
Ken
·
Monday, 08 September 2014 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah yes,
display:none

was way better than
visibility:hidden
Ken
·
Monday, 08 September 2014 11:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ken & Yasser, I have tried to add 2 code below, but the subscribe newsletter checkbox is still appear
·
Monday, 08 September 2014 11:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

Erm, when I inspect your site and put this css code, I got this display:


Have you clear your site, template and browser cache. If this issue is still persist, perhaps you can provide us with backend access and ftp access so that we can check on this issue, and apply fixes needed.

Please be advise.
Thanks.
·
Monday, 08 September 2014 11:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Clear site cache, clear your browser cache and check again please
Ken
·
Monday, 08 September 2014 11:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello guys,
I have clear cache in my browser and my web, but the checkbox is still appear.
I also add "!important" in the css code, but still appear.

can you help me?
·
Monday, 08 September 2014 16:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Did you put this code in your site template.css file? I too don't see it hidden.
·
Monday, 08 September 2014 16:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Helo Lewis,

Yes, I put the code in css file of my template
·
Monday, 08 September 2014 16:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

I have helped you put the css code in your site here: yoo_infinite/css/layout.css.

body div#fd .quick-register-form .checkbox{
display:none;
}


Can you check it for me is this issue is resolved?

Hope this will help.
Thanks.
·
Monday, 08 September 2014 16:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Yes, I just remembered that I'm using 2 template for my web.
One for my splash page, and one for another pages.

My issue is fix now.

Thank you all.
·
Monday, 08 September 2014 16:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Ferlin,

You're welcome. Glad to hear your issue have been resolved.
If you have anymore question, please don't hesitate to ask us and please create a new ticket. I will mark this ticket as resolved.

Thanks again and have a wonderful day.
·
Monday, 08 September 2014 17:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post