Forum Replies Created
Hi,
Yes, this issues has been fixed in the latest version (4.6.7) of WPDM.
Thanks.
1 ) Please check your Dashboard Settings Reading settings. Maybe posts per page are set to 4.
It should be items_per_page not item_per_page. Notice the s after item.
2. You have place .po and .mo file in language dir. So, unzip the compressed language file and put .mo and .po files there.
In your CSV the column title ID has a trailing space. Remove that after ID and import the file. That should update the old packages instead of creating new ones. I have attached a corrected sample CSV.
https://www.evernote.com/l/AUcswWUtB3VAbKJn4kjEu2MgEMk1QQma3tkB/image.png
Please send temporary wp-admin login info in private reply to check the issue.
Please send FTP login info in private reply. I have to check is there is any missing file.
Please go to /download-manager/admin/tpls/metaboxes/attached-files.php and remove // from indicated line.
https://www.evernote.com/l/AUeVhLGvp11EarZXuysxm3put-8ltkA9u5sB/image.png
We also added the patch in our side for the next update.
Please send me the CSV file ( or sample which contains few rows ) and temporary wp-admin login info in private reply. Which columns are you modifying when uploading CSV second time?
The shortcode for archive page sidebar view is as follows,
[wpdm-archive cat_view="sidebar" button_style="default" link_template="link-template-calltoaction3.php" order_by="post_title" order="asc" items_per_page="10"]
Please install TinyMCE Button add-on, you can insert the code easily using that add-on.
Hi,
It is possible but requires some code customization on Directory Addon ( Archive Page addon ). And code edits will be gone each time you update Archive Page.
If you still want to edit the add-on, send temporary wp-admin login info in private reply. I will do that for you.
Thanks.
Unlocked your key from “improveasy.com” You can apply the key in your new domain now.
Please send temporary wp-admin login info in private reply to check the issue.
Does the same issue happen with other packages?
Hi,
Actually using hook is the best way to modify the registration form. It does require coding knowledge to use WordPress hooks and filters. You have to add the code in your theme’s functions.php file.
The example here https://www.wpdownloadmanager.com/doc/action-reference/wpdm_register_form/ adds a custom field to the registration form.
Thanks.
Hi,
Maybe another plugin applying some redirect rules. Try disabling other plugins. Send temporary wp-admin login info in private reply so I can check this issue in your installation.
Please use English if possible.
Thanks.
Please try now. Unlocked your key from the old domain.
Please send temporary wp-admin login info in private reply to check this issue.
I guess the issue is resolved. However, let me know if you still need help on this.
Hi,
You can clean the cache dir from Settings Basic Cache & Stats panel.
Thanks.
You have to remove the marked line from indicated file to count each download even if they are initiated from the same IP.
https://www.evernote.com/l/AUfgUH784A1KcZbJgpWbAE5q_o8nwnz7n5YB/image.png
Please send me the package URL where you have email lock to check this with my email.
Also, send temporary wp-admin login info in private reply to check backend in case I also face the same issue.
– We are aware of the Term Lock in All package table. It is on out to-do list.
– Sorry, I missed what you are referring to here. Could you please send me a link to check?
Package Icon:
The page template you are using here doesn’t have the [icon] template tag. If you want to show the icon selected in package settings icons tab use a template that has the [icon] tag in it. You can also create you own custom designed page template.
File Icon:
In your URL the file icon is related to the file type. Your file is a mp4 file. But there is no mp4.png file in /download-manager/assets/file-type-icons. So the default is shown. If you put a mp4.png there then it will be shown.
https://www.evernote.com/l/AUfaR9R92PVHEo8DQUVmyP6w9wM2FReRbL0B/image.png
Although Form Lock pop-up appeared fine in my test ( due to higher screen resolution ) you can use [download_link_extended] in a custom link template to show the embedded form to avoid content overlapping.
Clone the current link template you are using now and replace the [download_link] template tag with [download_link_extended]. Then use this custom link template in your shortcode. You can clone any template you want.
You will find all available icons in Packages Settings Icons tab.
https://www.evernote.com/l/AUfy8IZ3i7NECpCIaZbTz61HXAK6kjT_eXcB/image.png