Community Support Forums — WordPress® ( Users Helping Users ) — 2011-06-06T13:45:32-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=6694 2011-06-06T13:45:32-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6694&p=20238#p20238 <![CDATA[Re: s2member does not protect page?]]>
It's most likely that the Google Analytics code at the bottom of the page won't have a chance, so you could track with the redirection URL, add a variable or do something you can pick up in the target page, that will let you know when the redirection happened.

Statistics: Posted by Cristián Lávaque — June 6th, 2011, 1:45 pm


]]>
2011-06-06T07:57:57-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6694&p=20223#p20223 <![CDATA[Re: s2member does not protect page?]]> Statistics: Posted by Margruss — June 6th, 2011, 7:57 am


]]>
2011-06-06T07:55:17-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6694&p=20222#p20222 <![CDATA[Re: s2member does not protect page?]]>
Code:
<?php } ?>
</div><!-- /xs-header -->
   <div id="xs-primary-menu">
      <?php
      if ( function_exists('wp_nav_menu') ) {
         wp_nav_menu( array(
         'theme_location' => 'primary',
         'sort_column' => 'menu_order',
         'menu_class' => 'sf-menu'
         
         ));
      }
      ?>
   <div class="clear"></div>
   </div><!-- /xs-primary-menu -->
<div id="xs-container">


Where exactly I should insert the javascript hardlink code you provided me?

Thank you in advance :)

Statistics: Posted by Margruss — June 6th, 2011, 7:55 am


]]>
2011-06-06T05:34:39-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6694&p=20213#p20213 <![CDATA[Re: s2member does not protect page?]]>
Margruss wrote:
Thank you Cristián. Any hints on how to hardlink this javascript in my wordpress menu? I looked into the theme files, did not find where. Has this to be done in the wp config files instead of the theme files?


You'd add this to the page using the WordPress editor.

And Harty's right, try this logged in and out to see the difference.

Statistics: Posted by Cristián Lávaque — June 6th, 2011, 5:34 am


]]>
2011-06-06T05:26:19-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6694&p=20210#p20210 <![CDATA[Re: s2member does not protect page?]]> Statistics: Posted by Harty — June 6th, 2011, 5:26 am


]]>
2011-06-06T05:22:15-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6694&p=20209#p20209 <![CDATA[Re: s2member does not protect page?]]> Statistics: Posted by Margruss — June 6th, 2011, 5:22 am


]]>
2011-06-06T04:46:51-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6694&p=20202#p20202 <![CDATA[Re: s2member does not protect page?]]>
Code:
<script type="text/javascript">window.location = 'https://secure.yoursite.com/';</script>


I hope that helps. :)

Statistics: Posted by Cristián Lávaque — June 6th, 2011, 4:46 am


]]>
2011-06-06T02:13:09-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6694&p=20179#p20179 <![CDATA[Re: s2member does not protect page?]]>
Yes, I use a plugin to redirect to another page, in this case a HTTPS page. When there is no redirection, s2Member blocks access and takes the user to the register page. When there is redirection, s2Member does not blocks access. Is there any way to solve this? :-)

Thank you

Statistics: Posted by Margruss — June 6th, 2011, 2:13 am


]]>
2011-06-06T01:22:36-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6694&p=20166#p20166 <![CDATA[Re: s2member does not protect page?]]> Statistics: Posted by Cristián Lávaque — June 6th, 2011, 1:22 am


]]>
2011-06-04T19:20:20-05:00 http://www.primothemes.com/forums/viewtopic.php?t=6694&p=16725#p16725 <![CDATA[s2member does not protect page?]]>
I am getting acquainted with s2Member, it is really a nice plugin. Because I am in the beginning of the learning curve, maybe I am missing something, but here you have:

1. I created 3 pages in my Wordpress website
2. I added those 3 pages using the Wordpress menu feature
3. 2 of those pages, are redirected to a subdomain which is protected by SSL
4. 1 of those pages is not redirected.

I configured s2Member to protect those three pages. I added the pages IDs to the respective field in s2Member, separated by a comma (142, 2045, 3084 - not the real IDs).

s2Member protects only the page that is not redirected. The two pages that are redirected, are not protected, they will redirect to the HTTPS subdomain.

I checked in each page, and the three are configured to be protected using their membership levels.

Is there any way to solve this?

Thank you in advance

Statistics: Posted by Margruss — June 4th, 2011, 7:20 pm


]]>