Where did you add this code? It should be added to the functions.php
Send me functions.php to check.
Hi,
It will take about 4 hours of customization. We will display all custom values in a sidebar or at the top ( let me know your preference ). Packages will be filter based on selected filters.
Thanks.
Yes.
But why not create another custom tag instead of editing current [file_list]
The result of [file_list]
is generated by Table
function at libs/class.FileList.php
file.
It is not possible yet. For now, you can add the date after the file as there is an option to modify the filename.
Please send temporary wp-admin login info in private reply to check the issue. Also, make sure you have the latest version ( 4.7.1 ) of Download Manager.
Hi,
In version 4.7.1 we are using separate /download-manager-files
dir for each sub-site.
/wp-content/uploads/download-manager-files/ ( Old versions used only this dir for all files from all subsites, now only main site uses this dir )
/wp-content/uploads/sites/1/download-manager-files/ ( files dir for site 1 )
/wp-content/uploads/sites/2/download-manager-files/ ( files dir for site 2 )
and so on…
You just have to copy the old /download-manager-files
dir to each sub-sites upload dir.
If it is not possible for you to move /download-manager-files dir to each sub-site but want to use latest WPDM then install following copy to use main /download-manager-files dir as you Download Manager files dir like old versions.
https://www.dropbox.com/s/xyrfqe89txtxn5f/download-manager-v.4.7.1.zip?dl=0
Thanks.
Please send FTP and wp-admin in private reply.
There is no option to reorder categories from the shortcode. But you can sort ( asc
or desc
) packages inside categories by date
or name
or modified
To change categories order you have to edit add-on code. Find $cats = get_terms( 'wpdmcategory', array( 'hide_empty' ► false) );
in the wpdm-extended-shortcodes.php
file. You can add some order parameter in second arg.
$cats = get_terms( 'wpdmcategory', array( 'hide_empty' ► false, 'orderby' ► 'count') );
You will find valid orderby parameters here https://developer.wordpress.org/reference/classes/wp_term_query/__construct/
Due to some JS errors in the page popover form not working. Use the embedded form instead. I have created a custom page template ‘Extended Clone’ and applied it to your ‘Test’ package. After form submission now the download link is provided on the page.
Please use [download_link_extended]
instead of [download_link]
tag in your custom template if you want to create another custom link template.
Frontend upload is working.
Next version will be released within next week. You can use your own template though for the ‘Edit Profile’ page and translate those strings in that template.
You have to place the
/plugins/download-manager/tpls/user-dashboard/edit-profile.php
file in
/themes/active-theme/download-manager/user-dashboard/edit-profile.php
dir. Your new translated template file will be used insted of default template in this case.
When you update from 2.5.95 your old posts will be gone too, not only categories because of moving to custom post type.
Maybe latest version before moving to the custom post type was 2.6.96 You can download it here https://downloads.wordpress.org/plugin/download-manager.2.6.96.zip
Please check this post https://wordpress.org/support/topic/required-actions-after-you-update-to-v27-from-v26/
Here is the migration add-on https://cdn.wpdownloadmanager.com/wp-content/uploads/2015/01/wpdm-m324x.zip
But you still have to change the shortcodes ( sigh… ) as it is not possible to keep the post ids same as old ids
Hi, Easy fix for this is using fixed size thumbnail for all packages. Is it possible for you?
Hi,
We are releasing a PP update soon. We have found the issue. This was reported by another user.
Thanks.
The suggestion above was for the Extended Shortcodes add-on, not the core Download Manager plugin. You can add custom icons by adding the URL instead if selecting an existing one.
The update should work like any other plugins. You can manually download here too http://wordpress.org/plugins/download-manager/
First, delete current installation and then install the latest version.
That requires code customization. Please check the related doc here https://www.wpdownloadmanager.com/doc/template-files/ You have to create a custom template for the /tpls/wpdm-all-downloads.php
template.
Create a custom link/page template. You can clone an existing one and replace the [download_link]
template tag with the following code.
<a herf="[download_url]" target="_blank">View</a>
In Downloads Settings Basic find and enable “Open in browser” option.
Now select this link/page template in package setting meta box.
Please send temporary wp-admin login info in private reply to check the issue.
Please try order_by="date"
That’s actually filed size. Check your File Size field in package settings meta box. Set the file size there. That should update the ‘0’
Hi Shawn,
Thanks a lot for reporting the issue. We are releasing a new version of Premium Package to fix this issue.
Best Regards.
Please let me know what kind of custom data you are associating with the package. And how do you want the filter implemented? Is it something like Archive Page Advanced Search? I understand the core idea but more info from you will help me to understand your use case.
The login page is working now. Please check and let me know if still having trouble.
1 ) Not available yet. But we have plans to introduce this feature soon.
2 ) Which WPDM version are you using? Works in my test with latest WPDM.
3 ) Admin gets order email only when payment is completed successfully.