Josh Rudzek

Forum Replies Created

Viewing 24 posts - 1 through 24 (of 24 total)
in reply to: PDF file protection isn’t working as suggested #201705

Josh Rudzek
Participant

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.

in reply to: PDF file protection isn’t working as suggested #201654

Josh Rudzek
Participant

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)

in reply to: PDF file protection isn’t working as suggested #201646

Josh Rudzek
Participant
This reply has been marked as private.
in reply to: PDF file protection isn’t working as suggested #201638

Josh Rudzek
Participant

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?

in reply to: PDF file protection isn’t working as suggested #201593

Josh Rudzek
Participant

no picture is attached, where do i go?

in reply to: Change URL of files so they can’t be bookmarked #201567

Josh Rudzek
Participant

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??


Josh Rudzek
Participant

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?


Josh Rudzek
Participant

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?


Josh Rudzek
Participant

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?


Josh Rudzek
Participant

Thank you, I appreciate it.


Josh Rudzek
Participant
This reply has been marked as private.
in reply to: set the captcha download to open in a new tab #191756

Josh Rudzek
Participant

this is great. Thank you very much. Could you tell me what you did to fix it or what I had wrong?

in reply to: set the captcha download to open in a new tab #191737

Josh Rudzek
Participant

nope. same actions.

in reply to: set the captcha download to open in a new tab #191724

Josh Rudzek
Participant

Any luck on this fix?

in reply to: set the captcha download to open in a new tab #191708

Josh Rudzek
Participant
This reply has been marked as private.
in reply to: set the captcha download to open in a new tab #191703

Josh Rudzek
Participant

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.

in reply to: set the captcha download to open in a new tab #191522

Josh Rudzek
Participant

any luck?

in reply to: set the captcha download to open in a new tab #191507

Josh Rudzek
Participant
This reply has been marked as private.
in reply to: set the captcha download to open in a new tab #191495

Josh Rudzek
Participant
This reply has been marked as private.
in reply to: is there any way to format the captcha pop up? #191397

Josh Rudzek
Participant

Is there also a way to change the color/design of the loading icon that happens just before the captcha request appears?

in reply to: is there any way to format the captcha pop up? #191394

Josh Rudzek
Participant
This reply has been marked as private.
in reply to: How to format download link #191363

Josh Rudzek
Participant

That worked. Thank you so much.

in reply to: How to format download link #191358

Josh Rudzek
Participant

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.

Viewing 24 posts - 1 through 24 (of 24 total)