Search Results for 'all downloads'

Viewing 25 results - 851 through 875 (of 4,372 total)
  • Author
    Search Results
  • #170568

    Humayon
    Spectator

    Hi Tom,

    In addition to the previous reply, I want to let you know that specifically, you can use the [wpdm_category] shortcode.

    Apart from that, if you want a more aesthetic look and additional functionality then you can check our WPDM Directory Add-on demos.

    WPDM Directory Add-on

    Please let me know if you have any questions regarding this.

    Regards

    #170487

    Tom
    Participant

    Hello all,

    is it possible to generate a “list” with all downloads of a category? Simply the title of the download as a link and just all downloads of a category below each other?

    Theoretically, we could also simply use a text module and link the direct download of the file. But with almost 300 downloads we would be busy for a while.

    So I don’t need a fancy display with download buttons or something like that. A simple list with links under each other would be enough for me!

    I would be very grateful for any feedback!

    Thanks a lot & best regards,
    Manuel

    #170478

    John Weller
    Member

    Can you help me? I have used the following code for several years: [wpdm_category id="district-assembly-2022," cols="1" toolbar=0 item_per_page=50 template="589b7afceda1b"]

    Before the last update, it would list all my files the category. Now it will only list 3 files. In the past, if I had 15 files in the category,
    district-assembly-2022, it would list them all. Now, it will only list 3 downloads.

    Can you help me?

    #170415

    Tanvir
    Spectator

    Hello Michael,

    Hope you are well. If you explore the shortcode doc and shortcode parameters, you shall find you will be able to sort packages within two-order,
    order_by: field name ( title | date ), You can check below doc too,

    [wpdm_all_packages] – List all downloads in tabular format in a page

    The same order_by parameter is being used for the wpdm_packages shortcode too.

    Thank you and regards

    #170371

    In reply to: Subdomain License


    Tanvir
    Spectator

    Hi,

    Please try to logout/login again, it may help you. also, you may try these steps,

    1 ) Deactivate and delete the old version. You wonโ€™t lose any data.
    2 ) Download latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
    3 ) Install the latest version and activate the license key.

    To enable the auto-update, login to your WPDM account from Downloads > Settings > Updates tab

    Thanks.


    gemma newman
    Participant

    Hi,

    Having contacted my hosting company, they said it’s a problem with this plugin.

    Since then I have also found that I cannot change the featured image.

    These problems are exclusive to WPDM and all other plugins are working as they should.

    Please can someone help me as I have customers waiting for new downloads.

    I’m also getting this on the download edit page:
    Fatal error: Uncaught TypeError: array_filter(): Argument #1 ($array) must be of type array, null given in /home/u613751036/domains/sandtosalt.com/public_html/wp-includes/class-wp-user-query.php:452 Stack trace: #0 /home/u613751036/domains/sandtosalt.com/public_html/wp-includes/class-wp-user-query.php(452): array_filter() #1 /home/u613751036/domains/sandtosalt.com/public_html/wp-includes/class-wp-user-query.php(77): WP_User_Query->prepare_query() #2 /home/u613751036/domains/sandtosalt.com/public_html/wp-includes/user.php(763): WP_User_Query->__construct() #3 /home/u613751036/domains/sandtosalt.com/public_html/wp-includes/user.php(1495): get_users() #4 /home/u613751036/domains/sandtosalt.com/public_html/wp-admin/includes/meta-boxes.php(917): wp_dropdown_users() #5 /home/u613751036/domains/sandtosalt.com/public_html/wp-admin/includes/template.php(1395): post_author_meta_box() #6 /home/u613751036/domains/sandtosalt.com/public_html/wp-admin/edit-form-advanced.php(688): do_meta_boxes() #7 /home/u613751036/domains/sandtosalt.com/public_html/wp-admin/post.php(206): require(‘/home/u61375103…’) #8 {main} thrown in /home/u613751036/domains/sandtosalt.com/public_html/wp-includes/class-wp-user-query.php on line 452

    Thanks, Gemma

    • This reply was modified 3 years, 1 month ago by gemma newman.
    #170336

    In reply to: Author’s Page


    Terry Zahn
    Participant

    Website is under construction and behind password protection

    On the Download Pckaage Details Page is the Author name that is linked to the Author page for that individual. I want all that author’s downloads displayed on that page with the same template as the main categories.

    • This reply was modified 3 years, 1 month ago by Terry Zahn.
    #170328

    In reply to: REST API Issues


    Tanvir
    Spectator

    Hello,
    Please check the Package Properties from here,

    As per other Attributes, you shall find files object, here you can bind id with file name. Thus you will be able to attach/upload file thereby. I hope you have understood.

    If you have kept just the file name you should keep the files in wp-content/uploads/download-manager-files dir too. And for local files, you will not be able to attach files from the local PC drive directly, or you may please attach a live server file URL there. It will also help you upload files properly.

    The JSON response will look like the following example:

    {
          "id": 6488,
          "title": "The Alchemist",
          "slug": "the-alchemist",
          "description": "The Alchemist follows the journey of an Andalusian shepherd boy named Santiago.",
          "excerpt": "The Alchemist is a novel by Brazilian author Paulo Coelho.",
          "author": 1,
          "status": "publish",
          "parent": 0,
          "tags": [
              "novel",
              "paulo-coelho"
          ],
          "categories": [
              16
          ],
          "thumbnail": "https://example.com/wp-content/uploads/2019/01/the-alchemist.jpg",
          "additional_previews": [
              "https://example.com/wp-content/uploads/2019/03/the-alchemist-cover.jpg",
              "https://example.com/wp-content/uploads/2019/03/the-alchemist-map.jpg"
          ],
          "version": "3.0.0",
          "link_label": "Download",
          "quota": 0,
          "download_limit_per_user": "100",
          "view_count": 80,
          "download_count": 14,
          "package_size": "811.84 KB",
          "access": [
              "guest",
              "subscriber",
              "administrator"
          ],
          "user_access": [
              "admin"
          ],
          "individual_file_download": "1",
          "cache_zip": "-1",
          "template": "link-template-calltoaction1",
          "page_template": "page-template-1col-flat",
          "files": {
              "1": "The Alchemist.pdf"
          },
          "fileinfo": {
              "1": {
                  "title": "The Alchemist",
                  "password": "",
                  "license_price": {
                      "statdard": "",
                      "extended": "",
                      "unlimited": ""
                  },
                  "price": ""
              }
          },
          "package_dir": "",
          "publish_date": "2019-04-01 12:00 am",
          "expire_date": "2019-08-31 12:00 am",
          "terms_lock": "1",
          "terms_title": "Agree to terms",
          "terms_conditions": "You can't redistribute without prior authorization.",
          "terms_check_label": "Checkbox Label",
          "password_lock": "1",
          "password": "[123][456]",
          "password_usage_limit": "2",
          "linkedin_lock": "1",
          "linkedin_message": "LinkedIn Share Lock message",
          "linkedin_url": "https://www.wpdownloadmanager.com/",
          "tweet_lock": "1",
          "tweet_message": "Custom tweet message",
          "twitterfollow_lock": "1",
          "twitter_handle": "Shahriar",
          "facebooklike_lock": "1",
          "facebook_like": "",
          "email_lock": "1",
          "email_lock_title": "Subscribe To Download",
          "email_lock_msg": "",
          "email_lock_idl": "0",
          "icon": "https://example.com/wp-content/plugins/download-manager/assets/file-type-icons/arrow.png",
    
          "base_price": "12.00",
          "sales_price": "10.00",
          "sales_price_expire": "2019-08-31 12:00 am",
          "pay_as_you_want": "0",
          "license": {
              "statdard": {
                  "active": "1"
              },
              "extended": {
                  "price": "22",
                  "active": "1"
              },
              "unlimited": {
                  "price": "32",
                  "active": "1"
              }
          },
          "discount": {
              "subscriber": "10",
              "contributor": "20",
              "author": "30",
              "editor": "40",
              "administrator": "50"
          },
          "enable_license": "1",
          "enable_license_key": "1",
          "free_downloads": [
                  "/Applications/XAMPP/wpdm/wp-content/uploads/2019/04/The-Alchemist-free-sample.pdf"
              ],
          "meta_input":{
            "meta_key" : "Hello"
          }    
      }

    here file attach should be like this,

    "files": {
              "1": "The Alchemist.pdf"
          }

    And for this default format, the file should be residing in wp-content/uploads/download-manager-files, thus the package should create with fa file. Please let me know if you have other queries

    Thanks

    #170321

    johanfrc
    Participant

    Tried to disable all other plugins and also tried a new theme. Still same issue. Still a Error 404 for all my WPDM enabled files.

    Could it be that there is no wpdm-package folder on the server? I never had that on the old site and there it worked fine. File structure on the new server is exactly as it was on the old. Nothing has changed. So it just makes it more strange what is going on.

    And with more than 1000 downloads that may need to be changed to a simple download link, you can see why I want to get this to work again. Simply because it’s a daunting task to change every single post with a new link.

    #170306

    Ilze Ievina
    Participant
    This reply has been marked as private.
    #170283

    Humayon
    Spectator

    Hello @riflebird,

    Greetings and Welcome to the support forum.

    To display a download library without login to all visitors, you may use the below shortcode.

    [wpdm_all_packages] – List all downloads in tabular format in a page

    However, I will recommend you to use WPDM Directory Add-on instead. I recommend this because you will get more control and UI customizations than the shortcode one.

    WPDM Directory Add-on

    I hope you understand.

    Regards

    #170274

    Tanvir
    Spectator

    Hello,

    Thanks for your reply.
    I think it is a js conflict between any other plugins with wpdm.
    I would suggest to temporary deactivate/reactivate other plugins and check which plugin is actually conflicting with wpdm.
    You can also disable wpdm js files from Downloads > Settings > User interface to check if it fixes the issue.

    However, if the issues still persist even after following my suggestions, please share temporary admin access of your website in a private reply. it will help me to solve it quickly.

    Thanks

    #170176

    Terry Zahn
    Participant

    Can you explain to me where in this plugin I can change the template for all these existing downloads, like I asked in the post please and thank you. ๐Ÿ™‚

    #170125

    Humayon
    Spectator

    Hello there,

    Please use the updated shortcode and valid parameter from the below documentation page.

    [wpdm_all_packages] – List all downloads in tabular format in a page

    I hope your problem will be resolved with the updated shortcode.

    Regards

    #169999

    Nayeem Riddhi
    Moderator

    Hello Ganadera,

    Hope you are well. If you explore the shortcode doc and shortcode parameters, you shall find you will be able to sort packages within two-order,
    order_by: field name ( title | date ), please check the doc too,

    [wpdm_all_packages] – List all downloads in tabular format in a page

    please check and let me know.

    Thank you and regards

    #169984

    Nayeem Riddhi
    Moderator

    Hello Callum,

    From my side, the above 3Mb file size PDFs downloading properly too, However, the issue can be created from your server settings or from the Downloads > Settings > Basic section too. Can you please check them too. please let me know then.

    Thank you and regards

    #169965

    Callum
    Member
    This reply has been marked as private.

    Callum
    Member

    Hi.

    I have an issue where every PDF or ZIP file downloaded won’t open. Adobe Acrobat states that the PDF is corrupt. How can I fix this?

    #169944

    Andrew Beniams
    Participant

    Hi Nayeem – thanks for your reply.
    I have made some progress – the CVS file seems to be working, with the exception of the following:

    NB. https://imgbb.com/ doesn’t allow me to upload the CSV File?!
    Downloads-Manager-Media-Image
    Downloads-Manager-Title-Description-not-correct
    Downloads-Manager-All-Packages
    Downloads-Manager-Download-OK

    1. Most important: the ‘Download File’ whilst the file is identified on the CSV the problem is to ‘link’ the actual image file. I upload the image file as a ‘bulk import’ (files are in a Folder ‘Downloads Test _ CSV 16_3_22’ in the ‘Digital Assets Manager – download-manager-files’ – but this then alters the Title / Description to change to the file name (with no spaces)?
    It also removes the Categories and other settings. It does add an ID.

    Please see screenshots:-
    a) Screenshot: Downloads Manager – All Packages – the first 4 are incorrect as they are using the image file name!
    see: Screenshot: Downloads Manager – Title / Description not correct / https://nfpsoccer.co.uk/download/u12-ya_test_1a_copy-png/

    b) Screenshot: Downloads Manager – Download OK
    https://nfpsoccer.co.uk/download/practice-skills-x/
    This show the Package which is fine except that the image file is not linked – so we get “Sorry! File not found!”
    There is no ID? Categories are OK.

    2. I would like the CSV to ‘remove’ the (Discussion) ‘Allow Comments’ option.

    3. Can the CSV include a ‘Media’ image with the ‘Description’ – see screenshot: Downloads Manager – ‘Media’ Image
    https://nfpsoccer.co.uk/download/session-1-skill-practice-game/

    #169834

    In reply to: Template Question


    Michael K.
    Participant

    Hello Nayeem,

    thank you. So it is good.

    From my first Post is one thing open.

    “โ€“ On my Linkpage the Downloads were smaller and smaller. Where can I change it.”

    See the first Post please…

    #169732

    In reply to: Extract user data?


    Nayeem Riddhi
    Moderator

    Hello CIALGAR,

    Hope you are well. For downloads packages, you shall find the information from the Downloads > Stats > Download History section, but for membership, the feature is not available now. I hope you have understood.

    Thank you and regards

    #169727

    Michael K.
    Participant

    Good Morning,


    https://www.dxf-downloads.de/downloads/neueste-uploads/

    – On my Linkpage the Downloads were smaller and smaller. Where can I change it.
    – And the Thumbs show not correctly. I want to show the width 100%.

    – On my Page Template. How can I change the Background to transparent btw. white. Not grey. For example after Uploader “Wolfgang968”

    Hope anybody can help me. Thanks a lot.

    Regards

    #169664

    Ryan Stueve
    Participant

    Unfortunately that solution won’t solve the issue as I will not be able to manually keep a Top Downloads category up to date. I’ll have to find another solution, but if I can propose a feature, adding the order_by functionality to the Carousel shortcode would be amazing since it would solve this dynamically.

    #169663

    Tanvir
    Spectator

    Hello,

    Sorry to hear about the issue. I am sorry that the carousal shortcode doesn’t support the order_by parameter.
    Only wpdm_tree shortcode supports the order_by parameter in the extended shortcode addon.

    Instead of using order_by you can manually create a category manually for top downloads. As it supports category parameter. I hope it will solve the issue.

    WPDM Extended Short-codes

    Thanks

    #169549

    In reply to: Search inside packages


    Tanvir
    Spectator

    Hello,

    Thanks for providing details.

    There are 3 ways to include search functions with wpdm packages and shortcode.

    1. You can enable search function using shortcode [wpdm_search_result] mentioned for download packages (named as folder in your website)
    2. You can enable “Enable Search in File List” from settings > frontend access (you have already enabled it) but there should be more than 30 files.
    3. There is another type of search function like the first one using the shortcode below:

    [wpdm_all_packages] – List all downloads in tabular format in a page

    Thanks

Viewing 25 results - 851 through 875 (of 4,372 total)