Forum Replies Created
-
AuthorPosts
-
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?
admin
KeymasterThe name and email fields are required at the moment. I will add an option in the next version to not require the name field.
admin
KeymasterNo, it is not supposed to insert a relative URL. That is likely a configuration issue in your WP install somewhere. By default, the media library is supposed to insert the full URL of the file.
In the media inserter, do you see a button called “Select File URL” or something like that? What version of WordPress are you using?
October 14, 2019 at 7:09 am in reply to: Combine sdm_show_dl_from_category with hidden downloads #1354admin
KeymasterAt the moment it doesn’t have an option for it.
October 4, 2019 at 12:37 am in reply to: wrapper is disabled in the server configuration by allow_url_fopen=0 #1350admin
KeymasterLooks like this server is not allowing the call to the get_headers() function of PHP. Can you please ask your hosting provider why it is not allowing the call to the following function of PHP?
https://www.php.net/manual/en/function.get-headers.phpadmin
KeymasterThe download should normally start while the user stays on the page (where the squeeze form is).
Alternatively, try the following feature:
Downloads -> Squeeze Form -> Settings -> Deliver the Download via Email
Let me know if that feature works better for your setup.
-
AuthorPosts