ftcruz
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Before Download] [fileurl] links still not working with new versionUpdated to the latest version and was able to download the file using EBD.
Thank you! This fixes the issue ??
Forum: Plugins
In reply to: [Email Before Download] [fileurl] links still not working with new versionIf I change the URL, then I’d have to move all my files to the main folder.
Note that the plugin used to work without any issues 2 or 3 versions before. This form has been working and people have downloaded this PDF 500+ times without any issues since 2020.
Is there a different fix? Maybe in htaccess that we could do instead?
- This reply was modified 2 years, 12 months ago by ftcruz.
Forum: Plugins
In reply to: [Email Before Download] [fileurl] links still not working with new versionI actually am using multiple sites in my domain and created a subdirectory to make it clean enough for me to split the sites.
Permalink settings in WordPress are as you expected:
WordPress Address (URL): https://www.erickcruz.co/erickcruz.co
Site Address (URL): https://www.erickcruz.co/
Enter the address here if you want your site home page to be different from your WordPress installation directory.My assumption is that Site Address should be used instead of WordPress Address when generating the link?
Forum: Plugins
In reply to: [Email Before Download] [fileurl] links still not working with new versionHere you go: https://www.dropbox.com/s/wz4reuqdwh6zgv5/STIIITCH_2021_11_25_09_47_05.jpg?dl=0
Single URL Template
<style type=”text/css”>
body{
font-size:10pt !important;
font-family:Arial !important;
border-spacing:0;
border-collapse:collapse;
margin:0 !important;
padding:0 !important;
}
a{
color:#606060 !important;
}
@media only screen and (max-width: 480px) {
margin:0 !important;
padding:0 !important;
}
</style>
<table width=”100%”>
<tbody>
<tr style=”background-color:#eeeeee;”>
<td style=”background-color:#eeeeee;padding-bottom:10px;padding-top:10px;” colspan=”1″ align=”center”>
<table>
<tbody>
<tr>
<th width=”55″>
</th>
<th>
</th>
</tr>
</tbody>
</table>
</td>
</tr>
<tr style=”background-color:#FFFFFF;”>
<td align=”center” height=”800″ style=”padding-left:50px;padding-right:50px;”>
<table width=”500″ style=”background-color:#FFFFFF;”>
<tbody>
<tr>
<td>
<h1>Here’s your download!</h1>
<hr>
<br>
<br>
<p>Here is the download link for the file that you requested. If you can’t see the link, use this one instead:<br> [file_url]</p><p>Kindly download it as soon as possible as <i>the link will expire within the week</i>.</p>
<p>Best Regards,<br />Erick</p><p>—</p>
<p><b>NOTE:</b><I> Due to bandwidth limitations and people accessing the download simultaneously, my site may trigger errors with your session. <u>If you encounter any errors with the page, please try re-downloading after an hour.</u></i></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td style=”background-color:#eeeeee;padding-bottom:10px;padding-top:10px;” align=”center”>
<table>
<tr>
<td align=”center” style=”font-size:8pt !important;color:#606060 !important;”>This email was sent to[your-email]
<br>You received this message because you have signed up to receive a digital download.
<br>BF Resort, Las Pi?as, 1747
<br>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>`Forum: Plugins
In reply to: [Email Before Download] [fileurl] links still not working with new versionNot sure if this is what you need:
1. Shortcode and a URL showing the WordPress Download Monitor working successfully
Shortcode: [email-download download_id=”3767″ contact_form_id=”3759″]
[fileurl] sent by EDB: https://www.erickcruz.co/erickcruz.co?ebddl=c15263ef6a
If reformatted to: https://www.erickcruz.co/download/3767/?uid=c15263ef6aItem will download properly.
2. Shortcode and a URL showing the Contact Form 7 working successfully
[contact-form-7 id=”3759″ title=”RooftopSesh”]
https://www.erickcruz.co/rooftopsesh-a-free-photobook-download-by-erick-cruz/
Please just let me know.
Thank you.
Forum: Plugins
In reply to: [Email Before Download] fileurl change and now links not workingHello,
I seem to still be getting the issue.
`The file url included in the email seems to have changed currently it appears like /?ebddl=6fcef6930f
Which results in the message “There has been a critical error on this website.”
Previously it was like
/download/4690/?uid=4d62440a80I currently have EDB Version 6.9.1 installed.
1. Default Delivery Format Setting choice –
“Send Email”
2. Shortcode and a URL showing the WordPress Download Monitor working successfully
Not sure what this means. Download monitor is working properly.
3. Shortcode and a URL showing the Contact Form 7 working successfully
Not sure what this means. Contact Form is receiving submissions.
Tested the email received. If I reformatted the URL provided: “/?ebddl=6fcef6930f” to: “/download/4690/?uid=4d62440a80.” I am actually able to download the file.
- This reply was modified 3 years ago by ftcruz. Reason: Added additional info