Notifications
Clear all

wpForo 1.x.x [Closed] Registration Page Layout

5 Posts
2 Users
0 Likes
2,792 Views
Posts: 7
Topic starter
(@nikaplikasi)
Active Member
Joined: 5 years ago

Hi awesome people,

This plugin is awsome so far. But if I may get my registration page's layout nicely arranged, that would be perfect. right now it is not and I would appreciate it if somebody can help me with this. my current layout is as attached, and the link to the said page is https://aplikasi.us/my/forum/?wpforo=signup

Thanks!

4 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @nikaplikasi,

Please don't use reCAPTCHA plugins, wpForo already has a built-in reCAPTCHA, just uninstall and remove the plugin you're currently use. Then navigate to Dashboard > Forums > Tools admin page, find the reCAPTCHA settings in Antispam Tab and configure it, then enable for all forms.

Posts: 7
Topic starter
(@nikaplikasi)
Active Member
Joined: 5 years ago

Ok sure, but the layout problem is still unresolved. anything else I can try?

Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

The reCAPTCHA issue is resolved.

The checkbox with style issue is not wpForo checkbox. You should find the plugin who adds this in registration form. It should have some option to disable. Probably it's MailChimp for WordPress.

In case you want leave this checkbox you should put this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code Textare. Save it, delete al caches and press Ctrl+F5 on Registration page:

#wpforo #wpforo-wrap p.mc4wp-checkbox{
    padding: 0px 0px 8px 21px;
}
#wpforo #wpforo-wrap p.mc4wp-checkbox input[type="checkbox"]{
    margin-right: 10px;
}
#wpforo #wpforo-wrap p.mc4wp-checkbox label{
    font-size: 13px;
}

If you mean other layout issues please specify what exactly you mean.

Posts: 7
Topic starter
(@nikaplikasi)
Active Member
Joined: 5 years ago

That worked! thanks!