Shahriar

Forum Replies Created

Viewing 25 posts - 2,601 through 2,625 (of 12,513 total)
May 4, 2019 at 6:41 pm
#96629
Moderator
Shahriar
Staff OP

You can add cols=3 in your shortcode to set multiple columns. And for the list packages view use widget template template="link-template-widget"

You can send temporary wp-admin login info in private reply. I will update the shortcode for you.

May 2, 2019 at 9:07 am
#96559
Moderator
Shahriar
Staff OP

Unlocked your key.

May 2, 2019 at 9:07 am
#96557
Moderator
Shahriar
Staff OP

You can add the following CSS in Customize Additional CSS to change the BG color. Adjust the color code to match your style.

.w3eden .well.c2a1{ background: #eee; }

May 2, 2019 at 8:46 am
#96556
Moderator
Shahriar
Staff OP

Allow the plugin editor access to the temporary user. I have to test various version of the custom code to check which one works.

May 2, 2019 at 8:44 am
#96555
Moderator
Shahriar
Staff OP

Those are custom fields not available in pacakge settings. Maybe you used the Advanced Custom Fileds add-on to set those values ( Just a guess, it could be another custom filed plugin too ) If you don’t need these fields you can just hide those by editing your page/link template.

May 2, 2019 at 8:04 am
#96554
Moderator
Shahriar
Staff OP

Hi,

In the edit package page, there is a meta box for attaching files from s3, creating a new bucket, and uploading files to s3,

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

Send login info in private reply if that doesn’t work.

Thanks.

May 2, 2019 at 7:54 am
#96553
Moderator
Shahriar
Staff OP

Hi Alessio, Please send temporary wp-admin login info in private reply to check the issue. When do you see this error?

May 2, 2019 at 7:46 am
#96552
Moderator
Shahriar
Staff OP

Hi,

The search keyword has to be part of the title or content or excerpt. Otherwise, the package won’t show up in the result.

Thanks.

May 2, 2019 at 7:17 am
#96551
Moderator
Shahriar
Staff OP

Hi Rafael, Unlocked your key. Now you can use it on your new site.

Hi Adam, Your key 56884-82619-09103-44481 was linked to a domain. I have unlocked it now. Just save this key on your new site.

May 2, 2019 at 7:12 am
#96550
Moderator
Shahriar
Staff OP

You can modify the labels using register_post_type_args filter. Add the following code to your theme’s functions.php file and adjust the labels as you want.

add_filter('register_post_type_args', 'wpdm_modify_posttype_labels', 10, 2);
function wpdm_modify_posttype_labels($args, $post_type){

    if ($post_type == 'wpdmpro'){
        $labels = array(
            'name' ► __( "Downloads" , "download-manager" ),
            'singular_name' ► __( "Download" , "download-manager" ),
            'add_new' ► __( "Add New" , "download-manager" ),
            'add_new_item' ► __( "Add New Download" , "download-manager" ),
            'edit_item' ► __( "Edit Package" , "download-manager" ),
            'new_item' ► __( "New Download" , "download-manager" ),
            'all_items' ► __( "All Downloads" , "download-manager" ),
            'view_item' ► __( "View Download" , "download-manager" ),
            'search_items' ► __( "Search Downloads" , "download-manager" ),
            'not_found' ► __( "No Download Found" , "download-manager" ),
            'not_found_in_trash' ► __( "No Downloads found in Trash" , "download-manager" ),
            'parent_item_colon' ► '',
            'menu_name' ► __( "Downloads" , "download-manager" )

        );
        $args['labels'] = $labels;
    }

    return $args;
}
May 2, 2019 at 7:01 am
#96549
Moderator
Shahriar
Staff OP
This reply has been marked as private.
May 2, 2019 at 6:55 am
#96548
Moderator
Shahriar
Staff OP

Hi,

You can implement this using the following add-ons with Download Manager Pro,

1 ) WPDM Premium Package – https://www.wpdownloadmanager.com/download/premium-package-wordpress-digital-store-solution/
2 ) WP Pro Membership – https://www.wpdownloadmanager.com/download/wp-pro-membership/
3 ) Download Limit – https://www.wpdownloadmanager.com/download/download-limit/

Premium Package is just for selling without the download limit options. Download Limit and Membership add-on allow you to set various plans to set different download limits.

Thanks.

May 2, 2019 at 5:07 am
#96546
Moderator
Shahriar
Staff OP
This reply has been marked as private.
May 2, 2019 at 5:00 am
#96545
Moderator
Shahriar
Staff OP
This reply has been marked as private.
May 2, 2019 at 4:50 am
#96544
Moderator
Shahriar
Staff OP

Please check the Downloads Templates page. Maybe the template has been deactivated.

May 2, 2019 at 4:46 am
#96543
Moderator
Shahriar
Staff OP

Hi,

You are using the beta features if the add-on. That part of the add-on isn’t 100% functional, also you don’t need these features to work with s3.

In the edit package page, there is a meta box for attaching files from s3, creating a new bucket, and uploading files to s3,

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

Thanks.

May 2, 2019 at 4:39 am
#96542
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply. I will set up an example page for you. Which shortcode do you want to use?

May 1, 2019 at 12:12 pm
#96514
Moderator
Shahriar
Staff OP

Hi,

You can do it using Advanced Access Control add-on https://www.wpdownloadmanager.com/download/advanced-access-control/

Thanks.

May 1, 2019 at 12:10 pm
#96513
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply Or add the following code after line 235 in /download-manager/tpls/wpdm-all-downloads.php file,

if( ! wpdm_user_has_access(get_the_ID())) continue;

Apr 30, 2019 at 8:06 pm
#96481
Moderator
Shahriar
Staff OP

I have updated the code above. Try that version. After adding the code clear the browser cache or go to the following URL and SHIFT + Reload the URL.

https://hub.viveve.com/wp-content/plugins/download-manager/assets/js/front.js

Apr 30, 2019 at 7:58 pm
#96480
Moderator
Shahriar
Staff OP

Do you have any kind of IP restriction? Login still not working.

https://www.evernote.com/l/AUcG1WSK67pI4J1Wef1oc-YU7XqtrUS0X6EB/image.png

Apr 30, 2019 at 7:55 pm
#96479
Moderator
Shahriar
Staff OP

The limit 128MB doesn’t interfere when chunk upload is enabled. I just uploaded a 232MB video file. I have changed the chunk size from the settings page. Could you please try now?

Apr 30, 2019 at 7:52 pm
#96478
Moderator
Shahriar
Staff OP

Use the CSV import from Downloads Bulk Import page. I have tried it on your site. It works.

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

Apr 30, 2019 at 5:52 pm
#96469
Moderator
Shahriar
Staff OP

Sorry, not sure which field you are referring to. Is it the file ID?

Apr 30, 2019 at 5:49 pm
#96468
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Viewing 25 posts - 2,601 through 2,625 (of 12,513 total)