Tanvir

Forum Replies Created

Viewing 25 posts - 2,926 through 2,950 (of 3,183 total)
Jul 20, 2021 at 7:13 am
#157943
Spectator
Tanvir
OP

Hello @Tristap,

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

Jul 20, 2021 at 7:12 am
#157942
Spectator
Tanvir
OP

Hello @plxadmin,

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

Jul 19, 2021 at 5:49 pm
#157919
Spectator
Tanvir
OP

Hello @raul-queiroga,
I think the best way is to use category slugs as category field in csv. so parent category names will be same as category slug.
Then you can manually edit all categories names to same name.
If there are many files to import, then you can provide us temporary admin access in a private reply so that we can solve the issue.
Thanks

Jul 19, 2021 at 2:28 pm
#157891
Spectator
Tanvir
OP

Hi,

Hope you are well. Sorry for this inconvenience.
It is not possible from shortcode. As you have already set option to download after login, it is not possible to hide package to users after login.

Currently, The solution you have is to set allow access to different type of users.
Screenshot-1
or you can denied access for download categories to specific roles
Screenshot-2

But both will not disappear totally. those will ‘denied access’ from download.
To fulfil your requirements, the plugin needs some customization, However if you need any customization with this plugin, you can contact here.

Thanks

Jul 19, 2021 at 1:42 pm
#157883
Spectator
Tanvir
OP

Hello,

Currently if you add same category for all download, it will be added under the same parent category. category slug will be same.
However, maybe we shall make a option for child-category in future updates.

Thanks

Jul 19, 2021 at 11:46 am
#157873
Spectator
Tanvir
OP

Hello,

Please follow this.
Here you will get idea after downloading the sample csv.

You simply need to add category names like this Category 1, Category 2 at a column in your csv file. If you keep files in the categories.

Thanks

Jul 19, 2021 at 10:54 am
#157871
Spectator
Tanvir
OP

Hello,

Sorry to hear about the issue.

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.

Please let us know if the issue still occurs on the same platform in our demo website

If it does not happen, then there is something wrong with your website. We will inspect that. However, it will be very cooperative if you record me reproducing your issue using a tool like this? It helps us to quickly figure out the issue and resolve it immediately.

Thanks

Jul 18, 2021 at 4:14 pm
#157789
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

Jul 17, 2021 at 3:24 pm
#157730
Spectator
Tanvir
OP

Hello,

Yes it is possible.

The text is getting from:
wp-content> plugins> download-manager> src> AuthorDashboard> views> author-dashboard> new-package-form> attach-file.php

You can update the template in this way:
1. Create a dir named download-manager inside your active theme dir
2. Now copy the files you want to modify from /src/{ComponentDir}/views dir to /{active-theme}/download-manager/ dir.
3. Customize template file(s) in {active-theme}/download-manager dir as per your need

More details here

Thanks

Jul 17, 2021 at 11:07 am
#157724
Spectator
Tanvir
OP

Hi @ujmsales,
Hope you are well. And sorry for the inconvenience. We have released the latest version 6.0.4 of the WPDM PRO plugin and add-ons. According to the latest update of WPDM PRO, you also need to update the other add-ons as well. please update them, or you can download them from here.
I hope it will work fine then. if it doesn’t work, please, give your temporary wp-admin login details in a private reply for checking the issue.
Thank you

Jul 17, 2021 at 10:53 am
#157723
Spectator
Tanvir
OP

Hello Nicolas,
I am sorry It is not possible currently. It is similar like wordpress post.
Thanks

Jul 17, 2021 at 10:50 am
#157722
Spectator
Tanvir
OP

Hello @Sanka33,

Please visit Downloads> settings> FrontEnd Access and set this:
overwrite

Thanks

Jul 17, 2021 at 7:33 am
#157717
Spectator
Tanvir
OP

Hello,

I see visiting that link you provided is automatically showing all downloads and you dont need to press home.
However you can try different parameters from here like categories of shortcode to show:

Jul 17, 2021 at 7:23 am
#157716
Spectator
Tanvir
OP

Hello,

