Philly
My Latest Replies (From Various Topics)
Author | Replies |
---|---|
Author | Replies |
Posted: Friday Jul 27th, 2012 at 5:15 am #20373 | |
|
|
Posted: Friday Jul 27th, 2012 at 5:15 am #20372 | |
|
|
Posted: Friday Jul 27th, 2012 at 5:13 am #20371 | |
|
|
Thomas it would be ridiculous if it were s2member but its not. You have a plugin conflict interfering with the parsing of the shortcode. Please disable your plugins one by one until the issue is resolved, start with ultimate shortcodes if your using that |
|
Posted: Thursday Jul 26th, 2012 at 5:57 am #20300 | |
|
|
I can’t replicate this on MS installs with unique domain names for sub directory/domains. Perhaps its a cookie issue? Will you be using the same top level domain for all sites? |
|
Posted: Tuesday Jul 24th, 2012 at 3:28 pm #20096 | |
|
|
Hi Greg,
I’ve not looked at the large code, but a problem you might be having is grabbing the ID if its a page referring rather than post? I think those are different in this case.
|
|
Posted: Monday Jul 23rd, 2012 at 8:57 am #19985 | |
|
|
Hi Darryl, Thats a WordPress thing add this to your functions.php
|
|
Posted: Monday Jul 23rd, 2012 at 7:59 am #19982 | |
|
|
Yes Thank you Cristián. Its a WordPress bug introduced 10 months ago in wp-includes/general-template.php
Should be
Also WordPress is generating the incorrect email in wp-login.php
should be
|
|
Posted: Monday Jul 23rd, 2012 at 4:53 am #19964 | |
|
|
Hello Silver, I’m guessing your using cloudflare? Please see this topic http://www.s2member.com/forums/topic/s2member-and-cloudflare/ Hope that helps |
|
Posted: Thursday Jul 19th, 2012 at 5:04 am #19748 | |
|
|
I’m looking to integrate with gocardless at some point after the new s2member is released, will try myself or I will hire a developer |
|
Posted: Saturday Jul 14th, 2012 at 12:05 pm #19258 | |
|
|
@ Hamid Glad you resolved that part. I think its because you have not setup your download restrictions. Dashboard => s2Member® => s2Member® File Download Options => Basic Download Restrictions Let us know how that goes and if you need any help configuring a shortcode |
|
Posted: Friday Jul 13th, 2012 at 9:03 am #19168 | |
|
|
Thanks Jim, I’m not able to test at the moment. Perhaps look at the source code of the different methods to see what difference its outputting |
|
Posted: Friday Jul 13th, 2012 at 8:57 am #19166 | |
|
|
@ seamsite If you show me what code your using I can turn it in to a mini plugin so you can use a shortcode instead of embedding the php |
|
Posted: Friday Jul 13th, 2012 at 5:34 am #19139 | |
|
|
Although it appears to work with the wordpress plugin I think the limitation comes with the rtmp bit and I don’t think s2member is able to create the signed url for it to work. Therefore I would say in the case RTMP streaming the wordpress plugin is not compatible. If you need a shortcode with RTMP use the one above. @ seamsite please use the shortcode provided above, just add the function part to your functions.php file. Also you should read this topic as it affects you http://www.s2member.com/forums/topic/s2member-and-cloudflare/ Hope that helps. |
|
Posted: Friday Jul 13th, 2012 at 4:39 am #19135 | |
|
|
Hi Jim, Sorry I meant the jw plugins like analytics and HD rather than the wordpress jw plugin. Although it appears to work with the wordpress plugin I think the limitation comes with the rtmp bit and I don’t think s2member is able to create the signed url for it to work. |
|
Posted: Tuesday Jul 10th, 2012 at 4:19 pm #18829 | |
|
|
@ Hamid Yes sorry of course you do if your able to download it. Can you disable plugins see if there is a conflict? |
|
Posted: Tuesday Jul 10th, 2012 at 11:55 am #18815 | |
|
|
I’ve not had any, but in some circumstances Total Cache with varnish slowed the site down compared to using varnish alone. The best config I found was using opcode caching for everything and having object caching disabled, Although this provided little additional gain, I’m only really using it for minifying and combing scripts etc, which is where it comes in worth while. |
|
Posted: Tuesday Jul 10th, 2012 at 11:21 am #18812 | |
|
|
@ Hamid You just have the incorrect location for your file. That script is looking for the file located relative to wp-content/plugins/s2member-files/ or your s3 bucket. |
|
Posted: Monday Jul 9th, 2012 at 5:18 pm #18705 | |
|
|
Hi Stuart, The css in your theme in conflicting with those. The conflict is in wp-content/themes/rttheme14/css/style.css?ver=3.4.1 change
to
not sure how that will react with other aspects of your site though. |
|
Posted: Monday Jul 9th, 2012 at 3:30 pm #18696 | |
|
|
Hi ASTONISH, You can still use the shortcode in the template like this:
|
|
Posted: Monday Jul 9th, 2012 at 2:28 pm #18685 | |
|
|
@ Greg Perhaps you could make a custom field called ‘video’ in the page/post and put the url to the trailer in that, then adapt the code below to show it on the membership page.
|
|
Posted: Monday Jul 9th, 2012 at 1:20 pm #18680 | |
|
|
Hello DrByte, The only issue I have identified as yet is obtaining the correct client IP, as I’m running apache I had to install mod_rpaf to correct this. All else works like a dream and so far I’ve found that it performs far better than any WordPress caching plugin. |
|
Posted: Monday Jul 9th, 2012 at 1:09 pm #18679 | |
|
|
Hi Matt, The problem I noticed straight away is that as cloudflare works as a reverse proxy server, your web server a therefore php and s2member see cloudflares IP address as the client address. The problem this causes that I know about are with s2member’s Brute Force IP/Login Restrictions and Unique IP Access Restrictions. You would need to disable those or risk locking everybody out as s2member sees every member as coming from the same IP(cloudflares). To resolve this you can install cloudflares apache module(if your using apache) so that the correct client IP can be passed on to apache. I found some docs along with instructions for other servers https://www.cloudflare.com/wiki/Log_Files Let me know if you need any help |
|
Posted: Monday Jul 9th, 2012 at 11:50 am #18672 | |
|
|
Hi Zoe, You can change what the membership option page displays depending on the page they were trying to access. Would that do the trick? |
|
Posted: Monday Jul 9th, 2012 at 5:31 am #18655 | |
|
|
Hi Jim, This example may be of interest to you. http://www.s2member.com/forums/topic/jwplayer-shortcode-vs-code-provided-2/#post-18297 |
|
Posted: Monday Jul 9th, 2012 at 5:25 am #18653 | |
|
|
Hello Matt, I see that you are using cloudflare, That really needs to be disabled when trying to debug problems and may even be the cause. Also its not configured properly and will cause other problems with regards to client IP. Do you have root access to your server? |