I have to do it this way. The file is generated daily by a different system and placed into the WP system daily. I know that I can have the file served by php easily and mask the URL. I just don’t know how to add the captcha which is why i needed your plugin.
I’ve tried 2x to get your custom team to make this work and no response. I shouldn’t have to pay extra though as this is the WHOLE point of your plugin. If the system doesn’t hide the url, than anyone can see it and continue downloading it outside of my system. Why would they continue to pay or how can I track download counts.
This seems like a bug that needs to be fixed.
The file is being auto generated to the wordpress environment. I used the url which is at example.com/autogenerated/EOD/file.pdf. The file is being stored in the WordPress root (autogenerated directory is in the same directory as the wp-content directory)
I have both settings off here. The user can still if their own browser is set to open in browser, see the actual pdf uRL. How do I fix this?
no picture is attached, where do i go?
Thank you for your reply. The image you posted isn’t loading.
I have package that uses a url for the file. I don’t want that file URL public.
I don’t want to need to change the download
the slug necessarily, I want to change the link:
My file is blocked behind a captcha. when someone passes the captcha they get a new link to dl the file:
https://www.nodal.com/download/eod/?wpdmdl=29683&_wpdmkey=673e3e75b9213
the wpdmkey changes though sometimes:
https://www.nodal.com/download/eod/?wpdmdl=29683&_wpdmkey=673e1232636ce
Whats strange is that even after it changeds, both those links still download the file. (and all the other links with different wpdmkeys for that matter)
I want to make it so that the link changes and none of the others pull the file.
What is the wpdmkey by the way??
has this update been released? I would love to not have to click 2x on mobile. Is there any way to get this request expedited?
ack, I can’t wait that long…any chance you could tell me where to look to fix it temporarily, or just provide that code? PLEASE?
When could I expect that update for the formatting. I was hoping to go live soon.
Also, I’m not sure what you mean by the 2x download not being an issue. could you explain?
Hello?
Thank you, I appreciate it.
this is great. Thank you very much. Could you tell me what you did to fix it or what I had wrong?
nope. same actions.
Any luck on this fix?
Hi Humayon,
I have purchased and installed the pro plugin. I’m still not seeing the function working. I have clicked “open in new window”, unchecked “open in browser” and I have also additionally checked “Disable Auto Download”. Still though, when I check the captcha it automatically downloads in the same window.
any luck?
Is there also a way to change the color/design of the loading icon that happens just before the captcha request appears?
That worked. Thank you so much.
Thank you for your help!
When I use this code:
<!– WPDM Link Template: Default Template –>
<div class="link-template-default card mb-2">
<div class="card-body">
<div class="media">
<div class="mr-3 img-48">[icon]</div>
<div class="media-body">
<h3 class="package-title">[page_link]</h3>
<div class="text-muted text-small"><i class="fas fa-copy"></i> [file_count] [txt=file(s)] <i class="fas fa-hdd ml-3"></i> [file_size]</div>
</div>
<div class="ml-3">
[download_link]
</div>
</div>
</div>
</div>
everything works.
When I try this code:
<!– WPDM Link Template: Default Template –>
<ul class="nodaljump docs">
<li>
<a href="[download_url]"><i class="red far fa-file"></i>[title]</a>
</li>
</ul>
It loads visually but it doesn’t seem like the JS works.
it just refreshes the page.
Here is the displayed code:
<ul class="nodaljump docs">
<li>
<a href="#"><i class="red far fa-file"></i>Test File Upload</a>
</li>
</ul>
The page you referenced said that shortcode [download_url]
will only work if no lock is applied. I’m using the captcha lock…which is the whole point of for me of using the plugin.