Tanvir

Forum Replies Created

Viewing 25 posts - 2,801 through 2,825 (of 3,183 total)
Aug 10, 2021 at 3:38 pm
#159510
Spectator
Tanvir
OP

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

Aug 10, 2021 at 11:47 am
#159471
Spectator
Tanvir
OP

Hello @pt-wp,

You can follow this for bucket permission:
https://docs.aws.amazon.com/AmazonS3/latest/userguide/add-bucket-policy.html

Thanks

Aug 10, 2021 at 10:50 am
#159463
Spectator
Tanvir
OP

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

Aug 10, 2021 at 8:33 am
#159452
Spectator
Tanvir
OP

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.

Advanced Access Control


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

Aug 9, 2021 at 3:39 pm
#159415
Spectator
Tanvir
OP

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.

Aug 9, 2021 at 1:54 pm
#159407
Spectator
Tanvir
OP
This reply has been marked as private.
Aug 9, 2021 at 1:46 pm
#159406
Spectator
Tanvir
OP
This reply has been marked as private.
Aug 9, 2021 at 1:25 pm
#159404
Spectator
Tanvir
OP

Hello,

I have forwarded this issue to our developer team. I hope it will be solved in the next updates.

Thanks

Aug 9, 2021 at 1:11 pm
#159402
Spectator
Tanvir
OP

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

Aug 9, 2021 at 11:41 am
#159392
Spectator
Tanvir
OP

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

Aug 9, 2021 at 11:09 am
#159385
Spectator
Tanvir
OP
This reply has been marked as private.
Aug 9, 2021 at 10:31 am
#159379
Spectator
Tanvir
OP

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

Aug 9, 2021 at 10:13 am
#159378
Spectator
Tanvir
OP
This reply has been marked as private.
Aug 9, 2021 at 5:53 am
#159355
Spectator
Tanvir
OP

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

Aug 8, 2021 at 5:11 am
#159306
Spectator
Tanvir
OP

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

WordPress PDF Stamper Plugin

Unless updating we can’t do anything.
Sorry

Aug 5, 2021 at 6:35 pm
#159240
Spectator
Tanvir
OP

Hi,

You are welcome.

However,If you found my support helpful, could you leave your valuable review here?
Your rating keeps us inspired ❤️
Best Regards

Aug 5, 2021 at 6:33 pm
#159239
Spectator
Tanvir
OP

Hi,

You are welcome.

However,If you found our support helpful, could you leave your valuable review here?
Your rating keeps us inspired ❤️
Best Regards

Aug 5, 2021 at 6:27 pm
#159238
Spectator
Tanvir
OP

Hello,

Here you can follow this to get idea about the link template.
However the title ‘1’ is a bug. We will fix both the issues in the next update.

Thanks

Aug 5, 2021 at 4:18 pm
#159220
Spectator
Tanvir
OP

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

Aug 5, 2021 at 4:02 pm
#159217
Spectator
Tanvir
OP

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

Aug 5, 2021 at 3:53 pm
#159213
Spectator
Tanvir
OP

Hello William,
I am sorry that you missed the password of ftp. Please share that too.
Thanks

Aug 5, 2021 at 3:49 pm
#159211
Spectator
Tanvir
OP

Hello,

Issue is fixed.
Please check it now.

Thanks

Aug 5, 2021 at 3:29 pm
#159202
Spectator
Tanvir
OP

Hello,
Can you please share ftp access too in a private reply to give quick solution?
Thanks

Aug 5, 2021 at 2:59 pm
#159197
Spectator
Tanvir
OP

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

Aug 5, 2021 at 2:53 pm
#159194
Spectator
Tanvir
OP

Hello @Noomia,

You can check the API doc here to know about the functions of it.
Please check it.

Thanks

Viewing 25 posts - 2,801 through 2,825 (of 3,183 total)