Shahriar

Forum Replies Created

Viewing 25 posts - 9,976 through 10,000 (of 12,513 total)
Aug 14, 2016 at 10:23 pm
#48194
Moderator
Shahriar
Staff OP

After submitting form user can access download button in popover. If it doesn’t work in your setup please send login info to check the issue.

Aug 14, 2016 at 10:20 pm
#48193
Moderator
Shahriar
Staff OP

You can use following css to hide login from,

#wpdmreg, #wpdmlogin{display:none;}

Add this code in your theme’s style.css file. It is better solution than removing the form completely by editing plugin file, because plugin update will undo all changes.

Aug 14, 2016 at 10:16 pm
#48192
Moderator
Shahriar
Staff OP

@pontusberglund, Try setting page template ‘Single Column, Extended, Playlist’. That should bring the files list with individual download button. If it does not, please send temporary wp-admin login info in private reply.

Thanks.

Aug 14, 2016 at 10:14 pm
#48191
Moderator
Shahriar
Staff OP

You can password protect these package using Password Lock.

Or

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

Aug 14, 2016 at 4:01 pm
#48190
Moderator
Shahriar
Staff OP

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

Aug 14, 2016 at 3:47 pm
#48189
Moderator
Shahriar
Staff OP

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.

Aug 14, 2016 at 3:35 pm
#48188
Moderator
Shahriar
Staff OP

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.

Aug 12, 2016 at 2:48 pm
#48177
Moderator
Shahriar
Staff OP

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

Aug 12, 2016 at 2:42 pm
#48176
Moderator
Shahriar
Staff OP
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;
}
Aug 12, 2016 at 2:35 pm
#48175
Moderator
Shahriar
Staff OP

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

Aug 12, 2016 at 2:34 pm
#48174
Moderator
Shahriar
Staff OP

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.

Aug 12, 2016 at 2:17 pm
#48173
Moderator
Shahriar
Staff OP

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

Aug 12, 2016 at 2:08 pm
#48172
Moderator
Shahriar
Staff OP

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.

Aug 10, 2016 at 8:41 pm
#48148
Moderator
Shahriar
Staff OP

You need WPDM Newsletter addon to add this feature.

Aug 10, 2016 at 8:12 pm
#48145
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Aug 10, 2016 at 7:10 pm
#48143
Moderator
Shahriar
Staff OP

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.

Aug 10, 2016 at 7:07 pm
#48142
Moderator
Shahriar
Staff OP

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.

Aug 10, 2016 at 7:04 pm
#48141
Moderator
Shahriar
Staff OP

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.

Aug 10, 2016 at 6:42 pm
#48140
Moderator
Shahriar
Staff OP

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.

Aug 10, 2016 at 6:20 pm
#48138
Moderator
Shahriar
Staff OP

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.

Aug 10, 2016 at 1:05 pm
#48132
Moderator
Shahriar
Staff OP

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.

Aug 9, 2016 at 10:09 pm
#48127
Moderator
Shahriar
Staff OP

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

Aug 9, 2016 at 10:06 pm
#48126
Moderator
Shahriar
Staff OP

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);

Aug 9, 2016 at 9:35 pm
#48125
Moderator
Shahriar
Staff OP

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)

Aug 9, 2016 at 9:18 pm
#48122
Moderator
Shahriar
Staff OP

Unlocked your license key.

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