Forum Replies Created
Check now, please. Had to hide the package excerpt in mobile screen due to lack of enough space.
Hi, We will add the feature in next release of the add-on. But add-on release date is not fixed yet. Maybe within one or 2 weeks.
Hi,
Your key was locked to your dev domains. I have unlocked all the keys. Now key verification should work smoothly.
Thanks.
Hi,
Please deactivate and delete the old version. Then install the latest version by uploading it from Plugins Add New page. You can download the latest version here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Send temporary wp-admin login info in private reply if you want me to install the latest version.
Thanks.
Added the following code in your theme’s functions.php file,
function wpdm_custom_tags($vars){
if( has_tag('premium-lynx-content', $vars['ID']) )
$vars['title'] = ' '.$vars['title'];
return $vars;
}
add_filter( 'wdm_before_fetch_template', 'wpdm_custom_tags', 10, 1 );
This adds a font awesome star before the package title when it has Premium Lynx Content tag. This will work when you have the [title] template tag in your template.
I have modified your custom template 5893b66eecca2 to add the [title] tag.
HI, Please use only [thumb] if you want to show the original size. Thanks.
Hi, It is not possible. You can either serve single file download or whole package download as a zip. – Thanks.
Hi,
There are some JS errors in the page coming from Trive Events plugin. Please try deactivating it. That should fix the Tree issue.
Best regards.
Hi,
Did you place template files ( files from /download-manager/tpls/ dir ) in your /active-theme/download-manager/ directory?
By the way, if you want to customize only the WPDM page template, no need to use files. You can use Template editor to create custom templates.
Another way of customizing package details page look is using single-wpdmpro.php template. It is a core level template. All WPDM page templates are ignored when you have this template in your theme directory.
You can download one of our free themes to check how we themed WPDM.
Let me know if you have further queries.
Thanks.
If you must hide the categories when there is no accessible package by the current user then we have to add more customization. Please send temporary wp-admin and FTP info in private reply. I will add the required code there and will show you where the code has been added.
Are you using Windows server? Please add the following code before line no 158 in /download-manager/wpdm-start-download.php file,
$filepath = str_replace('\\','/', $filepath );
That should fix the naming issue.
Or send temporary wp-admin login info in private reply. I will do it for you.
Use the following code instead,
jQuery('.w3eden .form-control.input-lg.no-radius').attr('minlength', '8');
Your custom template didn’t have the [download_link] tag. I have updated the template code. Now permission denied message is being displayed. Tested with BWS Level 2 – Bilingual package.
You have to clear category access settings. If you are using package access setting no need to use the category setting. As the user could get the access from category setting even when package setting doesn’t allow access.
Please make sure you have cleared the cache after changing settings and updating packages.
Are you referring to the package/download details page? Yes, it is possible. And that is actually controlled by your theme. Download Manager uses the single.php template ( single post template ) to show package details. Your theme should have an option to control the sidebars in the single post page.
Hi,
Currently, it is not possible with Dropbox storage. But you can use Amazon S3 add-on ( https://www.wpdownloadmanager.com/download/wordpress-amazon-s3-storage-plugin/ ) to protect the download link.
Thanks.
Here are the steps to show email lock popup on click a button with custom text,
1 ) In your package settings set 7 Deadly Sins of Retirement PDF as Link Label.
2 ) Set Button Template as Link template in the package setting or you can set the link template in step 3
3 ) Then put the package shortcode where you have your button now. You can set the Button template when in this step too using template parameter.
[wpdm_package id='package_id' template="link-template-button"]
Install Image Button add-on ( https://www.wpdownloadmanager.com/download/wpdm-image-button/ ) to convert plain download link into beautiful buttons.
Hi,
Customization is required because there is no existing shortcode to show the downloads of only last 30 days. We have to create a custom shortcode for that.
But your proposed approach works too. You can just sort packages by date and show the recent at the top. You can use the all packages shortcode.
Thanks.
Please check the default Values ( https://www.wpdownloadmanager.com/download/wpdm-default-values/ ) add-on. It has the similar feature. You can set default values for new packages. When creating a new package all package settings are taken from the pre-defined options.
Hi,
It is better if you use a custom template. Just follow the formatting other input fields from the default template. Please keep in mind, you have to save those extra fields too. This kind of customization actually requires coding experience. If it was something simpler I would have provided you with the solution.
However, we provide custom upgrade service https://www.wpdownloadmanager.com/download/custom-upgrade-service/ in cases like this. Let me know if you are interested.
Thanks.
In the category shortcode, only the template from template parameter will be used. But you can add star conditionally on the template using a custom template tag.
How are you deciding if a package is a premium or not? I mean when are you adding the star?
If the customization is something simpler I can add the code for you. If it requires rather detailed customization we can help you through our custom upgrade service.
JS errors were coming from Async JavaScript and SEO Optimized Images plugin. Disabled both plugins. Now, frontend upload works without any issue.
Added custom CSS to minimize the padding. FB like is working too.
Sorry for the delayed reply. I checked your link and download worked fine in my test. Has the issue been resolved?