Google Recaptcha Issue – shows invalid Keys

Viewing 13 posts - 1 through 13 (of 13 total)
#200211

John Mills
Participant

Hi everyone/anyone….have added shortcode to a blank page on my website….

..when looking at the page (in incognito window) the nice looking download PDF symbol based image appears…however…

… when clicking on it it opens the full download table showing date the file was created and last updated and file size etc with Green Download button on top…

(not what I wanted the simple one was perfect as this is an evergreen report so don’t want visitors to see the creation date)

…however clicking on the green button sets off the V3 recaptcha which responds with…”site owner invalid keys” message (or something like that)…the keys are correct….so whats the issue here?…anyone have a solution please?

The object is to cloak the download url (which it does), check for a real person using reCaptcha (fails) and some basic stats would be nice (optional)…maybe Download Manager is too complex to do the basics?

Thanks for any help or advice…

Best…John

#200213

Tahasin
Moderator

Hello, John

I hope this message finds you well and thanks for reaching out.

Could you please share the related URL where Google Recaptcha Issue is appearing?

Regards

#200241

John Mills
Participant

Hi Tahasin….sure here is the test webpage…

Thrive Test

Here is a quick video that shows you the result…
https://a.supportally.com/v/3Nt9w5

Let me know…Best…John

#200263

Tahasin
Moderator

Please use the v2 reCAPTCHA key for authentication.
Thank you!

#200273

John Mills
Participant

Hi Tahasin….thank you…the V2 reCaptcha works…unfortunately when you click on the nice looking simple PDF File display (just shows the symbol and file size and name – exactly what I want)…this immediately opens into a Table with a download button on top and file size, file created date, file last modified date etc and the reCaptcha box….I do NOT want visitors to see the file original or created date as this is an Evergreen product.

How do you STOP the table being displayed when you click on the simple PDF display (see previous link…it shows exactly what happens…albeit the reCaptcha issue is now resolved.

Thanks….John

#200274

Tahasin
Moderator

It would be helpful if you could share a screenshot of that PDF file using this tool: LightShota>

#200280

Tahasin
Moderator
This reply has been marked as private.
#200288

John Mills
Participant


see if the link works for you (above)…or see my email reply…John

#200289

Tahasin
Moderator
This reply has been marked as private.
#200291

John Mills
Participant

Yes – that would be a great help!

#200295

Tahasin
Moderator

To remove create date and update date kindly paste the code here: wp-content/plugins/download-manager/src/Package/views/page-templates/page-template-default.php

<div class="row">
    <div class="col-md-12">
        <div class="card mb-3 p-3 hide_empty [hide_empty:featured_image]">[featured_image]</div>
    </div>
    <div class="col-md-5">
        <div class="wpdm-button-area mb-3 p-3 card">
            [download_link]
            <div class="alert alert-warning mt-2 [hide_empty:expire_date]">
                Download is available until [expire_date]
            </div>
        </div>
        <ul class="list-group ml-0 mb-2">
            <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:version]">
                [txt=Version]
                <span class="badge">[version]</span>
            </li>
            <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:download_count]">
                [txt=Download]
                <span class="badge">[download_count]</span>
            </li>
            <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_size]">
                [txt=File Size]
                <span class="badge">[file_size]</span>
            </li>
            <li class="list-group-item d-flex justify-content-between align-items-center [hide_empty:file_count]">
                [txt=File Count]
                <span class="badge">[file_count]</span>
            </li>
        </ul>
    </div>

    <div class="col-md-7">
        <h1 class="mt-0">[title]</h1>
        [description]

        <div class="wel">
            [tags]
        </div>

    </div>

</div>
#200364

John Mills
Participant

Thank You Tahasin…appreciate you help…take care…Best…John

#200365

Tahasin
Moderator

I am glad to hear that the problem has been resolved

If you find my assistance helpful, I would greatly appreciate your support with a 5-star review here: https://wordpress.org/support/plugin/download-manager/reviews/?rate=5#new-post , it will inspire us a lot.

Thank you 🤗

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

You must be logged in to reply to this topic.