Shahriar

Manage your purchases, downloads, and account settings

Forum Replies Created

Viewing 25 posts - 4,801 through 4,825 (of 12,513 total)
Sep 24, 2018 at 6:54 pm
#87414
Moderator
Shahriar
Staff OP

Please send the login URL too.

Sep 24, 2018 at 6:53 pm
#87413
Moderator
Shahriar
Staff OP

Could you please switch to another theme to check if the issue is related to theme conflict? Or send login info in private reply so I can run the tests.

Sep 24, 2018 at 6:48 pm
#87412
Moderator
Shahriar
Staff OP

1 ) Add the following code in your theme’s functions.php file to modify the fav button texts,

function wpdm_custom_tags($vars){

    $vars['fav_button'] = \WPDM\Package::favBtn($vars['ID'], array('size' ► 'btn-sm', 'a2f_label' ► "   ". __( "Like" , "download-manager" ), 'rff_label' ► "   ". __( "Undo" , "download-manager" )));

    return $vars;
}
add_filter( 'wdm_before_fetch_template', 'wpdm_custom_tags', 10, 1 );

2 ) You have to modify your theme’s single.php file to remove these post meta. WPDM uses single.php to show download details. If you want you can create a custom template for download details page. The template name is single-wpdmpro.php [ https://www.wpdownloadmanager.com/doc/template-files/ ]

3 ) Please send me the page URL to check. Looks like a CSS conflict.

Sep 24, 2018 at 6:18 pm
#87405
Moderator
Shahriar
Staff OP

Please send the login URL too.

If you want you do have the option to create a custom template for downloads. The filename is single-wpdmpro.php But building a custom template requires coding experience.

Sep 24, 2018 at 6:14 pm
#87404
Moderator
Shahriar
Staff OP

You can use Advanced Custom Fields add-on ( https://www.wpdownloadmanager.com/download/advanced-custom-fields/ ) with Email Lock to ask users if they want to opt-in to your list. Their input will be recorded in Downloads Subscribers page. Each record will indicate if the user wanted to opt-in or not.

Sep 24, 2018 at 6:10 pm
#87403
Moderator
Shahriar
Staff OP

The post id is generated automatically. You don’t have to provide id from CSV. Maybe something was wrong with your CSV format. If you can send a sample of your CSV I can test and will try to recreate the issue.

The import process works with the original code when CSV is formatted properly.

Sep 24, 2018 at 5:59 pm
#87402
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Sep 24, 2018 at 5:53 pm
#87401
Moderator
Shahriar
Staff OP

The sorting in your screenshot looks fine. The latest package is shown on top. Please send login info in private reply if the initial sorting was not as it is on your screenshot.

Sep 24, 2018 at 5:49 pm
#87398
Moderator
Shahriar
Staff OP

Do not copy the actual file. You can clone the Single Column, Flat template from Downloads Templates Page templates page.

Then remove the [acf_Demo_demo_url] tag from cloned template. Use the new custom template as page template in your package settings.

Sep 24, 2018 at 5:47 pm
#87397
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Sep 24, 2018 at 5:41 pm
#87396
Moderator
Shahriar
Staff OP

Hi,

Do you want users to register/login before download?

Please check the following package http://it-ebs.co.uk/download/gdpr-data-map-hr-without-software/

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

Does it work for you? Let me know if you meant something else.

Thanks.

Sep 24, 2018 at 5:00 pm
#87392
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Sep 24, 2018 at 4:56 pm
#87391
Moderator
Shahriar
Staff OP

Hi,

Looks like your server is blocking access to the /download-manager/wpdm-functions.php file.

Please delete the plugin and install it again. That should solve the issue if it is related to incomplete installation.

If that doesn’t solve the issue, ask your server support to unblock the file mentioned above.

Thanks.

Sep 24, 2018 at 4:52 pm
#87390
Moderator
Shahriar
Staff OP

Hi,

Unlocked your key. Please try now.

Thanks.

Sep 24, 2018 at 4:50 pm
#87389
Moderator
Shahriar
Staff OP

Using a custom template for wpdm-add-new-file-front.php shouldn’t affect the Default Value features. But when editing the template you have to be careful. Edit only the markups, not other parts. However, if you send temporary wp-admin login info I can check the issue on your installation.

Sep 21, 2018 at 8:19 pm
#87359
Moderator
Shahriar
Staff OP

If you are using CSV import use files as column title and

1 ) Write only the filename under files column if your files are stored in /uploads/download-manager-files/ directory. You can separate multiple names using commas.

