Forum Replies Created
-
AuthorPosts
-
admin
KeymasterNo, it doesn’t have an option for it at the moment.
admin
KeymasterYes, this plugin will read the WP User’s login status to log it.
It will read our WP eMember plugin’s login status also (mainly because we have control over the other plugin):
admin
KeymasterYou 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.
admin
KeymasterYou 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; }
admin
KeymasterThe 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 URLadmin
KeymasterWe 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.
admin
KeymasterWhen 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.
admin
KeymasterFirst, 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.
admin
KeymasterYou want this extra merge tag for the “Email on Download” addon?
Email Notification on Download Addon for the Simple Download Monitor Plugin
admin
KeymasterI will try to work on adding some kind of option for this.
admin
KeymasterBy 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
admin
KeymasterI 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?
admin
KeymasterNot 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 …. #1605admin
KeymasterThat 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?
admin
KeymasterLooks 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
-
AuthorPosts