- This topic has 4 replies, 2 voices, and was last updated 4 years, 3 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Affiliates Management Plugin for WordPress
by
WordPress Affiliate Manager › Forums › Affiliate Manager Plugin › Does not show the check box for terms and conditions
Kind regards
In the registration forms and in login, the box to check the terms and remember me on the computer is not shown.
@pgloaiza, Please provide links to those pages so we can can check it.
https://gotiendaonline.com/affiliate-home/affiliate-register/
@pgloaiza, Your theme has defined some CSS that is setting the opacity of the checkbox to 0.
https://gotiendaonline.com/wp-content/themes/go/dist/css/style-shared.min.css?ver=1.4.2
input[type=checkbox], input[type=radio] {
height: 19px;
opacity: 0;
width: 20px;
}
Great. Problem solved. Thank you very much