Forum Replies Created
-
AuthorPosts
-
adminKeymaster
You can’t link to another HTML page which is going to stream the file. You have to directly link to the static file. So our plugin can directly read the file and serve the download to the browser.
If you want to put your file on an external server and then allow downloads to your normal visitors, then you can use the amazon S3 option. Amazon S3 was designed for that so it has better architecture for.
adminKeymasterYou should be able to use a CSS tweak like the following to customize the fancy 4 squeeze form’s button:
.sdm_sf_tpl4_submit { color: blue; font-weight: bold; background-color: lightblue; border-color: lightblue; }
adminKeymasterThe counting is done by logging the downloads. So if you don’t log the downloads, there is no record of what is being downloaded (and nothing to count).
Maybe you can keep the logging enabled, then individually disable capture of some information by using the following check-boxes in the settings menu of the plugin:
Do Not Capture IP Address
Do Not Capture User Agent
Do Not Capture Referrer URLadminKeymasterWe have added a new email merge tag for it {referrer_url}
You should see an update for this addon within the next 24 hours which will allow you to use this new merge tag.
adminKeymasterWhen the hidden downloads addon is active, the download from the standard plugin’s shortcode and link is also processed by the hidden downloads addon. So you can still make a link and customize the button appearance that way.
adminKeymasterFirst, this will need to be added to the main plugin first to make sure the structure is there. I have released a new version of the download monitor plugin that will now show the “Referrer URL” values in the “Logs”.
Please upgrade the download monitor plugin
Let me know if that works. Next, I can work on adding an email merge tag for it.
adminKeymasterYou want this extra merge tag for the “Email on Download” addon?
Email Notification on Download Addon for the Simple Download Monitor Plugin
adminKeymasterI will try to work on adding some kind of option for this.
adminKeymasterBy default, the squeeze form submissions are only logged in the “Squeeze form” addon’s interface.
Enable the following option which will make the downloads being handled by the core plugin and the standard download log will be populated for it:
Squeeze Form -> Settings -> Deliver the Download via Email
adminKeymasterI understand your question now. It doesn’t have an option to list that way. It is not really a good idea to list all your downloads as squeeze forms in ONE page. That can have some page loading performance issues. How many downloads do you have?
adminKeymasterNot sure what you mean by “all the squeeze forms”. You normally have to use a shortcode to create a squeeze form for a download. You can use the shortcode as many times as you want on a page to create squeeze forms for the different downloads.
The shortcode to use is mentioned in the following page:
July 12, 2020 at 11:34 pm in reply to: Retreving files from your Dropbox account is in progress Please wait …. #1605adminKeymasterThat usually happens if the dropbox API is not connecting correctly or if there is JavaScript errors in the admin interface of the site.
Did you create the dropbox APP and then enter the correct APP key and access token as shown in the following page?
adminKeymasterLooks like there is a CSS conflict on your site with another plugin or theme that is preventing the word-wrap from happening on the item’s title. Do the following test please:
Test for Plugin and Theme Conflict Before Posting an Issue or a Bug
adminKeymasterThat error indicates that the AWS keys are missing or incorrect. Did you enter the correct API keys into the addon’s settings as shown in step 1 of the folloiwng page?
adminKeymasterThis is most likely a CSS conflict with other things being used on this site. You can do the following test to confirm:
Test for Plugin and Theme Conflict Before Posting an Issue or a Bug
If you post the URL of the page where the opt-in form is, I should be able to inspect it using my browser and potentially offer some CSS tweaks to make it work for your site.
-
AuthorPosts