Forum Replies Created
-
AuthorPosts
-
admin
KeymasterEdit the download item, and check the “PHP Dispatch” section. Is the PHP Dispatch enabled? If not, try enabling it. It will hide the true location of the download item.
admin
KeymasterYou can pick the CSS classes and insert CSS to make some customization. The following basic tutorial maybe helpful in understanding how this process works:
How to Use Firebug to Modify Your WordPress Site’s CSS (Video Tutorial)
If you tell me what specific things you want to tweak, I maybe able to give you some sample CSS for it.
admin
KeymasterWe have just done another couple of tests with the following configuration:
WordPress Version: latest
Simple Download Monitor Version: latest
PHP Version: 7.3.8
Download File: A PDF file
Device: iPhone X and iPhone XS
Browser: Chrome and safariThe PDF file opened fine in the browser.
admin
KeymasterI have done tests with iPhone X (with chrome browser) and the file download works fine. After the squeeze form is submitted, it asks if the file should be downloaded or viewed. If I select “view” then it shows the image file in the browser. I am not sure what else could be affecting this on your site.
admin
KeymasterTry the following feature of the squeeze form addon.
Go to “Squeeze Form -> Settings” then check the following checkbox:
Deliver the Download via Email
Does that work better when the link is sent to the email and the user downloads it by clicking on that URL from the email?
admin
KeymasterHave you enabled any of the following mentioned option that maybe forcing the file to download?
Do you have any modifications done to your .htaccess file of the site where new directives have been added to force download?
admin
KeymasterPlease check the following page. You should be able to renew from there:
Let me know if you face an issue with that.
admin
KeymasterTry the following CSS tweak. You can add this CSS tweak from the Appearance -> Customize -> Additional CSS interface of your site.
The following to make the submit button’s text uppercase and change the background color:
.sdm_sf_tpl_1_form .sdm_squeeze_submit{ text-transform: uppercase; background-color: #006ec7 !important; }
The following to change the form’s background color:
.sdm_sf_tpl_1_form { background-color: #f16824 !important; border: 1px solid #f16824 !important; }
admin
KeymasterSome of those can be done by applying CSS tweaks. Give me the URL of the page where you have the squeeze form and which section’s color you want to change then I can show inspect it and give you an answer.
admin
KeymasterHi, Can you please update the squeeze form addon to v1.9.1? That should fix the issue.
If you can’t update from your plugins menu then you can delete the currently installed copy of the squeeze form addon from your wp install then download a fresh new copy from our site and use it.
You won’t lose any data (already captured data) in this process.
admin
KeymasterYou should be able to upgrade from the plugins menu of your admin dashboard.
admin
KeymasterJust to confirm, You are using our following simple download monitor plugin correct?
If you have installed a different download management type plugin then it won’t work with our addon.
admin
KeymasterI replied to your post in our other forum. Please post the URL of the page so I can inspect the button and the CSS.
admin
KeymasterI have added the following checkbox in the settings menu of the plugin to make the name field an “optional” field:
Make Name Field Not-Required
admin
KeymasterDo you want to completely hide the name field from the squeeze download form? Or do you want to just remove the requirement for a value in the name field but keep the field there?
-
AuthorPosts