Hi roham,
The problem is that s2Member's JavaScript and CSS files are not loading properly. If you do 'view-source' on that page and then look for the two links inside the
<head> that point to s2Member's JavaScript and CSS, you'll find these:
- Code: Select all
<link rel='stylesheet' id='ws-plugin--s2member-css' href='https://techwadi.org/wp-content/plugins/s2member/s2member-o.php?ws_plugin__s2member_css=1&qcABC=1&ver=111220-111220-2203432680' type='text/css' media='all' />
<script type='text/javascript' src='https://techwadi.org/wp-content/plugins/s2member/s2member-o.php?ws_plugin__s2member_js_w_globals=1&qcABC=1&ver=111220-111220-2203432680'></script>
You should be able to visit those links directly to see the JavaScript and CSS, but when I attempted to visit those URLs, I was redirected to your home page.
Without the s2Member JavaScript, the dynamic properties of the Pro Form will not work, and without the s2Member CSS, the Pro Form will not be styled.
In my experience, this problem is usually caused by one of three things: 1) there is a conflicting plugin, 2) the permission on the file/directory is incorrect, or 3) your web server is running
mod_security which may be causing issues.
Since you already tried disabling plugins on that page, I suspect it's either #2 or #3.
Please see this thread for more information and try modifying your
.htaccess file as suggested:
http://www.primothemes.com/forums/viewt ... 36&t=14787