2 ) If files are stored in another directory in the same server, use the absolute path to the file.

3 ) If the file is stored in another server use publicly accessible URL.

Sep 20, 2018 at 9:35 pm
#87336
Moderator
Shahriar
Staff OP

Glad to know you have found the solution you were looking for 🙂

Sep 20, 2018 at 9:33 pm
#87335
Moderator
Shahriar
Staff OP

Please send FTP info. Looks like you have renamed the plugin folder name. Will it be okay if I delete that copy and install a fresh copy WPDM?

Sep 20, 2018 at 9:17 pm
#87334
Moderator
Shahriar
Staff OP

The primary goal of this add-on is file sharing. That’s why it is designed in this way.

However, You can add the following CSS in your Customizer Additional CSS to hide the ‘Shared with me’ tab.

#sharedWithMe{display: none;}

If you need help with that please send temporary wp-admin login info in private reply. I will do that for you.

Sep 20, 2018 at 8:54 pm
#87333
Moderator
Shahriar
Staff OP

Hi,

We can build some features using simple customization and some require a more complex solution.

1 ) Not possible yet. But we have a review add-on and your suggestions are noted for implementation as new features in WPDM User Review add-on.

2 ) Are you planning to create packages from frontend? In that case it possible to add this feature using custom post form template.

3 ) The answer is Advanced Custom Fields add-on https://www.wpdownloadmanager.com/download/advanced-custom-fields/

4 ) You have the option to add custom filename. Maybe this can be utilized to list file types.

5 ) Requires custom solution.

We provide custom upgrade service ( https://www.wpdownloadmanager.com/download/custom-upgrade-service/ ) when customers request additional features. If you are interested let me know.

Thanks.

Sep 20, 2018 at 8:16 pm
#87332
Moderator
Shahriar
Staff OP

Hi,

Clone the link/page template you are using currently. Then replace [download_link] tag with the following code.

<a target="_blank" href="[download_url]">Download</a>

And check the Open in Browser option from WPDM settings.

This only works with the main download button. It is not possible for the individual button. That requires code customization.

Thanks.

Sep 20, 2018 at 7:22 pm
#87329
Moderator
Shahriar
Staff OP

Hi, Replied to your other post about this issue https://www.wpdownloadmanager.com/support/topic/redirect-after-login-3/

Sep 20, 2018 at 7:18 pm
#87328
Moderator
Shahriar
Staff OP

Please follow these steps to return to the download page after login,

1 ) In your Settings Basic Messages Uncheck ‘Show Only Login Form Instead of Login Required Message ‘

2 ) Set <a href="https://designpress.it/wp-login.php?redirect_to=[this_url]" class="btn btn-danger btn-sm"><i class="fa fa-lock"></i> Login</a> as Login required message.

Sep 20, 2018 at 7:08 pm
#87326
Moderator
Shahriar
Staff OP

1 ) We are checking the issue with the validity period and will add a patch in next release. I have made some modification to make the purchase one time.

2 ) You can set custom description from Purchase Settings Order Title

3 ) Premium Package shows individual file download button on the primary purchases page in user dashboard ( [wpdm_user_dashboard fav=1 flaturl=0 captcha=0 signup=1] ). Which shortcode are you using to show purchases? It is possible to add some custom CSS to hide the main download button. Another option is using a custom template.

4 ) I have updated Download Manager plugin. That solved the saving issue.

Let me know if you have any question.

Thanks.

Sep 20, 2018 at 10:59 am
#87317
Moderator
Shahriar
Staff OP

Hi,

Looks like the download is working. I have checked all reported packages and some others.

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

Let me know if still having an issue with any other packages.

Thanks.

Viewing 25 posts - 4,801 through 4,825 (of 12,513 total)