Humayon

Forum Replies Created

Viewing 25 posts - 2,626 through 2,650 (of 2,803 total)
May 27, 2021 at 1:27 pm
#154416
Spectator
Humayon
OP

Hi @sqmedia,
I hope you are doing great.
Please follow this screencast I just made for you.
Hope you will be able to show all PDF files from a package to any content page.
The used shortcode is given below.
[file_list]

Thanks.

May 27, 2021 at 12:48 pm
#154406
Spectator
Humayon
OP

Hello @pierreg,
Hope you are well.
First of assign child category by following this and then enable this option in the Gutenberg setting.
Then it should appear in the Categories box like this.

May 27, 2021 at 11:51 am
#154400
Spectator
Humayon
OP

Hello @manon,
Glad to hear that your issue has been resolved.
If you found our support helpful, could you leave your valuable review here?
Your rating keeps us inspired.
Best Regards

May 27, 2021 at 11:43 am
#154398
Spectator
Humayon
OP

Hello @emilio,
You can use humayon@w3eden.com as an email and humayon as a username.
Let me know when it’s done.
Also, don’t forget to share the related page file/package URL as well as admin access in a private reply.
Thanks

May 27, 2021 at 10:56 am
#154391
Spectator
Humayon
OP

Hello @jeffdacaf,
Glad to hear that the issue has been resolved.
If you found my support helpful, could you leave your valuable review here?
Your rating keeps us inspired ❤️
Best Regards

May 27, 2021 at 10:47 am
#154387
Spectator
Humayon
OP

Hello @dissentia,
Glad to hear that. Also, that you too for letting us know about it.
However, If you found my support helpful, could you leave your valuable review here?
Your rating keeps us inspired ❤️
Best Regards

May 27, 2021 at 10:24 am
#154384
Spectator
Humayon
OP

Hello @bebold,
You are welcome.
If you found my support helpful, could you leave your valuable review here?
Your rating keeps us inspired ❤️
Thanks

May 27, 2021 at 9:15 am
#154377
Spectator
Humayon
OP

Hello,
The issue is happening due to some HTML code mess up in your page source, probably due to incorrect HTML commenting in your theme template. Please check the red section on the following screenshot:
https://share.getcloudapp.com/lluNm8YY
Please enable/disable other plugins for checking in case any other plugin is causing such problems or not.
Thanks.

May 27, 2021 at 7:43 am
#154374
Spectator
Humayon
OP

Hi @dissentia,
Hope you are well.
In our inspection, we found that you are using the older version of WPDM – Archive Page add-on. Please update it to the latest version which is right now 4.1.3 and then let us know if your reported issue has been solved or not.
Also, there can be a conflict with another plugin, can you please enable/disable other plugins for checking, you may also switch the theme to another for checking.
However, if still, the problem exists then please share your WordPress admin login credentials with us in a private reply so that we can debug and give you a better solution about it?
With Regards

May 27, 2021 at 7:27 am
#154373
Spectator
Humayon
OP

Hello @jorgesotolongo,
Thank you for the credentials.
That above-mentioned page is still showing 403 and 404 error even without the WPDM shortcodes. It could be a server issue.
I have created another Test page and on there a similar shortcode is working fine without any such errors. Please check the below link.
https://suncoasttpa.org/wpdm-test/
Hope you understand.
Thanks.

May 26, 2021 at 5:27 pm
#154350
Spectator
Humayon
OP

Hi @bebold,
Well, in that case please use the below code in your active theme’s functions.php file.
add_filter('wpdm_user_profile_info', '__return_false');
Also, if you want to hide hide specific user wise then please use the following code in your active theme’s functions.php file

apply_filter('wpdm_user_profile_info', function($show){
   $user = wp_get_current_user();
   //verify user code...
   if($user->ID === '__ANY__ID__') $show = false;
   return $show;
});

Let us know if you still need further assistance regarding this matter.
With Regards

May 26, 2021 at 3:01 pm
#154334
Spectator
Humayon
OP

