Tanvir

Forum Replies Created

Viewing 25 posts - 401 through 425 (of 3,183 total)
in reply to: Get Custom Field Data #188051

Tanvir
Spectator

Hi Paul,

Thanks for contacting us.
You need to use the below addon to get custom data using wpdm

Advanced Custom Fields

Regards
Tanvir

in reply to: Settings page in Membership is empty #188046

Tanvir
Spectator

Hello,

Thanks for the video.
You can add a custom css for the height to fix the issue. There could be cache issue that is the reason it may persists only from your side.
I have checked it again now still no issue
check my testing here
Regards
Tanvir

in reply to: Settings page in Membership is empty #188037

Tanvir
Spectator

Hello,

The issue could be caused by any conflict or only from your user account.
There could be some conflict issues in your site. In this case, I would suggest running a conflict test. You need to run a basic WordPress conflict test on your site to detect what actually causes the problem. To troubleshoot the issue, please deactivate other plugins except for WPDM. Then check if the issue still persists. If that solves your problem, activate the plugins one by one, and continue checking the issue. In this way, you will be able to detect which one causes the problem. If it doesn’t solve, you can check conflict with theme too.

Regards
Tanvir

in reply to: Download Language Options #188031

Tanvir
Spectator

Hello Robert,

Thanks for contacting us.

Attach all 3 files with the same package and add custom file title specifying the language. Then in link template, use [file_download_links] instead of [download_link] tag and in page template [file_list] or [file_download_links]

Here is a demo for that:
https://try.wpdownloadmanager.com/download/same-file-with-different-languages/

Regards
Tanvir

in reply to: Settings page in Membership is empty #188030

Tanvir
Spectator
This reply has been marked as private.
in reply to: Updating the plugin deletes custom templates #188027

Tanvir
Spectator

You are welcome.
Don’t hesitate to open a new topic if you face another issue.

Regards
Tanvir

in reply to: Settings page in Membership is empty #188000

Tanvir
Spectator
This reply has been marked as private.
in reply to: Settings page in Membership is empty #187983

Tanvir
Spectator

Hello,

Thanks for contacting us.
Please provide temporary admin access in a private reply to check the issue further.

Thanks

in reply to: Customizable filters field #187977

Tanvir
Spectator

Hi,

I see the ticket is marked as resolved.
Is this issue fixed for you?

Regards
Tanvir


Tanvir
Spectator

Hello Christina,

Thanks for providing access.

I have forwarded the issue to the developer team.
Soon you will be updated.

Regards
Tanvir

in reply to: Icons not working in Chrome? #187971

Tanvir
Spectator

Hello,

Thanks for contacting us.

Please provide related website url to check the issue further.

Thanks
Tanvir

in reply to: Updating the plugin deletes custom templates #187962

Tanvir
Spectator

Hi Matt,

Thanks for the clarification. It is clear to me now.

You can follow the doc below and my suggestion in previous reply. It will not delete the files as those will be kept in child theme.

Template Files

Regards
Tanvir


Tanvir
Spectator

Hi Barbera,

Date format can’t be changed currently. Because it is set by plugin not by wordpress default.
Loco translate can be used for translation

Thanks

in reply to: Set user download limit #187941

Tanvir
Spectator

Hi David,

I tried it by activating plugin and setting a limit 4 for one of the downloads.
check my testing here:
https://www.loom.com/share/62c06b1693994f619cd6b7decef469a7

I found the addon is working properly. Is there any specific procedure to reproduce the issue? I would be able to check it further by following that.

Regards
Tanvir


Tanvir
Spectator

Hi,

Thanks for contacting us.

For adding translations, you can use the below plugin. With it you will be able to set all translations for the specific plugins.

Loco Translate

Regards
Tanvir

in reply to: Issue no all product listing in tabular format #187938

Tanvir
Spectator

Hi,

Thanks for the info.

Yes you are right. Currently only 2000 downloads are possible.

However, you can request the feature here or you can contact our customization servie here. Our developer team may take necessary steps.

Regards
Tanvir


Tanvir
Spectator

Hello Christina,

Please provide temporary admin access in a private reply as well as related page link to check the issue further.

Regards
Tanvir

in reply to: Updating the plugin deletes custom templates #187936

Tanvir
Spectator

Hello,

Thanks for contacting us.
If you create the templates in active theme file, then when you update the plugin it will not be deleted.
But if you update the parent theme and custom templates are in it, then it will be deleted.
So it is recommended to keep those in activated child theme

Regards
Tanvir


Tanvir
Spectator
This reply has been marked as private.
in reply to: Issue no all product listing in tabular format #187893

Tanvir
Spectator

Hello,

Please provide temporary admin access in a private reply to check the issue further.
I need to check it further to identify the reason.

Regards
Tanvir


Tanvir
Spectator

Hi Mattia,

Thanks for contacting us.

To set downloads private and only for login, first you need to set user roles from package
image

Set below setting from Downloads > Settings > Basic
image

Regards
Tanvir

in reply to: Widget Packages elementor, how to set random images? #187890

Tanvir
Spectator

Hello,

Thanks for contacting us.

Currently the feature to set random images is not available to wpdm elementor or any other shortcodes of wpdm.

Thanks
Tanvir

in reply to: Issue no all product listing in tabular format #187860

Tanvir
Spectator

Hi,

Thanks for contacting us.

Please make sure you have made all packages access to all visitors to show all.
image

If you are still facing issue, please provide temporary admin access in a private reply for further assistance.

Regards
Tanvir

in reply to: How to disable Category Archives #187842

Tanvir
Spectator

Hi,

Please put this code in your active theme functions.php, it will disable your individual category archives

add_filter( "register_taxonomy_args", function($args, $taxonomy, $object_type){
    if($taxonomy === 'wpdmcategory'){
        $args['public'] = false;
    }
    return $args;
}, 10, 3 );

Thanks.

in reply to: Amazon s3 connection just stopped #187841

Tanvir
Spectator

Hello,

I have already forwarded this to the developer team.

Regards
Tanvir

Viewing 25 posts - 401 through 425 (of 3,183 total)