Community Support Forums — WordPress® ( Users Helping Users ) — 2012-01-09T18:31:55-05:00 http://www.primothemes.com/forums/feed.php?f=4&t=16693 2012-01-09T18:31:55-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16693&p=60065#p60065 <![CDATA[Re: Shortcode for secure downloads not working]]>

Regarding WP Affiliate, have you tried searching through here? If you still can't get it working, please start another thread explaining what's going on and we'll see how we can help.

Statistics: Posted by Raam Dev — January 9th, 2012, 6:31 pm


]]>
2012-01-09T07:44:01-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16693&p=60034#p60034 <![CDATA[Re: Shortcode for secure downloads not working]]>
The problem was caused by a conflict with the Broken Link Checker plugin. Deactivated that and now my shortcodes are working.

Integration with WP Affiliate still isn't working though :(

Statistics: Posted by Michelle — January 9th, 2012, 7:44 am


]]>
2012-01-07T19:04:48-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16693&p=59962#p59962 <![CDATA[Re: Shortcode for secure downloads not working]]>
Unfortunately disabling plugins is going to be your best bet. The most likely culprit is a conflicting plugin. If that's going to be way too obtrusive, you could always continue using the PHP Execution solution.

Statistics: Posted by Raam Dev — January 7th, 2012, 7:04 pm


]]>
2012-01-06T00:24:58-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16693&p=59840#p59840 <![CDATA[Re: Shortcode for secure downloads not working]]>
Yes the PayPal shortcodes do appear to be working as the payment process goes through as expected and I'm returned to the Specific Page.

I'm not sure if it's related, but I'm having problems with WP Affiliate and I believe that relies on shortcodes. Details here: viewtopic.php?f=4&t=16695&p=59772#p59772

As for plugin conflicts - well that's going to be fun to work through! This is a website that was originally developed by someone else and there are dozens of plugins installed.

Statistics: Posted by Michelle — January 6th, 2012, 12:24 am


]]>
2012-01-05T20:43:08-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16693&p=59825#p59825 <![CDATA[Re: Shortcode for secure downloads not working]]>
Have you tried disabling all your plugins (except s2Member) to see if one of them is causing a strange conflict? (If temporarily turning off all plugins is too much, you can use Plugin Organizer to disable all plugins on just one page).

Statistics: Posted by Raam Dev — January 5th, 2012, 8:43 pm


]]>
2012-01-05T06:17:22-05:00 http://www.primothemes.com/forums/viewtopic.php?t=16693&p=59769#p59769 <![CDATA[Shortcode for secure downloads not working]]>
I have uploaded files to subfolders in the s2member-files folder and then on a Specific Page I've entered

<a href="[s2File download="class01/resources.pdf" download_key="true" /] ">Class Resources.pdf</a>

and I tried:
<a href=[s2File download="class01/resources.pdf" download_key="true" /] >Class Resources.pdf</a>


But when I view the page either directly from WordPress (view page) or from a generated access link to the Specific Page nothing is shown.

But, if I install the PHPExecution plugin and use this link, it works:

<a href="http://example.com/?s2member_file_download=class01/resources.pdf&s2member_file_download_key=<?php echo s2member_file_download_key("class01/resources.pdf"); ?> ">Class Resources.pdf</a>

Any ideas would be greatly appreciated as I'd rather use the shortcode if possible!

Thanks

Statistics: Posted by Michelle — January 5th, 2012, 6:17 am


]]>