This topic contains 0 replies, has 1 voice. Last updated by Kermit Woodall 3 years, 4 months ago.
Topic Author | Topic |
---|---|
Posted: Monday Sep 9th, 2013 at 9:42 am #59306 | |
In my case, which might relate to others, it turned out the reason the Coupon Code wasn’t showing on my S2Member form was due to the WP Better Security plugin. One of it’s tweaks adds: RewriteCond %{QUERY_STRING} ^.*(globals|encode|localhost|loopback).* [NC,OR] to the .htaccess file. This is a problem as the js file that S2Member uses is: …and that ‘globals’ is what WP Bettery Security’s tweak is blocking. I turned off the tweak and resaved the change (or just commented out that line in .htaccess) and all was good. Kermit Woodall |