Forum Replies Created
Hi,
Please use the full path under the files column and remove the package_dir column. Check the attached CSV for reference.
Your preview images have to be in /wp-content/uploads/ directory. Otherwise, preview import doesn’t work.
Use package_size as CSV column title for the package size column.
let me know if you have any other query.
Thanks.
Hi,
Download Manager does work with cached pages. However, I am not sure yet what happened in your case. Could you please send temporary wp-admin login info in private reply? I want to check the cache issue there.
Thanks.
Looks like updating the plugin fixed the issue. Just tested a download.
Please send admin login info in private reply.
Hi,
Please send admin login info in private reply to check the issue. It works on my side.
Thanks.
Hi,
If you are hosting on Siteground add following rule in your .htaccess file to fix the issue,
<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>
Otherwise please send temporary wp-admin login info in private reply.
Thanks.
The change I made is in a database table. So, updating or deleting or deactivating the plugin won’t remove the added patch. You are safe. Stats will keep working from now on.
Sorry, No visual editor is available for the dashboard. You can modify the look only using custom templates.
Please go to /download-manager/tpls/wpdm-login-form.php file and replace wpmdpro with download-manager. You will find this in 2 different lines ( 160 & 220 ). Replace both. That should add the missing texts too.
You can edit the email template from Downloads Templates Email Templates page.
Please send me the translated po/mo files if possible so I can share it with someone else who might need it.
Those old browser doesn’t support some JS features. Maybe the error is related to that. Please send temporary wp-admin login info in private reply. I will try a different approach to handle this case.
Hi!
Easiest was is replacing the $imgext = array('png','jpg','jpeg', 'gif'); with $imgext = array(); in /download-manager/libs/class.FileList.php. That will shos file icon for image files too.
Thanks.
Hi,
You can get only the download URL using the following code,
$data['download_url'] = \WPDM\Package::getDownloadURL($data['ID'], '');
This will return this part https://mysite.com/?wpdmdl=5286&refresh=5c6d13a29aef415506523
Hope this helps.
Thanks.
Showing only next/prev links in mobile screens. Added some custom CSS in Customize Additional CSS. We will look into the page jump issue in the next update of the add-on.
Hi!
Please re-check the login info. Getting invalid password error.
However, the layout seems fine in the provided link. Could you please point me the issue using a screenshot?
Thanks.
Download stat is working now.
Technical Explanation: Your posts have unusually high value as post ID which actually exceeded the int limit ( 2147483647 ). We used int as post id variable type for the ahm_download_stats table. So when inserting a new stat you post ID was changed ( due to int casting ) the biggest integer value which is 2147483647. I have altered the ahm_download_stats table to allow bigint as post id value. And that solved the issue.
We have added the patch on our side too for the next update. So, no further action required from your side after the next update.
Hi,
It is not possible with any available add-on but a custom solution is possible.
There is a slightly different solution possible using Premium Package add-on. You can add a price to the package and users can add all chosen images to the cart and place an order. But the order is kept in processing state, so the user won’t have access to the download. When an order is placed you can then review the items and manually complete the order. After that, the user will be able to access the download.
Thanks.
1 ) Control the width of the iframe from this file /download-manager/tpls/lock-options-iframe.php I have set it to 650px now. You can use embedded form too instead of pop up if you want.
2 ) The content of the package page is controlled by the WPDM Page Templates ( Downloads Templates Page Templates ). I have cloned the current page template ( Single Column, Flat ) and remove the package info that you wanted to hide. Then set this new template as page template for the package.
https://www.evernote.com/l/AUfzrCT-COxNI4zBTrB9lXl3thjG51F3guAB/image.png
If you want to know more about template customization please read this tutorial https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/
Please install the latest version of Download Manager Pro and send temporary wp-admin login info in private reply. I will try to modify your theme archive to sort packages in alphabetical order.
Also, will set up an example page with category shortcode to show you how it works. You don’t have to edit the link template to insert the shortcode. You just insert the shortcode in a page. WPDM TinyMCE add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) provides an easy GUI for various shortcodes. Using this add-on you can insert shortcode easily.
Please install the latest version of Download Manager Pro, you are using an older version there. If that doesn’t fix it, send me the error log file in private reply. Looks like a fatal error occurred when serving download.
You can ask the server support to provide you the error log. They are bound to provide you access to the error log. How can you work without access to the server error log? You do need it time to time to solve cases like this one. Don’t worry about the error in your last screenshot. We will fix it later ( there is a simple solution ).
While ago I encountered a similar issue. The pacakge in question somehow breaking the shortcode but updating the package fixed it. But didn’t get the chance to get details as the issue disappeared right after updating the package.
The user can change their avatar from frontend uploader page. Currently, This is allowed for users that have access to the frontend uploader page [wpdm_frontend flaturl=0]
Another option is using a Gravatar account ( http://en.gravatar.com/ ). Using Gravatar anyone can change the avatar associated with their email address.