Shahriar

Forum Replies Created

Viewing 25 posts - 6,501 through 6,525 (of 12,513 total)
Jan 25, 2018 at 5:30 pm
#68504
Moderator
Shahriar
Staff OP

Sorry, file count option is available when attaching directory. It counts the number of files in attached files meta box. And in case of directory attach value is set to as default.

Jan 25, 2018 at 5:22 pm
#68503
Moderator
Shahriar
Staff OP

Can you group your users? Or are the accessible packages different for each user?

If you can group user, there is an option. We have WP Pro Memberbership add-on. Using it you can create as many levels as you want and then select which level has access to a specific level. There is payment option in the add-on but you can skip it as it is not necessary for your case.

So, in this case, just assign the membership level ( all packages the new user have access to will be under this level ) to the user after registration instead of assigning lots of packages.

Jan 25, 2018 at 4:27 pm
#68500
Moderator
Shahriar
Staff OP

Looks like there is an issue when filename has an accent. Will fix it next release of the add-on. You will be notified in admin dashboard when the update is available.

Jan 25, 2018 at 4:12 pm
#68499
Moderator
Shahriar
Staff OP

Sorry, Not possible yet. But noted for implementation.

Jan 25, 2018 at 4:07 pm
#68498
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Jan 25, 2018 at 3:52 pm
#68497
Moderator
Shahriar
Staff OP

Unlocked the key. Please try now.

Jan 25, 2018 at 3:50 pm
#68495
Moderator
Shahriar
Staff OP

Yes, you can. Make a custom template file to modify the button label and link. Here is the related documentation  https://www.wpdownloadmanager.com/doc/template-files/

Jan 25, 2018 at 7:04 am
#68462
Moderator
Shahriar
Staff OP

Subscribers info are stored in {$wpdb->prefix}ahm_emails table.

Jan 24, 2018 at 4:37 pm
#68431
Moderator
Shahriar
Staff OP

Glad to know 🙂 So I guess, the multisite was not the issue here.

Jan 24, 2018 at 4:28 pm
#68429
Moderator
Shahriar
Staff OP

You can add the following CSS to maximize font size.

UL.jqueryFileTree A{fint-size:20px;}

Changing the folder icon requires add-on file replacement and other code changes. So, that’s not possible :/

Jan 24, 2018 at 4:20 pm
#68428
Moderator
Shahriar
Staff OP

Please send temporary login info if it is possible. Maybe a plugin or theme issue on that page. Are you using a custom link template there?

Jan 24, 2018 at 4:17 pm
#68427
Moderator
Shahriar
Staff OP

There are no Download Manager scripts in the page source. That means the page is showing cached content as it should contain WPDM scripts as the plugin is active.

Could you please send temporary admin login info, so I can take a closer look?

Jan 24, 2018 at 4:12 pm
#68423
Moderator
Shahriar
Staff OP

For now, you can hide the download button from all packages table. To download, Users have to visit the package details page by clicking the title. Please check the shortcode doc here.

Jan 24, 2018 at 4:08 pm
#68421
Moderator
Shahriar
Staff OP

Maybe a cache issue. Try clearing cache. Or add the code directly to child theme’s style.css file.

Jan 24, 2018 at 4:06 pm
#68420
Moderator
Shahriar
Staff OP

The profile page is for authors, so each author can control their public profile view. And allowed users ( which is controlled from Downloads Frontend page ) have access to the frontend uploader page.

Jan 24, 2018 at 3:53 pm
#68418
Moderator
Shahriar
Staff OP

The lock is working in package details page https://www.recyclart.org/download/pdf-guide-18-homemade-glue-recipes/

Looks like the issue is related to Archive Page ( Directory Add-on ). Which version of Archive Page are you using there? The lock worked in my installation. I have the Archive Page v.2.9.0

Jan 24, 2018 at 3:45 pm
#68417
Jan 24, 2018 at 3:42 pm
#68416
Moderator
Shahriar
Staff OP

No, not the whole file. You just need to copy the code inside function ( Table or Box )

Jan 24, 2018 at 3:40 pm
#68415
Moderator
Shahriar
Staff OP

Sorry, there is not a direct option yet to remove the div. But if you are just trying to use the download link inside a paragraph then generate the direct download link from all packages page and use this URL with any text you want.

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

Jan 24, 2018 at 3:34 pm
#68413
Moderator
Shahriar
Staff OP

A user must log in after registration. If you set the login page in Downloads Settings Frontend page then the user will be redirected to the login page.

And the login shortcode has redirect parameter [wpdm_login_form redirect="http://localhost/wpdm/dashboard/"] You can use it to redirect the user to the downloads page.

Jan 24, 2018 at 3:25 pm
#68412
Moderator
Shahriar
Staff OP

You can use the embed code instead of the direct URL. To covert the direct URL to enbed please add the following code in your theme’s functions.php file,

add_filter('the_content','wpdm_do_oembeds');
function wpdm_do_oembeds( $content ) {
global $wp_embed;
$content = $wp_embed->autoembed( $content );
return $content;
}
Jan 24, 2018 at 2:53 pm
#68408
Moderator
Shahriar
Staff OP

Please try now. Unlocked your keys.

Jan 24, 2018 at 2:51 pm
#68407
Moderator
Shahriar
Staff OP

Could you please share the URL to check the issue?

Jan 24, 2018 at 2:50 pm
#68406
Moderator
Shahriar
Staff OP

WPDM Frontend ( [wpdm_frontend flaturl=0] ) page has a Edit Public Profile tab. You can set profile options ( Banner, Background etc ) there.

Jan 24, 2018 at 2:45 pm
#68404
Moderator
Shahriar
Staff OP

You have to use this shortcode [wpdm_my_downloads] to list packages assigned to a user. The profile page show packages created by the user.

Viewing 25 posts - 6,501 through 6,525 (of 12,513 total)