Tanvir

Forum Replies Created

Viewing 25 posts - 2,801 through 2,825 (of 3,183 total)
in reply to: What’s up with displaying tags archive pages? #159510

Tanvir
Spectator

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

in reply to: S3 Permissions settings #159471

Tanvir
Spectator

Hello @pt-wp,

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

Thanks

in reply to: What’s up with displaying tags archive pages? #159463

Tanvir
Spectator

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

in reply to: Advanced Access Control not working after update #159452

Tanvir
Spectator

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

in reply to: Advanced Access Control not working after update #159415

Tanvir
Spectator

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.

in reply to: Advanced Access Control not working after update #159407

Tanvir
Spectator
This reply has been marked as private.
in reply to: Problems WPDM Archive with Bootstrap Avada #159406

Tanvir
Spectator
This reply has been marked as private.
in reply to: Audio Player broken in 3.2.12 #159404

Tanvir
Spectator

Hello,

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

Thanks

in reply to: Advanced Access Control not working after update #159402

Tanvir
Spectator

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

in reply to: A question about custom taxonomies for packages #159392

Tanvir
Spectator

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

in reply to: Advanced Access Control not working after update #159385

Tanvir
Spectator
This reply has been marked as private.
in reply to: Advanced Access Control not working after update #159379

Tanvir
Spectator

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

in reply to: Audio Player broken in 3.2.12 #159378

Tanvir
Spectator
This reply has been marked as private.
in reply to: Problems WPDM Archive with Bootstrap Avada #159355

Tanvir
Spectator

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

in reply to: Packages not showing at frontend #159306

Tanvir
Spectator

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

in reply to: After upgrade does not display template correctly #159240

Tanvir
Spectator

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


Tanvir
Spectator

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


Tanvir
Spectator

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


Tanvir
Spectator

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

in reply to: pdf viewer configuration #159217

Tanvir
Spectator

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


Tanvir
Spectator

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


Tanvir
Spectator

Hello,

Issue is fixed.
Please check it now.

Thanks


Tanvir
Spectator

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


Tanvir
Spectator

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

in reply to: Use the API to create packages #159194

Tanvir
Spectator

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)