Forum Replies Created
-
AuthorPosts
-
adminKeymaster
I would like to inspect the setup on this site. I will send you an email for it.
adminKeymasterThe 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 #1937adminKeymasterThe 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 #1935adminKeymasterThe 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?
adminKeymasterWhen 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?
adminKeymasterTry 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? #1923adminKeymasterJust 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? #1920adminKeymasterIt’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? #1918adminKeymasterTry 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? #1916adminKeymasterPost 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.
January 18, 2022 at 4:40 am in reply to: How do we totally remove the Name field from the squeezeform? #1912adminKeymasterYou can do the following to hide the “Name” field from the squeeze form.
#1) Enable the “Make Name Field Not-Required” option in the settings menu of the squeeze form addon.
#2) Next, you can add a CSS tweak to your site to hide the name field.
.sdm_squeeze_name { display: none; }
The CSS tweak can be added from the “Appearance -> Customize -> Additional CSS” section of your WordPress admin dashboard.
adminKeymasterThe following page explains how to show downloads in a grid:
adminKeymasterThe squeeze form will cut a long title to make it fit withing our design guidelines. The following page has screenshots that shows the optimum designs for the squeeze forms.
Edit your title and make it shorter. You can add extra text in the description section and use fancy=”1″ template to show description
Use the “button_text” parameter to customize the text in your language. There are examples in the above page that shows how to use the “button_text” parameter. Below is an example shortcode:
[sdm-squeeze-form id="210" fancy="0" button_text="My Custom Button Text"]
adminKeymasterThe sidebar is controlled by your theme. If you do the following theme test, you will see how the sidebar behavior changes with the theme change:
Test for Plugin and Theme Conflict Before Posting an Issue or a Bug
So you will need to ask your theme developer as to how the sidebar can be hidden.
Normally, you maybe able to edit the “single post” template of your theme and customize it for the downloads custom post type.
The other option is to put your download item on a page that you create. So you create a landing page then embed the download item there. That way you will be able to have more customization control on that landing page. The following documentation explains how you can use a shortcode to embed a download item on any page that you create:
adminKeymasterDeliver the downloads by email is the option to use for this.
The double opt-in is for Mailchimp signup. That won’t really help if you are letting them download just after entering the info.
-
AuthorPosts