Hi @jorgesotolongo,
Hope you are well.
There can be a conflict with another plugin, can you please enable/disable other plugins for checking, you may also switch the theme to another for checking, please let me know then.

If, still the problem exists then please share your temporary admin login info in a private reply so that we can debug and give you a better solution about it?
Thanks.

May 26, 2021 at 2:41 pm
#154331
Spectator
Humayon
OP

Hello @bebold,
Hope you are well.
In order to remove the Public Profile Info and Payement Settings please go to wp-contents/plugins/download-manager/admin/tpls/ and then edit edit-store-profile.php file with the <?php code only.
Hopefully, your problem will be solved.
Thanks.

May 26, 2021 at 2:31 pm
#154329
Spectator
Humayon
OP

Hello @nativos,
If you like our plugin and support, could you leave your valuable review here?
Your rating keeps us inspired.
Thank you

May 26, 2021 at 2:17 pm
#154328
Spectator
Humayon
OP

Hi @jeffdacaf,
The issue occurred due to some sort of JavaScript conflict from any active plugin and server caches or minifications.
Please check now we have resolved your issue and the Download button is now working properly.
You can follow this for future reference and we will adjust it in the next update.
Thanks.

May 26, 2021 at 9:59 am
#154300
Spectator
Humayon
OP

Hi @jeffdacaf,
Sure, please let me know when you will do it. I will gladly help you.
Have a good day.

May 26, 2021 at 9:54 am
#154298
Spectator
Humayon
OP

Hi @jeffdacaf,
I have tried as a user but the issue is not traceable.
Please open a new topic in the forum and provide your admin login credentials there in a private reply.
Thanks.

May 26, 2021 at 9:33 am
#154294
Spectator
Humayon
OP

Hi @jeffdacaf,
Hope you are well.
Have you configured this field properly?
If still, the problem exists then will you please share your WordPress admin login credentials in a private reply so that we can debug and give you a better solution about it?
However, you can roll back to a previous version by using this plugin.
Thanks.

May 26, 2021 at 8:34 am
#154291
Spectator
Humayon
OP

Hi @alexwiebogen,
If you found my support helpful, could you leave your valuable 5* review here?
Your rating keeps us inspired ❤️
Thanks.

May 26, 2021 at 8:28 am
#154287
Spectator
Humayon
OP

Hello @alexwiebogen,
Please follow this method in order to add JS codes.
Let me know if you need further assistance regarding this matter.
Thanks.

May 26, 2021 at 8:21 am
#154285
Spectator
Humayon
OP

Hi alexwiebogen,
Hope you are well and thank you for your question.
Well, for security purpose like XSS attack prevention we have disabled it.
However, you still can add JS codes by following this.
Hope you understand now.
Thanks.

May 26, 2021 at 7:58 am
#154282
Spectator
Humayon
OP

Hello @msamavi,
If you found my support helpful, could you leave your valuable review here?
Your rating keeps us inspired ❤️
With Regards

May 25, 2021 at 4:41 pm
#154204
Spectator
Humayon
OP

Hi @msamavi,
Thank you for your question.
Well, the part “ind=file-index” is used is to download individual file when there are multiple files attached within a package.
Without that query string, your individual file download will not work properly and it will download as a package(.zip) instead.
Also, if only a single file is attached, no need to use ind params, only http://your-site/?wpdmdl=pacakge-id is enough.
I Hope, you understand now.
Thank you.

May 25, 2021 at 10:54 am
#154183
Spectator
Humayon
OP

Hello @@bebold,
If you found my support helpful, could you leave your valuable review here?
Your rating keeps us inspired ❤️
Have a good day.

May 25, 2021 at 10:00 am
#154177
Spectator
Humayon
OP

Hello
Can you please provide us with the recent WordPress generated error log so that we can confirm which plugin/theme is causing such a 500 error?
Error log generating procedure is described here.
Also, valid shortcodes can be found here.

Viewing 25 posts - 2,626 through 2,650 (of 2,803 total)