Shahriar

Forum Replies Created

Viewing 25 posts - 1,676 through 1,700 (of 12,513 total)
Aug 5, 2019 at 7:47 pm
#110716
Moderator
Shahriar
Staff OP

Hi Stephanie,

Please install the latest version to fix the issue. Follow these steps to update the plugin,

1 ) Deactivate and delete the old version. You won’t lose any data.

2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

3 ) Install the latest version and activate the license key.

Thanks.

Aug 5, 2019 at 7:44 pm
#110714
Moderator
Shahriar
Staff OP

Please use following CSS to change button hover style,

.w3eden a.btn:hover, .w3eden a.btn:hover {
    border: 1px solid #ef3d24 !important;
    color: #ef3d24 !important;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
}

Use custom link/page template to add icon. Replace the [download_link] with the following code,

<a href="[download_url]" class="btn btn-primary"><i class="fas fa-download"></i>[link_label]</a>

Aug 5, 2019 at 6:32 pm
#110709
Moderator
Shahriar
Staff OP

Unlocked your key. It should work on your new domain now. Please make sure you are using the latest version 4.9.8 of Download Manager Pro.

Aug 5, 2019 at 6:30 pm
#110707
Moderator
Shahriar
Staff OP

You have to use a custom link/page template to open the file in a new tab. Clone the current template and replace the [download_link] with the following code,

<a href="[download_url]" target="_blank" class="btn btn-primary">[link_label]</a>

Aug 5, 2019 at 6:28 pm
#110706
Moderator
Shahriar
Staff OP

There is no such built-in feature available. But we can implement it for you as a custom upgrade service. You can also check available 3rd party options like this one https://wordpress.org/plugins/loggedin/

Aug 5, 2019 at 6:16 pm
#110705
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Aug 5, 2019 at 6:13 pm
#110703
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to add the following patch,

https://1drv.ms/u/s!Amqj_eVAIqwghlTmqXL53W2rZS1E

Aug 4, 2019 at 3:16 pm
#110674
Moderator
Shahriar
Staff OP

Temporary user doesn’t have access to the plugin editor, so couldn’t add the patch there.

Please add the following code after line 777 in /download-manager/libs/class/Apply.php. Single file download in a password locked package should work after that.

$_data['downloadurl'] .= '&ind='.$_POST['wpdmfile'];

Aug 3, 2019 at 6:52 pm
#110667
Moderator
Shahriar
Staff OP

You can’t delete your theme js files. Because without those your theme won’t work properly. There is no error in the console so I couldn’t find the exact origin of the issue. But the theme breaks the ajax submission of contact form 7. Please ask your theme dev to check why CF7 ajax submission is failing. Fixing this will also fix the form lock.

Aug 3, 2019 at 6:11 pm
#110665
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Aug 3, 2019 at 5:35 pm
#110659
Moderator
Shahriar
Staff OP

Hi Gary,

Please install the latest version to fix the issue. Follow these steps to update the plugin,

1 ) Deactivate and delete the old version. You won’t lose any data.

2) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

3 ) Install the latest version and activate the license key.

If you are facing trouble with auto-update, logout, and then login again from your Downloads > Settings > Updates tab. That should fix the issue.

Thanks.

Aug 3, 2019 at 4:42 pm
#110656
Moderator
Shahriar
Staff OP

Yes, Download Manager follows all standard translation rules. So, it is compatible with WPML and other translation plugins.

Aug 3, 2019 at 4:39 pm
#110655
Moderator
Shahriar
Staff OP

You have to replace the wpdm_login_url function in wpdm-functions.php file with the updated code.

Or

Create a new function with a new name with this custom code and then use a custom template for wpdm-login-form.php. Call this new function from the new template. This way is better because it is update-proof.

Aug 3, 2019 at 4:27 pm
#110654
Moderator
Shahriar
Staff OP

Hi, How did you create custom templates? Updating plugin doesn’t delete the custom templates if you use the template editor.

Aug 3, 2019 at 4:26 pm
#110653
Moderator
Shahriar
Staff OP

Yes, you can show the publish date. Please check the shortcode documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/

[wpdm_all_packages items_per_page="10" jstable=0 cols="page_link,file_count,download_count|categories|publish_date|download_link" colheads="Title|Categories|Publish Date|Download::155px"]

It is recommended to use the pagination for performance reason. Showing all files will reduce performance.

Aug 3, 2019 at 4:21 pm
#110652
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. Did you try to download after publishing the package?

Aug 3, 2019 at 4:17 pm
#110651
Moderator
Shahriar
Staff OP

Please send me the order id. I will deactivate the auto-renewal. Thanks.

Aug 3, 2019 at 4:08 pm
#110649
Moderator
Shahriar
Staff OP

Downloads are working fine on my test. Tested some random packages. Could you please send me the specific package url if still facing this issue.

Aug 3, 2019 at 4:06 pm
#110648
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue.

Aug 3, 2019 at 3:54 pm
#110647
Moderator
Shahriar
Staff OP

Sorry for the delayed reply.

Your live server should maintain the same directory structure of the staging server. Otherwise, WPDM can’t find the file. This is required when you attach files from a custom directory instead of using the default /uploads/download-manager-files/ directory.

Please send the FTP login info to check your directory structure and run some tests.

Aug 3, 2019 at 3:21 pm
#110646
Moderator
Shahriar
Staff OP

You can use support@wpdownloadmanager.com for temp admin or use one of your address. Just send me the username, password and login URL.

In multisite setup, each subsite has it’s own /uploads/download-manager-files/ directory. Could you please check if you subsite /uploads/download-manager-files/ directory contains the attached file. Maybe the file is available only in main /uploads/download-manager-files/

Copying the files from the main /uploads/download-manager-files/ to subsite /uploads/download-manager-files/ will fix the issue for old packages.

And for new packages, the file will be uploaded the subsite directory automatically.

Aug 3, 2019 at 3:15 pm
#110645
Moderator
Shahriar
Staff OP

Not possible yet to open the PDF in a popup. But you can use a custom link template to open the details page is a new tab. Clone your current link template and replace [download_link] with the following code,

<a href="[download_url]" class="btn btn-success" target="_blank">[link_label]</a>

Aug 3, 2019 at 2:52 pm
#110644
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Aug 3, 2019 at 2:15 pm
#110641
Moderator
Shahriar
Staff OP

To debug the issue I need FTP login info. Do other emails ( i.e. signup notification ) work on your site?

Aug 2, 2019 at 6:28 pm
#110622
Moderator
Shahriar
Staff OP

Please check my reply above. It’s on the 2nd page of this topic.

Viewing 25 posts - 1,676 through 1,700 (of 12,513 total)