Latest Download Manager Pro requires PHP version >= 5.4 Please upgrade PHP version, that will fix the issue.
Her name is Teal Rees. I cc:’d you on a reply.
Unlocked your key.
Hi,
Your files are attached via remote FTP add-on. That’s the why download package button not working. Download Manager can create the compressed zip of all files when files are stored in /download-manager-files dir ( when you attach files by uploading ).
Best regards.
PDF view will show all pages. There is no option yet apply the page limit. There are no extra steps required to show pdf viewer. The viewer comes from [doc_preview] template tag. So you just use Doc Preview page template to show viewer.
The links not visible to a guest user. Maybe locked by under maintenance plugin. Please send login info to check.
Another thing is did you attach files by uploading or attached URL to the package? File Cart won’t work with remote files because Download Manager can bundles files only when they are on your server.
1 ) You can use any template you like, just set the template name with the shortcode. e.g. [wpdm_package id="204919" template="link-template-calltoaction3.php"] You can insert code using TinyMCE add-on where you will find the option to select template from dropdown. I have installed the add-on there.
https://www.evernote.com/l/AUeO34L5pFxLCI5uRsULqch8QPUCwto0oeYB/image.png
2 ) Use page template “Single Column with Doc Preview ” to use pdf viewer on package details page. You can link the thumb image ( link template ) to package details ( page template ) where pdf viewer will show preview. You have to change [download_url] to [page_url] in your custom link template for that.
Cancelling your PDF viewer order. It might take few days ( Stripe processing period )
If you disable a template it won’t appear in template dropdown in package settings. However, link and page template files are located in /download-maanger/tpls/ dir their respective folders.
Unlocked your key.
Editing core file is not recommended because all changes will be lost when you update the plugin. You can add following code in your theme’s functions.php file to hide Download availability metabox and auto select URL field,
add_action(‘admin_footer’,’wpdm_custom_scripts’);
function wpdm_custom_scripts(){
?>
<script>
jQuery(‘#ftabs ul li:nth-child(3) a’).click();
</script>
<style>
#misc-publishing-actions .w3eden { display: none; }
</style>
<?php
}
The correct regex the following one, will add this in next release.
/^[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*$/
You’re welcome!
1 ) Internal hyperlinks are flattened during stamping. It is the limitation of the fpdf library. Will look into the possibility of solving this by adding customization but can’t assure you yet.
2 ) Tried to log in to check stamping position issue. But getting the incorrect password error.
3 ) You can modify the email content from Downloads Templates Email Template Tab.
Looks like featured image is working now http://mind-morph.com/files/
It was your “Page Restrict” plugin. After deactivating it login error is visible now.
Hi,
We are always happy to help. Some things are too long to discuss in a support ticket or don’t fall into the category of product support. That’s why we provide custom upgrade service when customers need a customized solution.
About the package creation, Download Manager packages are custom post type. So, all basic things like title, content etc are saved by core WordPress when creating the package. And create package operation also handles by WordPress using the function I mentioned above wp_insert_post. We are saving the custom options using the save_post filter. You can check the function savePackage here /download-manager/admin/menus/class.Package.php which is linked to save_post filter.
Thanks.
The is an Add-on to set default values for all new packages. Please check the add-on details here https://www.wpdownloadmanager.com/download/wpdm-default-values/
1 ) If you want to just translate these text then use Download Manager language file to create the translation. It is also possible to change some of this text using filters.
Related filters.
You have to add the custom code to your theme’s functions.php file.
2 ) We are changing the way lock options are handles now. Will be available from next version. You won’t face this issue in the new version.
Thanks for letting us about this. We will adjust it in next release of Download Manager.
You can create a custom template to remove the login button. Just copy the current template /tpls/wpdm-reg-form.php and place it in /your-theme/download-manager/ dir. Make all changes in this new template.
You can hide any meta box from screen options. Please check the following screenshot.
https://www.evernote.com/l/AUehP_WsWs1Ol5JiphURRvZU9eLXmtf3s6AB/image.png
Email Lock feature collects user email which you can access from Downloads Subscribers page. If you want to delete a specific record you can do that from there. There is no unsubscribe feature necessary in this scenario.
Hi,
Download Manager Pro requires PHP version >= 5.4 Please ask your server support to update your server’s PHP version. That should fix this issue.
Thanks.
Please recheck the FTP info. It is not working.