You can make a private page or page to specific user roles in wordpress you can send the page link to direct audience.

or You can check this addon to assign specific users:

Advanced Access Control

Jul 16, 2021 at 5:49 am
#157643
Spectator
Tanvir
OP

Please follow and apply my previous reply. The custom css code will hide things as you wanted.
Let me know if you don’t understand, then I will create a screen recording video for you.

Jul 15, 2021 at 1:33 pm
#157576
Spectator
Tanvir
OP

You can send a new email with more details and information about the problem. You will get a reply soon.

Jul 15, 2021 at 12:26 pm
#157560
Spectator
Tanvir
OP

Hello @wjboyz,

Sorry that the following issues are not possible to do using shortcode. you can follow this to know more details about shortcode.

However you can make it by hiding elements using custom css.
to WordPress Dashboard> Appearance> Customize> Additional CSS then
Please paste this custom css code :

#inp {display:none}
.current-page {display:none !important }
.bcsep {display:none }

save by pressing Publish . It will hide the elements you dont want.

Thanks

Jul 15, 2021 at 12:10 pm
#157559
Spectator
Tanvir
OP

Hello @marinpetkov,

Sorry for the inconvenience. Please mail to the below address with your Order Id detail and the accounts team will let you know an update for you. support@wpdownloadmanager.com

Thank you

Jul 15, 2021 at 11:13 am
#157552
Spectator
Tanvir
OP

Please follow the previous reply:

please open /wp-content/plugins/download-manager/src/Widgets/WidgetController.php and remove the line include __DIR__.'/Affiliate.php'; and save.

Jul 15, 2021 at 11:06 am
#157541
Spectator
Tanvir
OP

Hello @lampir,

Sorry to hear about the issue.

Please deactivate the plugin, then delete it.
After that, please download and manually upload the plugin from here.
Also update other addons of wpdm to the latest version if you are using.

As codebase is update in the latest version of plugin, please update the page by shortcode trying different templates with the updated structure by following here

Thanks

Jul 15, 2021 at 7:42 am
#157511
Spectator
Tanvir
OP

Hello @stratega,

I see you are using outdated version of WPDM plugins. I have mentioned the latest versions below:
Download Manager – 6.0.3
WPDM – Advanced Access Control -3.0.5
WPDM – Advanced Custom Fields – 2.2.6

If you can’t update it directry from WordPress dashboard, Please update from here.

Then if the issue persists, let me know with relevant url.

Thanks

Jul 15, 2021 at 6:11 am
#157489
Spectator
Tanvir
OP

Hello @stevenweng,

Could you please share the related page/file/package URL with us?
However, it will also be very cooperative if you record me reproducing your issue using a tool like this?
It helps us to quickly figure out the issue and resolve it immediately.

Thank you

Jul 15, 2021 at 6:02 am
#157488
Spectator
Tanvir
OP

Hello,

Sorry for this inconvenience.

Please provide wp admin access of your website in a private reply and an example url where the problem is happening.

However, We can assure you that this will not happen in future updates as the 3.2 version update made a massive change in codebase.

Thanks

Jul 15, 2021 at 5:32 am
#157482
Spectator
Tanvir
OP

Hello @phillp01,

We don’t know how did you made the staged version. By the way, I only updated plugins and it was working properly. From the very beginning you was not clear about the exact issue. You didn’t even mention your live website. After fixing staging12, you made a new staging version of your site. So it is totally your responsibilities to check what you did and what you didn’t for your staging websites. We are responsible for one live website.

However, if you think the developer team didn’t add the code and did something else, all you have to do is remove those lines of code to check what happens. It would be appreciated if you didn’t make this thread too long. If you have cloned the staging versions of your site on the same server, you might ask server support why.

Thanks

Jul 14, 2021 at 3:30 pm
#157441
Spectator
Tanvir
OP

Hello @believer49,

Sorry for the inconvenience. Please mail to the below address with your Order Id detail and the accounts team will let you know an update for you. support@wpdownloadmanager.com

Thank you

Viewing 25 posts - 2,926 through 2,950 (of 3,183 total)