Statistics: Posted by Jason Caldwell — November 20th, 2011, 7:31 pm
Statistics: Posted by Raam Dev — November 20th, 2011, 4:59 pm
Statistics: Posted by Jason Caldwell — November 20th, 2011, 4:40 pm
https://raamdev.com/wordpress/wp-content/plugins/s2member/s2member-o.php?ws_plugin__s2member_css=1&qcABC=1&ver=111105-111105-1516097562
[Thu Nov 17 17:14:04 2011] [error] [client 72.87.158.232] Premature end of script headers: /home/raamdev/public_html/wordpress/wp-content/plugins/s2member/s2member-o.php
SoftException in Application.cpp:601: Directory "/home/raamdev/public_html/wordpress/wp-content/plugins" is writeable by group
Statistics: Posted by Raam Dev — November 17th, 2011, 7:17 pm
Statistics: Posted by Deyson — November 15th, 2011, 9:28 pm
div.s2member-pro-paypal-form-description-div
{
font-size: 140% !important;
font-family: 'Consolas', 'Courier New', monospace !important;
}
Statistics: Posted by Jason Caldwell — November 15th, 2011, 6:10 pm
Statistics: Posted by Deyson — November 15th, 2011, 5:12 pm
Statistics: Posted by Deyson — November 15th, 2011, 4:50 pm
Statistics: Posted by Jason Caldwell — November 15th, 2011, 4:31 pm
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.
Statistics: Posted by Jason Caldwell — October 20th, 2011, 3:52 pm
Statistics: Posted by Jason Caldwell — October 20th, 2011, 3:51 pm
<?php
add_action ("ws_plugin__s2member_after_loaded", "remove_s2_pro_css");
function remove_s2_pro_css ()
{
remove_action ("ws_plugin__s2member_during_css", "c_ws_plugin__s2member_pro_css_js::css");
}
?>
<?php
add_action ("ws_plugin__s2member_after_loaded", "remove_s2_pro_css");
function remove_s2_pro_css ()
{
remove_action ("ws_plugin__s2member_during_css", "c_ws_plugin__s2member_pro_alipay_css_js::alipay_css");
remove_action ("ws_plugin__s2member_during_css", "c_ws_plugin__s2member_pro_authnet_css_js::authnet_css");
remove_action ("ws_plugin__s2member_during_css", "c_ws_plugin__s2member_pro_ccbill_css_js::ccbill_css");
remove_action ("ws_plugin__s2member_during_css", "c_ws_plugin__s2member_pro_clickbank_css_js::clickbank_css");
remove_action ("ws_plugin__s2member_during_css", "c_ws_plugin__s2member_pro_google_css_js::google_css");
remove_action ("ws_plugin__s2member_during_css", "c_ws_plugin__s2member_pro_paypal_css_js::paypal_css");
}
?>
Statistics: Posted by Jason Caldwell — October 20th, 2011, 3:49 pm
Statistics: Posted by afeefmirza — October 19th, 2011, 6:37 pm
Statistics: Posted by seofeed — August 20th, 2011, 3:32 pm
Yes, I won't say it's an easy task, but we have left room for other gateways to be integrated with s2Member through s2Member's core PayPal IPN processor and the use of a Proxy Key. Please check your Dashboard under this section:
1. Can we add our own payment gateways like RegNow or others? Haven't looked at the yet but wondering.
2. Where is the rest of the s2member-pro-paypal-form CSS code? I found a little bit in /s2member-pro/s2member-pro.css but that's not all of it. There's a bunch more called when the actual form runs and I can't find it to save my life. I've searched through all sorts of files. Where's it hiding so I can design fully and then override in custom.css? I've already overridden some of it.
Statistics: Posted by Jason Caldwell — August 20th, 2011, 3:18 pm
Statistics: Posted by seofeed — August 19th, 2011, 2:37 pm