Shahriar

Forum Replies Created

Viewing 25 posts - 9,976 through 10,000 (of 12,510 total)
in reply to: Hiding individual package download pages #48191

Shahriar
Moderator

You can password protect these package using Password Lock.

Or

Create a page template without download link and assign it to all packages.

in reply to: HTTP Error Still On #48190

Shahriar
Moderator

You need to select upload page in WPDM Settings Front Page. It was empty, after updating the option it is working now.

Menu breaks because you have used many items there, i have decreased padding between menu items. It should be okay now.

https://www.evernote.com/l/AUfZzqVNmH1D_Lw_67nRPBZUAOvmBbpsODIB/image.png

in reply to: Add-On/Features Question/Availabilty #48189

Shahriar
Moderator

Hi,

1. Drag and drop order feature not available. But you can use Table header to sort All Package table if activate jstable

2. Sorry, Not clear. If  you want to create thumbnail from package file then it is not an available feature.

Thanks.

in reply to: Odd thing in footer caused by Download Manger #48188

Shahriar
Moderator

Hi,

Can’t check plugin files. Provided user doesn’t have permission. However, try removing marked line from /download-manager/wpdm-functions.php file, That should solve the issue,

https://www.evernote.com/l/AUc9Qfqb2cxC84A9xhw0G6YJhT74GH_AvVoB/image.png

If you can’t do it, allow plugin editor access to temporary user.

Thanks.

in reply to: Removing Page Templates #48177

Shahriar
Moderator

Hi, Add download_link=1 parameter in your shortcode to initiate download on click. Thanks.


Shahriar
Moderator
add_filter('wdm_before_fetch_template','my_fetch_template',10,1);
function my_fetch_template($vars){
$your_terms = 'Assign your terms in this variable';
$vars['versicherer'] = $your_terms;
return $vars;
}
in reply to: Odd thing in footer caused by Download Manger #48175

Shahriar
Moderator

Please send temporary wp-admin login info in private reply. I have to check it there.

in reply to: Archiving but still showing #48174

Shahriar
Moderator

If you want to show latest packages at the top of your page use following shortcode,

[wpdm_packages template="link-template-panel" order_by="date" order="desc" paging="0" items_per_page="5" cols=1 colsphone=1 colspad=1 title="New Packages" desc=""]

Change the items_per_page value as your requirement.

To get more advanced archive system you can check out Directory addon.

in reply to: HTTP Error Still On #48173

Shahriar
Moderator

TheNext has different kind templates than AppMarket. So, you can’t make it look like AppMarket.

in reply to: Seems Ajax Not Working #48172

Shahriar
Moderator

Hi,

Looks like there is some kind redirect applied to requested url. Please send temporary wp-admin login info in private reply. I have to check it there.

Thanks.

in reply to: Auto Notify on Update #48148

Shahriar
Moderator

You need WPDM Newsletter addon to add this feature.

in reply to: HTTP Error Still On #48145

Shahriar
Moderator
This reply has been marked as private.
in reply to: Ninja Form login – how to integrate with WPDM Pro #48143

Shahriar
Moderator

That means you Ninja login didn’t work. If login was successful WPDM won’t show login form to a logged in user. So, you should make sure Ninja form login working.

in reply to: Error using [wpdm_tree] shortcode #48142

Shahriar
Moderator

Did you update ( Version 2.6.0 )  extended shortcode? In not, download latest version from here

If you have V.2.6.0 and still having issue, please send temporary wp-admin login info in private reply to check the issue.

in reply to: Odd thing in footer caused by Download Manger #48141

Shahriar
Moderator

Hi,

Your theme has it’s own Bootstrap JS which conflicting with WPDM’s Bootstrap. Disable WDPM scripts from WPDM Settings Basic Misc Settings Panel. That should fix this this issue.

Thanks.

in reply to: stripe integration wp pro membership urgent #48140

Shahriar
Moderator

Hi,

Sorry for delayed reply. Somehow missed your post.

WP Pro Membership does not support stripe yet. We will add stripe support on next update of WP Pro Membership. Update will be released within next week.

Thanks.

in reply to: Paid Customisation – MultiSite – Bug #48138

Shahriar
Moderator

Hi Greg,

Your customization specification was all about building a package table with sidebar filter for site and document type. When we delivered it, you asked for category filter in sidebar, which was not part of specifications. But anyway, we did it too.

Now in your last query, you wrote multisite package shortcode ( for a package from another site ) not working, which was never part of customization.

And now i added this part too, a test page ( This package is from Baltic Sea ) for package from another site. You can use following shortcode to show a singe package from another site,

[wpdmms_package id=464 template="link-template-panel.php" site_id=8]

Shortcode parameters are self explaining. Please test it yourself to get clear idea how it works.

Before starting the customization we made deal about how payment should be made. But we still didn’t get the remaining payment. We hope you will clear the payment as soon as possible.

Thanks.

in reply to: License Expiration Prompt #48132

Shahriar
Moderator

Hi,

I see you license is okay. Please send me an screenshot of the prompt if you see it next time. Also check license key in WPDM settings and make sure it is not empty.

Thanks.

in reply to: Fear does not save changes #48127

Shahriar
Moderator

Got the mail. Will reply you there after testing translation file. Thanks.

in reply to: email lock / name field duplicate #48126

Shahriar
Moderator

Do you have latest version of WPDM? This issue was fixed in a previous version.

Check /download-manager/wpdm-hooks.php file and remove following line is it is not commented,

add_filter("wpdm_render_custom_form_fields", 'wpdm_render_custom_data', 10, 2);

in reply to: google drive error #48125

Shahriar
Moderator

Did you follow steps listed here http://www.wpdownloadmanager.com/download/google-drive-explorer/ to setup google drive.

Maybe you didn’t activate Drive API’ and ‘Google Picker API’ ( step 3: Check this step again)

in reply to: License KEY invalid #48122

Shahriar
Moderator

Unlocked your license key.

in reply to: Free Digital Download With Code #48121

Shahriar
Moderator

Hi,

Yes, it is possible. You can use the code as password and set password usage limit in package settings.

But only limitation here is you can use one password per package only ( multiple password available if you have multiple files in a package, you can set unique pass for each of the file).

Thanks.

in reply to: Error using [wpdm_tree] shortcode #48120

Shahriar
Moderator

This warning is shown when you have  a package that has no file attached to it. However, Updated version of Extended Shortcode addon available. This issue has been fixed there.

in reply to: Activating Select Member Option on Frontend #48118

Shahriar
Moderator

Hi,

This feature is not available in frontend yet. But we have plan to extend it in future release of WPDM.

Thanks.

Viewing 25 posts - 9,976 through 10,000 (of 12,510 total)