Shahriar

Forum Replies Created

Viewing 25 posts - 11,051 through 11,075 (of 12,513 total)
in reply to: Specific class for styling #43944

Shahriar
Moderator

Actually when you are in package details page, there should have a body class “single-wpdmpro”

in reply to: WordPress 4.5 #43943

Shahriar
Moderator

Compatible.

 

in reply to: Document by user #43942

Shahriar
Moderator

Yes, wpdm can do that, you will also need this add-on http://www.wpdownloadmanager.com/download/advanced-access-control/ .

in reply to: Email Lock Dialog incorrect #43887

Shahriar
Moderator

Please send me a link to check.

in reply to: license key #43885

Shahriar
Moderator

Click green download button to see order details. You will find the key button there. https://www.evernote.com/l/AUd0JNV9gGZHsI7KTv5EERzdV2FIWsCmA2QB/image.png

in reply to: Specific class for styling #43884

Shahriar
Moderator

Hi,

In download page WPDM uses Page Template, which is different than Link template. So you can use different classes there.

Or is it something else you are referring to?

in reply to: Button Link Open in New Window? #43883

Shahriar
Moderator

You can use custom link template with [page_url] or [download_url] template tag. Place this tag inside href attribute and set your link target blank.

Like this one, <a href="[page_url]" target="_blank">Link Label</a>

in reply to: Download Report #43882

Shahriar
Moderator

Hi,

There is no option yet to export/download stats. But we are working on it. Stats export feature will be added soon.

Thanks.

in reply to: Download limit for individual files in package and … #43865

Shahriar
Moderator

It works the reverse way. You can enable/disable individual file download. But full pack download can not be disabled.

in reply to: Activate Pro after purchased #43864

Shahriar
Moderator

Hi,

Please go to your download area (http://www.wpdownloadmanager.com/user-dashboard/purchases/) to download PRO version. Delete free version first. And then install pro version.

thanks.

in reply to: UI in WP doesn't look like in the docs #43862

Shahriar
Moderator

Some JS and CSS file are missing there.

1. Try disabling other plugins to find if this is a result of conflict with another plugin

2. Try reinstalling plugin , may be it is not installed properly

3. If you can’t figure it out , send temporary wp-admin login info in private reply, so i can check it there.

Thanks.

in reply to: Login/Account in menu #43860

Shahriar
Moderator

If you want to put just login page link, just add the dashboard page in your menu. But if you want to put login form there, no simple way to do that. Custom code required to place the form and redirect it to dashboard page. You have to utilize http://codex.wordpress.org/Function_Reference/wp_login_form

in reply to: Custom Fields access in Front End #43859

Shahriar
Moderator

Write input fields individually, not as a group, I missed the input value in previous reply. It should look like following one,

<input type="number" value="<?php echo get_post_meta($post->ID,'__wpdm_acf_Advance_nof',true); ?>" name="file[acf_Advance_nof]" class="form-control">

Meta key __wpdm_YOUR_CUSTOM_FIELD_NAME  (e.g. __wpdm_acf_Advance_nof  , here acf_Advance_nof is the custom field name )

Do that for each of your custom field.

in reply to: How to link directly to a pdf file #43858

Shahriar
Moderator

Download Manager has an option to open file in browser instead of downloading it. You can activate it from Settings Basic,

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

But no option available to open the file in Fancybox.

in reply to: Title Font Color change #43836

Shahriar
Moderator

Add following code in your theme’s footer.php just before ending body tag,

<script> Cufon.replace('h4', { color: '#000' }); </script>

in reply to: Activate license – On real domain #43835

Shahriar
Moderator

Please try now. Unlocked your key from test domain.

in reply to: DMpro links to files not working on iPAD #43830

Shahriar
Moderator

it is reaching to the screen shot page after I click on download link from your given page.

in reply to: Issue with link template preview #43829

Shahriar
Moderator

Probably in both installation you are using a common plugin which is causing the issue, May you please give me access somewhere so that I can find the reason.

in reply to: Editing email lock field #43826

Shahriar
Moderator

No available hook there. But noted for implementation. Only way to change it through editing file. And it will be overridden after update.

in reply to: Login/Account in menu #43825

Shahriar
Moderator

Hi, It is possible but requires code customization.

in reply to: Premium Packages Registration #43824

Shahriar
Moderator

Check if any other plugin preventing the user registration. It should work when check in setting. Clear cache Or try from another browser.

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

in reply to: Subscriber shortcode #43823

Shahriar
Moderator

When some downloads an email locked packages by providing their email address , that address automatically added to subscriber list. So you just have to enable email lock.

in reply to: Login Redirect #43822

Shahriar
Moderator

You can customize ‘login required message’ fro settings.

https://www.evernote.com/l/AUfrrmR31ztNF6RO_8J-alMtegLxl1VQEdUB/image.png

Here is href put your login url.

in reply to: Allow Access #43820

Shahriar
Moderator

Place only your url http://graphictwister.com/membership/ in href

https://www.evernote.com/l/AUfrrmR31ztNF6RO_8J-alMtegLxl1VQEdUB/image.png

Viewing 25 posts - 11,051 through 11,075 (of 12,513 total)