Page 1 of 1

SImple horizontal login form

PostPosted: November 19th, 2011, 5:00 pm
by shlomof
Hello,
I found this plugin to have a simple horizontal login form.
http://wordpress.org/extend/plugins/fx- ... ginlogout/
How would I integrate it with s2member?

is there a way to make such a simple form on s2member?
Thanks,
Shlomo

Re: SImple horizontal login form

PostPosted: November 19th, 2011, 5:07 pm
by Raam Dev
Hi Shlomo,

s2Member utilizes the WordPress user system, so any login form that works with WordPress should also work with s2Member. Is there something in particular you're trying to integrate with s2Member?

Re: SImple horizontal login form

PostPosted: November 19th, 2011, 5:25 pm
by shlomof
I'm trying to get this (http://wordpress.org/extend/plugins/fx- ... reenshots/) in my website header. so far this is the only plugin I found that does that.

Re: SImple horizontal login form

PostPosted: November 19th, 2011, 5:33 pm
by Raam Dev
Adding that login form to your site will depend on the theme you're using. If your theme doesn't support Widgets (or if you don't have a widget area where you want to insert the login form), then you'll need to edit your theme file (probably your header.php file) and add this where you want the plugin to show the login form:

Code: Select all
<?php FX_Simple_LoginLogout(); ?>

Re: SImple horizontal login form

PostPosted: November 19th, 2011, 5:49 pm
by shlomof
I use suffusion,it has this widget area on the header.

Re: SImple horizontal login form

PostPosted: November 19th, 2011, 7:30 pm
by Raam Dev
If that plugin is not working, it's most likely a problem with the theme that you're using. You could try using the default TwentyTwelve theme and see if it works or try contacting the plugin developer.

If you're looking for a login form that specifically works with s2Member, check here: viewtopic.php?f=36&t=2781

s2Member Pro includes a Login Widget that you can use in your theme.