Forum Replies Created
-
AuthorPosts
-
admin
KeymasterThat’s a little bit Strange. Something is conflicting on this site. I will send you an email.
admin
KeymasterDid you enter the AWS API keys in the settings menu of S3 addon as shown on the following page?
Did you select a region or kept it at “Detect Automatically”?
admin
KeymasterJust realized that you are referring to the “Email Notification on Download” addon. You will find the same configuration in the following menu under the plugin’s main menu:
Email Notification
admin
KeymasterGo to the following settings interface:
Squeeze Form -> Settings
Then enter the correct value in the following field to customize the from email address:
From Email Address
The help text of that field has an example of how you can enter a value in that field.
admin
KeymasterThis has been added to the addon. Update the core plugin to v3.9+. Then also update the squeeze form addon. It will start to capture the squeeze form submissions in the download logs table.
February 20, 2021 at 11:59 pm in reply to: Modal/ overlay “fancy 4” won’t show on top of other elements #1747admin
KeymasterI can’t see a way to make that popup go on top with the current setup you have there.
February 18, 2021 at 11:48 pm in reply to: Modal/ overlay “fancy 4” won’t show on top of other elements #1745admin
KeymasterThis is going to be a CSS related conflict with that particular theme so there may not be any solution. However, I am happy to inspect that HTML and CSS of the page to see if I can give you a tweak for it. Please post the URL of a page where I can go and see the issue using my browser.
admin
KeymasterThat will need to be handled as a custom development job. I will send you an email and explain.
admin
KeymasterFirst name, email etc is not something this plugin collects. It’s not how the core plugin is used primarily. So the better option is to link the username field to the corresponding WP user entry. You referring to the WP User entry correct?
I am pretty sure the Logs list table can be modified to make the username column link to the corresponding WP user entry.
admin
KeymasterHi, Happy new year! The squeeze form is a different kind of functionality that requires a slightly different structure than the standard download button of the core plugin. The idea is to keep the original functionality still in place for users to keep using those. Then additionally they can put squeeze forms where they want to (for some downloads).
Maybe the description of this addon on our following page can be improved.
I would be interested to hear which paragraph from this page made you think that way so I can maybe rephrase it a little bit to make it more clear.
admin
KeymasterYes, the password feature needs an HTML form to be submitted. That requires the HTML “form” element (it can’t be done with a simple URL).
admin
KeymasterThat shortcode creates a Button Type element which can’t be a link at the same time. The button can submit a form (which is required for the standard use).
Instead, use the following option to create a custom link so you can use a text link and then it gives you to the option to customize your text link how you want to:
admin
KeymasterThe download button should already have CSS classes. We do have a few different shortcodes so if you tell me which one you are using then I should be able to take a look at it.
Any user visible labels can be customized by having a custom translation for your site. All the front-end messages and labels come from the translation file.
You can create a new translation file for your site that will use the labels that you specify in the translation file.
November 23, 2020 at 11:19 pm in reply to: How can I have password form errors display in page? #1714admin
KeymasterThat requires adding JavaScript code (due to the way that particular functionality works) which adds the possibility of breakage after a future WordPress update. We prefer to keep things simple and functional.
admin
KeymasterThe actual squeeze form needs to submit the name and email details of the user which needs a form submission. So this is not possible for the standard squeeze form.
You can perhaps use the 4th template which has a link option to trigger the popup containing the squeeze form. So the initial trigger is a link to show the squeeze form. Try the template 4 option to see how it works:
-
AuthorPosts