Statistics: Posted by Cristián Lávaque — July 25th, 2011, 8:38 pm
Statistics: Posted by Cristián Lávaque — July 25th, 2011, 6:31 pm
Statistics: Posted by cassel — July 23rd, 2011, 11:50 am
Is it possible to modify the PayPal® and/or Authorize.Net® Pro Form templates?
Usually not necessary. But yes, if you really need to. Please check your /s2member-pro/includes/templates/forms/ directory. You can take the default templates, and place some ( or all of them ) into your own WordPress® theme directory. s2Member Pro will automatically find your custom templates there. By placing custom templates into your theme directory, you can be sure they won't get overwritten in a future upgrade. Either that, or you can just use the default templates like they are, and customize them with your own CSS rules inside the Stylesheet for your WordPress® theme ( i.e. style.css ). If you're using a PriMo Theme ( for instance, the s2Clean Theme ), check your Theme Options Panel, under: Custom CSS / Style Sheet.
template="" 100% optional. This can be a custom template file that exists inside your WordPress® theme directory. For example: template="checkout.html".
Statistics: Posted by Cristián Lávaque — July 6th, 2011, 4:28 pm
Statistics: Posted by cassel — July 6th, 2011, 10:08 am
Statistics: Posted by Cristián Lávaque — July 5th, 2011, 10:31 pm
Statistics: Posted by Cristián Lávaque — July 5th, 2011, 10:05 pm
Statistics: Posted by cassel — July 5th, 2011, 6:57 pm
Statistics: Posted by cassel — July 5th, 2011, 4:52 pm
<a href="<?php echo $_SERVER['REQUEST_URI']; ?>?signup">Sign Up</a>
<?php if (isset($_GET['signup']) {
// Display registration pro-form.
} else {
// What goes in this page.
} ?>
Statistics: Posted by Cristián Lávaque — July 5th, 2011, 2:27 pm
Statistics: Posted by cassel — July 5th, 2011, 7:55 am