latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

login form

Home Forums Community Forum login form

Tagged: 

This topic contains 5 replies, has 4 voices. Last updated by  Jason (Lead Developer) 4 years, 3 months ago.

Topic Author Topic
Posted: Wednesday Sep 5th, 2012 at 5:32 am #24139

List Of Topic Replies

Viewing 5 replies - 1 through 5 (of 5 total)
Author Replies
Author Replies
Posted: Thursday Sep 6th, 2012 at 6:56 am #24282

Hi Wayne.

I sent Jason an email, he’s the one that put it there. :)

Posted: Thursday Sep 6th, 2012 at 1:13 pm #24351

hi wayne,

in the wordpress themefolder /themes/infocus/

you need to edit these file -> header.php

after line 26

...
<div id="body_inner">
<!-- here goes your code ->
<div id="bar">
	<div class="inner-bar">
		<div id="nav" class="bar-user-info jqueryslidemenulogin">
		<?php
		if ( is_user_logged_in() ) {
			wp_nav_menu( array( 'theme_location' => 'loggin-menu' ,
												'container'       => false) );
		} else {
			wp_nav_menu( array( 'theme_location' => 'loggout-menu' ,
												'container'       => false) );
		}
		?>
	</div>
	<div class="bar-top">
		<?php
		if ( is_user_logged_in() ) { ?>
	<a href="http://domain.tld/wp-login.php?action=logout" title="Ausloggen"><img src="http://domain.tld/wp-content/themes/infocus/images/icons/squeeze/no.png" alt="Ausloggen"></a>&nbsp;
	<?php
	} else { ?>
	<a href="http://domain.tld/wp-login.php?action=register" title="Registrieren"><img src="http://domain.tld/wp-content/themes/infocus/images/icons/full_color/edit.png" alt="Register"></a>&nbsp;
	<a href="http://domain.tld/wp-login.php" title="Einloggen"><img src="http://domain.tld/wp-content/themes/infocus/images/icons/full_color/lock.png" alt="Login"></a>&nbsp;
	<?php
	}
	?>
	</div>
</div>
<!-- BAR END -->

After that you need to customize your style.css

hope it helps

Posted: Friday Sep 7th, 2012 at 5:17 am #24484

Thanks Christian. :)

Posted: Friday Sep 7th, 2012 at 5:33 am #24488

hey guys thats very kind
however i still have to find a developer to style the css why not sned me the whole code including the graphic files for the arrows?? i am using the exact same theme and am happy to have same look as your s2memebr login
if you sold this product and said to fully integrate you need a developer at extra cost no problem
but you know you would solve half of your complaints and probably sell doubeif you offered an additional login form styling menu within the s2 memebr plugin
would not be hard to do with options to include
a: in the header
b:on page/post
c: page
that would then work in any theme as you hook into s2 member files
just my thoughts

Posted: Friday Sep 28th, 2012 at 9:34 pm #26906
Staff Member

Thanks for the heads up on this thread.

At s2Member.com, we use the inFocus theme, and the login box was integrated with the s2Member API Function which generates a login box for any site powered by WordPress. Once the login box is generated (very simple, and easy to customize)… you can then style it via your theme’s style.css file, or through other methods made possible by your theme.

Please see: Dashboard -› s2Member® -› API / Scripting -› Pro Login Widget (via PHP)
See also: Pre Sale FAQs » Is there a way to call upon the Pro Login Widget directly?

Viewing 5 replies - 1 through 5 (of 5 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.