Forum Replies Created
-
AuthorPosts
-
adminKeymaster
That text can be customized by modifying the translation file. Are you using a localized translation for your site?
adminKeymasterI have just updated the squeeze form addon so it will show the terms and conditions checkbox if you have enabled it in the main plugin’s settings. Please download a new copy of the squeeze from addon from here – https://simple-download-monitor.com/my-downloads/
adminKeymasterWe have released a new version of the plugin that has a fix for this. Thanks.
adminKeymasterWe will investigate this and get back to you.
adminKeymasterWe don’t have an option for this with the hidden downloads at the moment.
adminKeymasterUse the following addon, it should let you upload other file types to your WordPress library:
adminKeymasterThis seems like the cause of a conflict. Do the following test please:
Test for Plugin and Theme Conflict Before Posting an Issue or a Bug
May 26, 2019 at 7:01 am in reply to: Change Download Now to just Download using CSS for Categories #1162adminKeymasterThis is something you would change in the shortcode parameter. You should be able to sue the following parameter in your shortcode to customize the download button text to a custom one:
button_text="Your Custom Download Text Here"
adminKeymasterI have added a CSS example in the following page that should show you how you can use CSS to hide the download item title for fancy 2 template:
adminKeymasterYou can use CSS tweaks to change the color. For example, the following CSS tweak will change the font color of the “name” and “email” fields to blue:
.sdm_squeeze_name{
color: blue !important;
}.sdm_squeeze_email{
color: blue !important;
}adminKeymasterFrom your screenshot the squeeze form looks fine to me. Please note that it uses some markup like heading 2 and heading 3. The font color and style of some of those elements come from your theme.
If a user is subscribed already, then it will ignore the subscription part.
adminKeymasterIs it only on that one page with a particular download item? Are you using caching on this site by any chance?
May 7, 2019 at 5:02 am in reply to: File upload not working (suddenly!) due to security reasons #1108adminKeymasterBy default, wordpress uploader doesn’t allow you to upload many different file types for security reasons.
Let me know if the following addon helps you to upload the excel file to your wp site:
adminKeymasterLooks like you have set the “white” button style in the settings of this plugin. You can override it by using the following CSS tweak:
.sdm_download.white {
color: blue !important;
}adminKeymasterIn the future we will look at adding a block inverter for this. In the meantime, you can use one of the following option:
1) Simply copy and paste the shortcode (from our documentation).
2) You can insert a classic editor as a block. In the new editor search for “classic” then insert that block and you can use the shortcode inverter from there.
-
AuthorPosts