Hello,
I am sorry there is no such functionalities created by WPDM for the tag cloud. WPDM is just creating a ‘tag’ taxonomy for it’s download packages.
However I see you are already using tag groups plugin which is mainly built to arrange tags.
You can continue using that for your required specifications.
or you can contact our customization team here for customizations works of WPDM
Thanks
Hello @pt-wp,
You can follow this for bucket permission:
https://docs.aws.amazon.com/AmazonS3/latest/userguide/add-bucket-policy.html
Thanks
Hello ,
Could you please share the related page/file/package URL with us?
If possible please also share the admin access of your website in a private reply.
It helps us to quickly figure out the issue and resolve it immediately.
Thank you
Hello Peter,
My apologies, but you must have missed something, the shortcode [wpdm_my_downloads login=1 template="link-template-panel"]
will not work unless you have the add-on activated. Always it is working in same way before or after the update. just by selecting individual email or name.
The specifications are clearly mentioned in the addon page.
You can check your packages to test it buy you have to login from the user id to test.
Also please follow my previous reply too get the clear idea.
I hope you will follow the instructions and test it by yourself too.
Thanks
Hello,
First condition is allow access. That can be set to a specific user group. which was set like this causing the denied access.
For details check: https://www.wpdownloadmanager.com/doc/add-new-package/package-settings/allow-access-access-control-option/
After passing the ‘allow access’ logic, package will check ‘select member’ option.
suppose you assigned only a specific user group from allow access option, then you set the select member to a totally different user. It will override the allow access and the member will be able to download after he logins.
you can select member individually with this option. This is controlled with the advanced access control addon.
For details check: https://www.wpdownloadmanager.com/download/advanced-access-control/
By the way, the allow access will only show denied access replacing the download button but package name will be shown. On the other hand [wpdm_my_downloads login=1 template="link-template-panel"]
will hide package names too for specific users.
Hello,
I have forwarded this issue to our developer team. I hope it will be solved in the next updates.
Thanks
Hello Peter,
I checked the advanced access control addon is working fine in your website.
I see you used the shortcode [wpdm_my_downloads login=1 template="link-template-panel"]
for that post.
Also I checked the older version of advanced access control too, The shortcode of this addon always worked in this way that this shortcode would show packages only to the specific members only, even if he was the admin. [wpdm_my_downloads login=1 template="link-template-panel"]
shortcode of page/post will only show to admin only if he is selected.
However the admin doesn’t need to see as he has already all the controls.
Let me know please if you have still any issue with this.
Thanks
Here is an example of custom taxonomy you can use for WPDM:
which you can show rights as tags also available for quick edit:
add_action( 'init', 'wpdm_register_size_taxonomy' );
function wpdm_register_size_taxonomy() {
$labels = array(
'name' ► __( 'Sizes', 'download-manager' ),
'singular_name' ► __( 'Size', 'download-manager' ),
'add_new_item' ► __( 'Add New Size', 'download-manager' ),
);
$args = array(
'labels' ► $labels,
'public' ► true,
'show_admin_column' ► true,
'show_in_quick_edit' ► true,
'show_in_rest' ► true,
);
$post_types = array( 'wpdmpro' );
register_taxonomy( 'size', $post_types, $args );
}
Thanks
Hello Peter,
Latest WPDM version is 6.0.6 and Advanced access control is 3.0.8 . Make sure both updated.
If the old version of Advanced access control is activated, please delete that. Keep only the latest versions. I hope this will fix all the issues.
If still the problem persists, Please provide admin access of your website in a private reply so that we can debug and resolve the issue quickly.
Thanks
Hello,
Latest version of WPDM is 6.0.6
and WPDM Archive is 4.2.1
Please update to that if you have not updated it yet from here
I hope the issue will be fixed only by updating to the latest version.
Also if you face any conflict with bootstrap, you can disable from WPDM
FYI, WPDM archive is not using any separate bootstrap file.
If still the issues persists please also share the related url and admin access of your website in a private reply.
It helps us to quickly figure out the issue and resolve it immediately.
Thanks
Hello,
Codebase has been changed for WPDM from the version 6. That is the reason of not working.
You can update WPDM from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases/order/WPDM5E4A242D863ED/
also pdf stamper is not free
Unless updating we can’t do anything.
Sorry
Hello ,
Could you please share the related page/file/package URL with us?
If possible please also share the admin access of your website in a private reply.
It helps us to quickly figure out the issue and resolve it immediately.
Thank you
Hello,
I am sorry to say that you have to hard code that as there is no option set.
And yes that is the place to change.
Thanks
Hello William,
I am sorry that you missed the password of ftp. Please share that too.
Thanks
Hello,
Issue is fixed.
Please check it now.
Thanks
Hello,
Can you please share ftp access too in a private reply to give quick solution?
Thanks
Hello @Williamdgv,
Sorry for this inconvenience.
Make sure that WPDM and all add-ons you are using of WPDM are in the latest version. If you can’t update it directry from WordPress dashboard, Please update from here.
If, still the problem exists then please share your admin login credentials with us in a private reply so that we can debug and give you a better solution about it?
Best Regards