Shahriar

Forum Replies Created

Viewing 25 posts - 2,601 through 2,625 (of 12,513 total)
in reply to: List CSS will not show grid #96629

Shahriar
Moderator

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.

in reply to: How do I change license to a different URL? #96559

Shahriar
Moderator

Unlocked your key.

in reply to: How can I change background color ? #96557

Shahriar
Moderator

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; }


Shahriar
Moderator

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

in reply to: Package addition/revisions logging #96555

Shahriar
Moderator

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.

in reply to: Amazon S3 issue #96554

Shahriar
Moderator

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.

in reply to: Please activate "zlib" in your server #96553

Shahriar
Moderator

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

in reply to: Keyword Search #96552

Shahriar
Moderator

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.

in reply to: Change the URL of the site assigned to the license #96551

Shahriar
Moderator

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.

in reply to: Change "package" to another term #96550

Shahriar
Moderator

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;
}
in reply to: I can not download the license file #96549

Shahriar
Moderator
This reply has been marked as private.
in reply to: How to set up limit download? #96548

Shahriar
Moderator

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.

in reply to: Problems #96546

Shahriar
Moderator
This reply has been marked as private.
in reply to: Login Popup Error #96545

Shahriar
Moderator
This reply has been marked as private.
in reply to: not work show icon #96544

Shahriar
Moderator

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

in reply to: Amazon S3 connected but not working #96543

Shahriar
Moderator

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.

in reply to: Possible to Show Downloads without Signup? #96542

Shahriar
Moderator

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?

in reply to: Set category access to specific users #96514

Shahriar
Moderator

Hi,

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

Thanks.

in reply to: Files not hidden for non logged in user #96513

Shahriar
Moderator

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;


Shahriar
Moderator

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

in reply to: Problems #96480

Shahriar
Moderator

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

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

in reply to: Chunk Upload doesn't appear to work #96479

Shahriar
Moderator

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?

in reply to: Bulk import csv mapping info #96478

Shahriar
Moderator

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

in reply to: Package addition/revisions logging #96469

Shahriar
Moderator

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

in reply to: Upload/Download Settings #96468

Shahriar
Moderator
This reply has been marked as private.
Viewing 25 posts - 2,601 through 2,625 (of 12,513 total)