Forum Replies Created
-
AuthorPosts
-
admin
KeymasterHi, There is no option for a separate last name field in this addon. It only has one name field (for the full name). This is shown on the following page of the addon (it has screenshots that shows how the squeeze form looks like):
We can do a customization job to customize your copy of the addon’s code to suit your particular project requirement.
admin
KeymasterI have added a new merge tag for this. You can use the following tag:
{download_title}
Please download a new copy of the squeeze from addon from the following page if you want to use this new merge tag:
admin
KeymasterNo, that particular setup won’t work for hidden downloads addon and the redirect. For redirect to happen, you need to use the shortcode so our addon can execute some extra code to handle that redirect.
The browser cannot handle a download event and a redirect at the same time via one download URL. When you are using the standard link approach, our addon cannot execute the additional code that is required to setup and do the redirect.
admin
KeymasterWe have added an option for this in the addon.
admin
KeymasterGood suggestion. We will work on adding a solution for this.
admin
KeymasterI would like to inspect the setup on this site. I will send you an email for it.
admin
KeymasterThe following error usually means that the API keys you entered in the settings are not valid:
The specified key does not exist.
Can you double check the API keys from your AWS account? The following document shows how to get the Keys from your AWS account:
https://docs.aws.amazon.com/powershell/latest/userguide/pstools-appendix-sign-up.htmlFebruary 20, 2022 at 1:56 am in reply to: Translation for Squeeze Form Addon for Simple Download Monitor #1937admin
KeymasterThe Italian language file is most likely outdated. We rely on the users to do a translation since we only understand English.
You can see here that the string is present in our main language POT file:
https://github.com/Arsenal21/simple-download-monitor/blob/ab77e0cfb9bcf6f634e090e3e3cc89dc78f90227/simple-download-monitor/languages/simple-download-monitor.pot#L539If you regenerate the Italian PO file from the main POT file, does the string show there?
February 19, 2022 at 7:26 am in reply to: Translation for Squeeze Form Addon for Simple Download Monitor #1935admin
KeymasterThe POT file of the main plugin has those strings already. You just have to fully translate the main plugin from the POT file.
Can you translate from POT file of the main plugin (simple-download-monitor.pot) using Loco Translate?
admin
KeymasterWhen you click the “Switch Account” button, it should show a popup confirmation message with the following text:
You will be logged out from the current account. Are you sure?
Are you clicking okay in that confirmation window? When you click “Ok” there, it will disconnect that account and then when you click the “Dropbox” button again, it will show you the option to enter the API details again
Are you receiving that confirmation window?
admin
KeymasterTry the following:
1) Edit the download item in question.
2) Click on the “Dropbox” button which will open the dropbox file select popup wondow.
3) In the top right hand corner of that dropbox file select window, there is an option to “switch account”. Try that option which should let you enter the API key of your other account that you want to use.January 28, 2022 at 6:43 am in reply to: How do we totally remove the Name field from the squeezeform? #1923admin
KeymasterJust FYI – We are also working on adding an option to “Hide The Name” field on the squeeze form.
January 22, 2022 at 4:49 am in reply to: How do we totally remove the Name field from the squeezeform? #1920admin
KeymasterIt’s a HTML/CSS class for that input field. sf_tpl_3 refers to Squeeze form template 3.
January 21, 2022 at 6:53 am in reply to: How do we totally remove the Name field from the squeezeform? #1918admin
KeymasterTry the following CSS tweak. That should hide the name for the squeeze form template that you are using:
.sdm_sf_tpl_3_input_name { display: none; }
January 19, 2022 at 4:20 am in reply to: How do we totally remove the Name field from the squeezeform? #1916admin
KeymasterPost the URL of the page (containing the squeeze form) so I can inspect the HTML and CSS code of the site to see if I can get some clues.
-
AuthorPosts