Shahriar

Forum Replies Created

Viewing 25 posts - 3,626 through 3,650 (of 12,513 total)
Jan 15, 2019 at 10:00 pm
#92365
Moderator
Shahriar
Staff OP

Please send the login URL too.

Jan 15, 2019 at 9:48 pm
#92362
Moderator
Shahriar
Staff OP

Looks like provided user doesn’t have access to the plugin editor. Please send me the customized version of Form Lock plugin to test it. Btw, who made the changes in Form Lock and what kind of changes were made?

Jan 15, 2019 at 9:40 pm
#92361
Moderator
Shahriar
Staff OP

Yes, direct downloads are counted.

Jan 15, 2019 at 9:38 pm
#92360
Moderator
Shahriar
Staff OP

Please install the latest version of Download Manager Pro. You are using a very old version ( 4.5.6 ) there. The current version is 4.9.0 You can download it here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

Deactivate and delete the old version before installing the latest one. You won’t lose any data.

Jan 15, 2019 at 9:36 pm
#92358
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. Packages should be editable with any standard WP theme.

Jan 15, 2019 at 9:34 pm
#92357
Moderator
Shahriar
Staff OP

These can be removed easily using custom CSS. Please send me the page URL.

Jan 15, 2019 at 9:30 pm
#92356
Moderator
Shahriar
Staff OP

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

Jan 15, 2019 at 9:30 pm
#92355
Moderator
Shahriar
Staff OP

You can restrict the Frontend Dashboard access from Downloads Settings Frontend Access Tab. Only allowed user roles will be able to access the page.

Jan 15, 2019 at 9:22 pm
#92353
Moderator
Shahriar
Staff OP

Attached files are saved in __wpdm_files post meta. Just search & replace won’t work here because these are saved as serialized value. It has to be done by following several steps,

1 ) Get the post meta __wpdm_files and unserialize it to an array
2 ) Replace the old path
3 ) Serialize the array and update the post meta

Jan 15, 2019 at 9:12 pm
#92352
Moderator
Shahriar
Staff OP

No, it just removes the password lock each time you run the code. It doesn’t deactivate the password lock feature.

Jan 15, 2019 at 9:08 pm
#92350
Moderator
Shahriar
Staff OP

Please create a new directory named wpdm-cache in /wp-content/uploads/ directory. If that doesn’t solve the issue send login info in private reply.

Jan 15, 2019 at 9:06 pm
#92349
Moderator
Shahriar
Staff OP

Please add the following code after line no 222 in /download-manager/tpls/wpdm-all-downloads.php file. That should fix the issue. We will add the patch in the next update.

if( ! wpdm_user_has_access ( get_the_ID() ) && get_option('_wpdm_hide_all', 0) == 1 ) continue;

Jan 15, 2019 at 8:44 pm
#92346
Moderator
Shahriar
Staff OP

When you want to move the license to another site, send me the key or order id. I will unlock it from old site. Then you can use the key on a new site.

Jan 15, 2019 at 8:42 pm
#92345
Moderator
Shahriar
Staff OP

Currently, child categories are shown on the right side at the top of packages. It is possible to show the child cats under the parent as shown in your mockup. But requires rather lengthy code customization.

Jan 15, 2019 at 8:35 pm
#92343
Moderator
Shahriar
Staff OP

Please send temporary login info in private reply. I will create a custom template that will look like the Default Template of the Free version. Then you can use it in your shortcode.

Or

You can put the attached PHP file ( unzip to get the PHP file ) in /active-theme/download-manager/link-templates/ directory to override the default template in Pro version.

Jan 15, 2019 at 8:25 pm
#92342
Moderator
Shahriar
Staff OP

Unlocked your key from the old domain.

Jan 15, 2019 at 8:24 pm
#92341
Moderator
Shahriar
Staff OP

I have utilized the individual_file_action action hook to add the FB share button. Added the code in /wpdm-facebook-share.php file.

Jan 15, 2019 at 8:03 pm
#92338
Moderator
Shahriar
Staff OP

Yes. You have to run the code only once.

Jan 15, 2019 at 8:02 pm
#92337
Moderator
Shahriar
Staff OP

Is this slider coming from a shortcode or are you using one of our themes there? Please send temporary wp-admin login info in private reply. I will adjust the slider as your specifications.

Jan 15, 2019 at 8:00 pm
#92336
Moderator
Shahriar
Staff OP

The view depends on the page template. You can change the template from package settings. You can even create your own custom-designed template using WPDM Template editor ( https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/ ). Please let me know which design you want, just send me the demo link. I will let you know what template we are using there.

To control the everything on the details page you can create a core level template single-wpdmpro.php But most users don’t want that. They just use the template editor to create a custom view when built-in templates don’t meet their design requirements. Here is a detailed blog post about custom template https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

Jan 15, 2019 at 7:50 pm
#92335
Moderator
Shahriar
Staff OP

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

Jan 15, 2019 at 7:47 pm
#92334
Moderator
Shahriar
Staff OP

Hi, I have added some patched in Advanced Custom Fields add-on to fix the errors in the profile page. Now you can update user data without any issue.

Jan 15, 2019 at 7:02 pm
#92324
Moderator
Shahriar
Staff OP

Please check now. Installed the updated version of WPDM there.

Jan 15, 2019 at 6:51 pm
#92323
Moderator
Shahriar
Staff OP

Looks like there is an issue with site’s email settings. Initially, I didn’t get any email after requesting a password reset. After that I changed the email header to $headers = "Content-type: text/html; charset=iso-8859-1"; ( line 173 in download-manager/libs/class.Email.php file ) Now emails are being delivered successfully.

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

Jan 15, 2019 at 5:48 pm
#92319
Moderator
Shahriar
Staff OP

Sorry, There is not add-on available yet that supports conversion.

Viewing 25 posts - 3,626 through 3,650 (of 12,513 total)