Forum Replies Created
Template Editor is working. You can start creating your own template now. Thanks.
Hi Patrice,
Thanks for the offer. Appreciate it. But right now, we do not have the plan to make any change in our forum system. In the future, we will definitely keep your solution in mind when updating our system.
Best regards,
Shahriar
Have you added the Editor role in File Browser access option as shown in the screenshot above? Please send login info in private reply if that doesn’t solve the issue.
Hi,
Looks like you are using another plugin there. Let me know if you face any issue with Download Manager.
Thanks.
Thanks for reporting the issue. We will fix it in next release of Download Manager.
Hi,
Looks like the errors are coming from your chimpy plugin. Please try deactivating it. That should solve the issue. If it doesn’t send temporary wp-admin login info in private reply.
Thanks.
1 ) Remove all sections except featured items from the homepage.
2 ) You have to set Prime page template from package settings to make it look like the demo. I have updated this one https://beatsem.com/download/360-panoramic-image-viewer-responsive-wordpress-plugin
https://www.evernote.com/l/AUeovLbp1phL4LYJFKYkzA8DAo-24aIBOskB/image.png
From the error log, I see some fatal error coming from other plugins but no fatal from the Download Manager. The download is working now, for the locked packages too. Maybe it was a cache issue. However, let us know if you encounter the issue again. Thanks.
Unlocked the key from your old domain. Please try now.
Maybe some packages have been deleted or the package URL structure has been changed. In such cases re-generating the sitemap should fix the errors.
Hi,
There is a usage limit in download link generated for a user. You can increase it from settings if you want. Please set the desired value from from Settings Basic File Download Private Download Links Usage Limit option.
Thanks.
Hi,
Please install the latest version of Download Manager. You can download it here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
Deactivate and delete the old version before installing the latest one. You won’t lose any data.
Let me know if any issue persists after updating the plugin.
Thanks.
Hi,
We will add the email feature in the next release.
You can assign a package to a user using their username. How did you assign the download? Please send temporary wp-admin login info in private reply if you want me to check the issue there.
Thanks.
Could you please check your PHP error log and send me the login file or just last few entries?
Maybe there is no subfolder under the selected folder. In such cases clicking the Browse Files button load all files on the right side.
If you think that’s not the case, please send temporary wp-admin login info in private reply, so I can check this on your installation.
Thanks.
Hi,
That’s not possible. But WPDM File Cart add-on can download selected files as a single zip. You select any number of files and later download a single zip file. Please check the add-on details here https://www.wpdownloadmanager.com/download/wpdm-file-cart/
Thanks.
Please send me the page link to check the issue.
I have installed the Prime and Download Manager Pro. Also created a custom homepage to match the demo style. You can start adding your downloads now. Let me know if you have a further query.
Sorry for the delayed reply.
I have updated the all packages shortcode to display the custom field value. You have to put the whole custom field name acf_status_Bid Date To avoid any confusion it is better not to keep any space in the custom field name.
I have removed the [acf_Demo_demo_url] tag from the page template. It was added by mistake in the last update.
Please check now. Added more custom CSS to change the button colors.
Hi,
It is possible, requires code customization which will be gone after each plugin update. So, it is not recommended.
But if you want to do it anyway, here is the solution,
Find the code block with jQuery('#wpdm-archive-page-home') ( should be around line no 1096 in wpdm-archive-page.php file ) and replace the wrapping code using the following block,
jQuery('#wpdm-archive-page-home').click( function(e) {
e.preventDefault();
window.location.href = "http://your-url.zyx";
});
https://www.evernote.com/l/AUftwI7xiJ9PY57mO5HtPAnlzfXyebNoekcB/image.png
Thanks.
Hi,
How did you set the P sign? Is there a currency with that sign?
It is possible to set P as currency sign by customizing code. Please replace return $sign; with return 'P'; on line no 714 in /wpdm-premium-packages/includes/libs/functions.php file.
Or send temporary wp-admin login info in private reply. I will do it for you.
Thanks.
You can create a custom template that includes all information provided by all package table in each row. Then use this custom template with your Archive Page shortcode.
Here is a detailed post about custom template https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/