Page 1 of 1

Security Badge not in footer

PostPosted: January 23rd, 2012, 9:15 pm
by roofer roofer
Sorry to bother,

I have a verified security badge (green and good to go), but when I use the 'customize wordpress footer box' the badge isn't displayed in the footer. It's displayed in the blue area above the footer. Also, if I put the short code in a page/post/widget the badge isn't displayed, just the shortcode.

I have a screen shot attached that shows where the badge is (all plugins disabled). I'm using the s2clean theme and the most recent version of s2member. Any thoughts on getting the badge in the footer?

Re: Security Badge not in footer

PostPosted: January 26th, 2012, 12:11 pm
by Raam Dev
Could you provide a link to the site where we can take a look? It's tough to offer suggestions without actually seeing the code on the site.

Re: Security Badge not in footer

PostPosted: January 26th, 2012, 4:28 pm
by Cristián Lávaque
You can add this code to your s2Clean footer. WP Admin -> Appearance -> Theme Options -> Footbar

Code: Select all
<?php echo do_shortcode('[s2Member-Security-Badge v="1" /]'); ?>


I hope that helps. :)

Re: Security Badge not in footer

PostPosted: January 27th, 2012, 3:08 am
by roofer roofer
Hi guys,

thank you for the responses. Cristian's php got it in the footer. For anyone else who reads this, make sure that you put the php code in the theme options footer configuration and not in the s2member plugin footer configuration. It only works works in the theme options.

cheers,

roofer roofer

Re: Security Badge not in footer

PostPosted: January 27th, 2012, 9:45 am
by Eduan
Thanks for the tip @roofer roofer! :)

I'll be sure to use that. ;)