Notifications
Clear all

Style [Closed] Checkboxes not showing up on Registration + White URL Insertion Letters

7 Posts
2 Users
0 Reactions
1,317 Views
Posts: 4
Topic starter
(@davegee423)
Active Member
Joined: 3 years ago

1.) When people go to register, they can't check the registration boxes for regular non-Facebook registration. How do I fix this?
2.) When I go to insert a link on the post, the color for the text is white. How do I fix this?

SITE URL: https://www.illuminati2g.com/untouchable/forum/?foro=signup&redirect_to=https%3A%2F%2Fwww.illuminati2g.com%2Funtouchable%2Fforum%2Fmain-forum%2F

6 Replies
Robert
Posts: 10549
Admin
(@robert)
Support Team
Joined: 8 years ago

@davegee423,

The issue comes from your theme, it affects all checkboxes and does incorrect styling. You should use the following css to fix this conflict. Insert it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:

#wpforo #wpforo-wrap form input[type="checkbox"]{
	-webkit-appearance: checkbox!important;
	-moz-appearance: checkbox!important;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: baseline;
}

#wpforo #wpforo-wrap form input[type="radio"]{
	-webkit-appearance: radio!important;
	-moz-appearance: radio!important;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: baseline
}
Posts: 4
Topic starter
(@davegee423)
Active Member
Joined: 3 years ago

Thank you; that worked. 🙂 One last question, when someone tries to register, it says it has an error processing the request. (Tried making another account myself.) Why is this? Can you help me fix it?

4 Replies
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10549

@davegee423,

Please disable all plugins and test it again. Some plugin, or maybe even the active WP theme hooks the registration form submission and stops the registration. You should find the problem maker by disabling them.

BTW, if you have a cache plugin, please exclude wpForo forum page from the cache plugin: https://wpforo.com/community/faq/wpforo-and-cache-plugins/

(@davegee423)
Joined: 3 years ago

Active Member
Posts: 4
  • @robert Alright, so WordFence or an Anti-Spam plugin are what keep people from signing up to the forum. Disabled both just to make sure. One last thing, then I'll stop bothering you. The spot to enter links - the link input is all white. I need people able to see characters.

    https://beeimg.com/view/h7182176868/?pk_campaign=img

Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10549
Posted by: @davegee423

One last thing, then I'll stop bothering you. The spot to enter links - the link input is all white. I need people able to see characters.

https://beeimg.com/view/h7182176868/?pk_campaign=img

Please read this support topic, you should use a small CSS code: https://wpforo.com/community/how-to-and-troubleshooting-2/insert-link-pop-up-how-to-change-the-text-color/#post-42543

 

 

(@davegee423)
Joined: 3 years ago

Active Member
Posts: 4

@robert The link insertion spot still shows up as white text despite the description showing up as a red color.