xzuxzu
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Wrapping a video or image just like a post-sliderI’m replying to myself and I found the solution on my own. Thanks.
yes I used the “]” to close it. Just forgot to paste it here.
the result is still a link displayed as plain text, just like this :
http://mydomain.com/?S2member_file_download_key=82514d72712csfsd8916d4d46daf&s2member_file_download=/my-file.zipI just need to wrap this into a nice link, download key self generated, that appears as a link (cliquable) such as :
<a href="http://mydomain.com/?s2member_some_short_code_or_whatever_to_make_protected_file_accessible_to_all">Download</a>As a result, the visitor would just have to click on the link
“Download”I’ve check the part (3) of this video witch is a bit outdated, as it does not show shortcodes. S2 Member Download Section tutorial
I need to add the reason why I cannot use the single html
http://kanibalfilms.fr/?s2member_file_download=example-file.zip&s2member_file_download_key=<?php echo s2member_file_download_key("example-file.zip"); ?>
It is because I’m using a theme that uses the WPBakery Visual Composer. Even if I have ezPHP and even if I enter the code in TEXT mode (never go back to visual), it still removes every php code attribute. so “<” inside the links turns into something that doesn’t work. This is why shortcode would be more convenient.I’m using this plugin, and it is almost perfect. Actually, whatever you decide to choose as returned value, URL is not working. I’ve spent hours to isolate the glitch, and I’ve decided to use manual custom field for images URL. I use ACF to access media manager, and I copy/paste URL from there.
Forum: Plugins
In reply to: [Author hReview] It doesn't work…!Same here. Using free version, but settings are [ON] to show on posts or pages, nothing. Tried the shortcode provided. Same. Is there a trick somewhere ?