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.
Unlocked your key.
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; }
Allow the plugin editor access to the temporary user. I have to test various version of the custom code to check which one works.
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.
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.
Hi Alessio, Please send temporary wp-admin login info in private reply to check the issue. When do you see this error?
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.
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.
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; }
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.
Please check the Downloads Templates page. Maybe the template has been deactivated.
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.
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?
Hi,
You can do it using Advanced Access Control add-on https://www.wpdownloadmanager.com/download/advanced-access-control/
Thanks.
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;
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
Do you have any kind of IP restriction? Login still not working.
https://www.evernote.com/l/AUcG1WSK67pI4J1Wef1oc-YU7XqtrUS0X6EB/image.png
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?
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
Sorry, not sure which field you are referring to. Is it the file ID?