Shahjada

Forum Replies Created

Viewing 25 posts - 1,276 through 1,300 (of 15,655 total)
Oct 5, 2021 at 3:20 pm
#162819
Keymaster
Shahjada
Staff OP

Yes, the new code should be:
echo WPDM()->package->shortCodes->packages($params);

Oct 5, 2021 at 2:42 am
#162756
Keymaster
Shahjada
Staff OP

Hi,
I tried to check, your site is showing some server error:
Requirements%20Not%20Met

Please contact hosting support and let me know when the site is accessible, I shall set up everything there for you.

Oct 4, 2021 at 2:56 am
#162650
Keymaster
Shahjada
Staff OP

It will be ready within this week.

Sep 30, 2021 at 3:32 am
#162491
Keymaster
Shahjada
Staff OP

Hi,
The issue is not with wpdm, it is happening due to your cache plugins, please exclude dynamic pages ( page with parameters ) or download URL ( /?wpdmdl=* ) from the cache.

Thanks.

Sep 29, 2021 at 10:43 am
#162451
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Sep 26, 2021 at 12:02 am
#162240
Keymaster
Shahjada
Staff OP

Hi
Sorry for the delays, we are releasing a new update very soon.

Sep 15, 2021 at 7:52 am
#161708
Keymaster
Shahjada
Staff OP

Noted for implementation. Also, you may add a doc page like this:

License

Sep 14, 2021 at 4:25 am
#161616
Keymaster
Shahjada
Staff OP

Hi,
If you want all those options to work smoothly, please attach the video from the media library as a URL or use cloud storage like Amazon S3. As, when you are streaming video directly uploading from WPDM. some options may not work due to some server configurations.

Sep 13, 2021 at 8:12 am
#161511
Keymaster
Shahjada
Staff OP

Hi,
We tested it from many devices, browsers, and several locations, working fine everywhere, the only remains are to test it from your device. May you please come in a TeamViewer session, so that I can test it from your PC.

Sep 12, 2021 at 2:34 pm
#161457
Keymaster
Shahjada
Staff OP

The point is how are you reaching the URL https://www.ifiar.org/page/3/?wpdmdl. Manually, you can add any parameter, ex https://www.ifiar.org/page/3/?abcd

Sep 11, 2021 at 11:55 am
#161387
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Sep 10, 2021 at 3:48 pm
#161362
Keymaster
Shahjada
Staff OP

Hi,
Sorry, I thought you were a pro user. However, the new update is coming on the next Monday. However, if you want to get it resolved immediately, please send temporary wp-admin login info in a private reply, we shall update it on your site.

Sep 8, 2021 at 8:52 am
#161185
Sep 7, 2021 at 6:14 pm
#161154
Keymaster
Shahjada
Staff OP

Please check now, changed shortcode:
[wpdm_category id="core" toolbar="1" orderby="date" order="desc" items_per_page="1" template="category_image" cols=1 colspad=1 colsphone=1 title=1 desc=1]

Sep 6, 2021 at 5:00 pm
#161069
Keymaster
Shahjada
Staff OP

@infopanese-it, please download wpdm pro again and update. We have adjusted the issue and released a quick update ( didn’t change the version number yet ).

Sep 6, 2021 at 2:55 pm
#161051
Keymaster
Shahjada
Staff OP

Hi,
Sorry for your inconvenience. Our dev team is working on the download function. However, I’ve adjusted the pagination issue now and reuploaded the updated zip ( didn’t change the version number yet ). Please download again and update your copy.

Sep 5, 2021 at 6:48 am
#160962
Keymaster
Shahjada
Staff OP

Hi,
It will take some time, we shall have to reconfigure the payment option just for this.

Sep 4, 2021 at 4:58 pm
#160936
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Sep 3, 2021 at 4:53 pm
#160914
Keymaster
Shahjada
Staff OP

manage_options is not required, I’ve adjusted on your site, please check now. Added the following lines in your wp-config.php:

define('WPDM_ADMIN_CAP','create_posts');
define('WPDM_MENU_ACCESS_CAP','create_posts');
Sep 3, 2021 at 4:40 pm
#160912
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Aug 30, 2021 at 9:39 am
#160696
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Aug 26, 2021 at 1:44 pm
#160553
Keymaster
Shahjada
Staff OP

Hi,
With the new API, you need to use like this:

//Print file list table
echo WPDM()->package->fileList->table(get_the_ID());
//Print file type icons
echo WPDM()->package->fileTypes(get_the_ID(), true, 16);
//Download link
echo WPDM()->package->downloadLink(get_the_ID());
//To get bacis info
$package = WPDM()->package->init(get_the_ID());
echo $package->description;
echo $package->title;

Detailed API documentation is coming soon.

Aug 24, 2021 at 7:33 am
#160391
Keymaster
Shahjada
Staff OP
This reply has been marked as private.
Aug 23, 2021 at 10:50 pm
#160367
Keymaster
Shahjada
Staff OP

Updated dropbox add-on, it is fixed now.

Aug 23, 2021 at 7:30 am
#160299
Keymaster
Shahjada
Staff OP

Hi,
It looks like parse_url function is not working properly in your server, please give me temporary wp-admin login info to check your issue in detail. However, we also added an exception handler there for that next update. So, nothing to worry about :).

Viewing 25 posts - 1,276 through 1,300 (of 15,655 total)