Please send login info in private reply.
Looks like files are not being uploaded to the /upload/download-manager-files directory. Could you please send FTP info? I have to check directory permissions.
Your download page http://www.optika-italy.com/download/optikam-hdmi-easy-en-it-es-fr-de-pt-pdf/ is showing the login form. So, user do not have the download link ( the one you are pasting in browser url field ) when he is not allowed to download the file and not logged in.
You are getting this URL only after loggin in, so there is no point in redirecting a logged in user to the login page.
Let me know if the issue is not clear to you yet. Or is there anything I missed?
There is no ready option available for that. We are using a custom template in our doc page to arrange data from on sidebar.
Archive Page Sidebar View is similar to what you want. You can check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-sidebar/
But to customize it more custom coding is required. Please check our custom upgrade service fee here.
We have added extra parameter recommended to control the suggested downloads. Please check the shortcode doc here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_user_dashboard-user-dashboard-short-code/
[wpdm_user_dashboard recommended="recent" signup=1 flaturl=0 fav=1]
It is coming from Advanced Access Control addon. Please remove following line from /wpdm-custom -access-level/wpdm-custom -access-level.php file to get rid of it in dashboard.
add_filter("wpdm_user_dashboard_menu", "dashboardMenu");
Please check now.
Please replace [download_link] tag with following code in your custom template to open link in new tab,
<a target="_blank" href="[download_url]">Download</a>
Okay got it.
Which country did you select as Base Country in Premium package settings?
Please allow plugin editor access. I can’t edit plugin now. I have to run some test to find the issue.
Please try now. Unlocked your key from the staging domain.
Add following JS in your theme’s footer.php file. That should disable the download button after the first click.
jQuery('body').on('click', '.wpdm_submit_wait .btn-success', function() {
jQuery(this).addClass('disabled');
});
I couldn’t test if it works on your site as I don;t have the password to download the file.
If the Download Manager plugin network activate then deactivate it from network admin. Then activate it in each sub-site separately. If that doesn’t solve the issue please send temporary wp-admin login info in private reply.
Thanks.
Hi,
It is not possible yet to change currency symbol position. We shall add that feature in next release of Premium Package add-on. The update is coming within this week.
Thanks.
Hi,
The view of search result page is designed by your theme. WPDM doesn’t have authority there. Although your theme search template should link the search result to the details page, not sure why the title is not clickable.
But if you want a clean package search functionality Directory Add-on is the best solution. You can check the demo here https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/ There are multiple views available. Check others from the dropdown.
It is not possible to search inside document/file content. WPDM doesn’t have that feature.
Thanks.
Please check WPDM documentation here https://www.wpdownloadmanager.com/docsfor/download-manager-pro/
You can show download using various shortcodes. Check the shortcode section in documentation page for more details.
Please send temporary wp-admin login info in private reply to check these issues. The download looks like related to the server. However, after checking admin area I can provide more insight on this.
WPDM counts only first download when the same user downloads the same package multiple times. But we can make it count each download if you want it that way.
1 ) You can upload new images from Dashboard Downloads Add New page. You can attach one or more images to each package. [ Related Doc ]
2 ) When creating a new package set the price from package settings meta box. This prices is applied when someone buys current product without any membership. [ Related Doc ]
3 ) In add new package page there is a Require Membership meta box. Select all membership plans that have access to current package.
4 ) I have created a sample membership plan. You can create more from Dashboard Membership Plans page. All membership plans are shown in this page https://oni-online.com.au/wp-admin/post.php?post=636&action=edit
5 ) You have to setup your membership payment gateways from Dashboard Membership Settings Payment Gateways
Please check Membership docs here if you need more detailed info https://www.wpdownloadmanager.com/docsfor/wp-pro-membership/
Let me know if you have any more question.
Best Regards.
You need the Default Values add-on to set default values for new packages. Please check details here https://www.wpdownloadmanager.com/download/wpdm-default-values/
Couldn’t login using the user donfreeman@unclejakemedia.com
I ran a test here http://forensicsciencenetwork.com/?page_id=2299&preview=true
Looks like files from user role and AAC username, both types are listed in the page.
This css are added by CustomCSS function in /verse/admin/ThemeEngine.class.php file.
You can use wpdm_email_lock_heading filter to modify panel header text.
Filter Documentation: https://www.wpdownloadmanager.com/doc/filter-reference/wpdm_email_lock_heading/
Button label can be changed from package settings ( Link Label option )
Check Image Button settings page. Is that page is missing then a re-installation of the add-on should fix it.
If that’s not the case, please send temporary wp-admin login info in private reply to check the issue.