Forum Replies Created
-
AuthorPosts
-
adminKeymaster
Just to confirm, is the file uploaded to your website or are you using a file from an external server/site?
adminKeymasterI am not sure about this. Does the theme (Divi) support standard WordPress shortcode in the area where you are trying to use the shortcode?
Our plugin’s shortcode uses a standard shortcode implementation (it doesn’t do anything special).
adminKeymasterEnglish language file will need to be created by you based on your localization.
You can only translate the “download now” text and then generate the translation file and use it.
adminKeymasterThank you. So if a user is logged-into the site, what should he see in place of the squeeze form?
adminKeymasterBelow are the various options to customize the “Download Now” button text of a download:
1) You can edit the download item in question and specify a custom button text in the following field:
Download Button Text
2) Use the button_text=”My Custom Button Text” parameter in the download shortcode. You can see an example of it in the following documentation:
3) You can edit the language file of the plugin and update the “Download Now” text there to say something else. So in your WP install, it will use that text via the language file.
adminKeymasterNot at the moment. When you say unregistered users, do you mean users who are logged into the site as a WP User?
adminKeymasterYes, it uses WordPress’s Custom Post Type.
You can see the custom post type it is registering in the following file of the plugin:
sdm-post-type-and-taxonomy.php
Normally if something is easy to do, I will give my answer. In this case, I don’t know where to start to be honest. I would have to site down and spend a few hours to figure out a specific solution for this.
adminKeymasterI have added a feature for this in the new release. Please upgrade the plugin and check it out.
adminKeymasterI can add an option for the following in the plugin. Let me know if that will help:
After a user logs into the site, he is redirected back to the page where he came from so he can continue with the download process.
adminKeymasterIt doesn’t have anything to create downloads from PHP. You will need to custom code for that. We can potentially do a custom development job for you.
adminKeymasterThat code doesn’t look right to me in the context of our plugin.
The following action hook is triggered only when an item is being downloaded. There is no “wp_footer” code that will run for that action (when the download is being served, it doesn’t load the full wp page).
sdm_process_download_request
If you want to add some JavaScript to the footer of your site, probably better to listen for the click on a download button using your own JavaScript code.
adminKeymasterIn the new version of the download monitor plugin, I have added a checkbox that lets you disable that single download item page. Update the plugin then edit the download item and check the “Disable the Single Download Page for This Download Item” checkbox. That should resolve this.
adminKeymasterI have just updated the squeeze form addon so it will show the “Email Sent” message only to the squeeze form that was submitted. Please download a new copy of the squeeze from addon.
adminKeymasterThe following translation documentation should be helpful:
adminKeymasterAt the moment this only has plain text email support. In the future, we will look at adding an “HTML” option for it.
-
AuthorPosts