Sorry, this feature is not available.
We have a customization team and if you want to use them, please contact customize@wpdownloadmanager.com for quote.
Thank you.
its working here, http://www.playalloa.co.uk/test/
Can you share me the page where you added the shortcode and not working?
This shortcode is working
[wpdm_category id="public," cols="1" toolbar=0 item_per_page=10 template="link-template-calltoaction3.php"]
Thank you.
Please provide your temporary login info using private reply to check the issue.
Thank you
We had noted this to implement, in case you want to complete this by prior you can use our customization team, please contact customize@wpdownloadmanager.com for quote.
Thank you.
You will need this add-on http://www.wpdownloadmanager.com/download/lazy-download-add-on/
Thank you
we have a customization team and if you want to use them, please contact customize@wpdownloadmanager.com for quote.
Thank you.
Hi,
Some other plugin was causing <a>
tag to reload again. So i changed to <button>
as shown in image.
thank you.
Please provide your temporary login info using private reply to check the issue.
Thank you.
Please provide me your temporary login information using private reply to check the issue.
Thank you.
This problem usually occurs due to conflicting with other plugins or the theme. Please try deactivating other activated plugins or try changing your theme.
If this don’t solve your problem please provide me your temporary login credentials using private reply to check the issue.
thank you
You can change easily follow this steps
wp-admin
->downloads
->settings
->basic
-> misc settings
(select Dashboard Page)
we also have a customization team and if you want to use them, please contact customize@wpdownloadmanager.com for quote.
Or
You need to follow the steps to customize
You need to copy the tpls/
dir from download manager plugin dir to active theme dir. (This is required to do in-case you want to update your plugin later the change wont be effected on design)
Then rename it copied tpls
dir ( which is in your theme dir ) to download-manager
Now edit wpdm-all-downloads.php
in download-manager
dir ( which is in your active theme dir )
Yes,
You can change dashboard page from
wp-admin
->downloads
->settings
->basic
-> misc settings
(select Dashboard Page
)
or you can change directly from the code in
download-manager/tpls/wpdm-be-member.php
and change get_permalink(get_option(‘__wpdm_user_dashboard’)) from
do_action("wpdm_user_logged_in", "<div class='alert alert-success'>" . __("You are already logged in.", "wpdmpro") . "<br style='clear:both;display:block;margin-top:5px'/> <a class='btn btn-xs btn-primary' href='" . get_permalink(get_option('__wpdm_user_dashboard')) . "'>" . __("Go To Dashboard", "wpdmpro") . "</a> <a class='btn btn-xs btn-danger' href='" . wp_logout_url() . "'>" . __("Logout", "wpdmpro") . "</a></div>");
Thank you
Login and registration tab was bootstrap default js
is been overriding by your theme js
.
I added some code in bottom of download-manager/tpls/wpdm-be-member.php
file
jQuery(document).ready(function(){
jQuery("#be-member-btns a").click(function(e){
e.preventDefault();
jQuery(this).tab('show');
});
});
Thank you.
I m not able to access “plugins” option in admin panel. Did you remove any authorization?
Thankyou.
Sorry, the issue is not clear. Please can you explain more?
Thankyou
Sorry, cant login in
http://magarchitects.net/wp-login.php
Using your given credentials.
Please check the info again.
Thank you.
Try using a short-code like this:
[wpdm_login_form redirect="url-here"]
then, user will be redirect to mentioned URL.
Thankyou.
Looks like, your theme is overriding plugin JS.
Please provide you temporary login credentials using private reply to check the issue.
Thank you
I can see memory alocation is fine. I tried uploading the file again
http://ccwp.polishedwp.com/download/how-to-sponsor-2/
And its working.
Please delete the old file post.
Thank you
Please provide me your temporary login info using private reply to check the issue
thank you
Yes, it is possible in pro version by using[file_list_extended]
tag in your page template.
Thank you
Sorry its not clear, What you meant by exchanging files?
In pro version, to give access to different user different files
One way is , create a package ( Downloads Add New ) for one user add all that user files and apply password lock from Lock Option in Package Settings metabox. So when a user comes to that page he will need to enter password to download files.
Another Way is. if users are under a user role. then you can create one for more packages for them and from Access field simply need to select the user role you want to give access to that package.
But let me know if you still not clear.