Search Results for 'all+downloads'

Viewing 25 results - 1,026 through 1,050 (of 4,413 total)
  • Author
    Search Results
  • #164704

    storlann
    Participant

    On our website we want to display ALL the downloads for each category WITHOUT any pagination. Even if we specify <b>item_per_page=”30</b> the page is limited to 10 files and implements pagination. Can you please let me know how I can prevemt this from happening.

    #164688

    Nayeem Riddhi
    Moderator

    Hello,

    Really sorry for the inconvenience. I have checked your issue in detail. With particular categories one shotcode we have,

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

    And the appearance will be looked like this, please also check the shortcode format here

    http://www.demo.specmacenter.com/downloads/

    please check and let me know

    Thank you and regards

    #164530

    Marketing
    Participant

    Hello Tanvir,

    I’ll try to explain it with an example.

    I have the following sub-pages on my website:
    “Thriller” (Category 1)
    “Comedy” (Category 2)
    “Romance” (Category 3)
    “Musical” (Category 4).

    On the respective subpage I would like to offer only the downloads from the respective category.
    The user should be able to filter these again using tags (ideally visible using checkboxes).
    for example, the tags “no age limit”, “FSK 6”, “FSK 12”, “FSK 16” and “FSK 18” should be given.
    If the user selects the checkboxes “FSK 16” and “FSK 18” on the “Thriller” subpage, only these downloads should remain.

    Regards

    #164528

    Herbert Heim
    Participant
    This reply has been marked as private.
    #164525
    This reply has been marked as private.
    #164451

    Tanvir
    Spectator

    Hello @solarmatic,
    I am sorry the issue is not clear to me. Could you please elaborate the issue?
    However, you can preselect category to specific user roles. To add both tag and category based packages, You can check the shortcode below:

    [wpdm_packages] – WP_Query in a shortcode for download manager packages

    To add packages based on tags, you can use the below shortcode:

    [wpdm_tag] – Query all downloads from specified tag(s)

    Let me know your thoughts.
    Thanks

    #164406

    I have WPForms installed on my website. But I don’t see all my WP Forms under the Form Lock option. I see only 5 forms in the drop down. How can I access the other forms that are linked with downloads?


    Humayon
    Spectator
    This reply has been marked as private.

    Renato Regli
    Participant
    This reply has been marked as private.

    Tanvir
    Spectator

    Hello @Webby-foot,
    Sorry for this inconvenience.
    The mentioned shortcode is better for categories. I found that it is causing issues with tags.
    However, Please use this shortcode for tag query. It will work fine for tags.

    [wpdm_tag] – Query all downloads from specified tag(s)

    Thanks

    #164018

    Tanvir
    Spectator

    Hello @noomia,

    Hope you are well. If you have already created a package. Then you will also be able to upload/attach files for that package. 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.

    After applying the previous codes, The JSON response looks 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"
          }    
      }

    Thank you and regards

    #163875

    Nayeem Riddhi
    Moderator

    Hello @mggroupsolutionz,

    If you are talking about general file/package purchase, you can activate a new payment method from settings, Downloads > Settings > Premium Packages > Payment > Payment Methods. Thus when purchasing he/she will be able to choose a payment method. And if you are using WordPress Membership Plugin. Please check the option from Membership > Subscribers > Select certain User and click the button Manage > Change subscription, there you shall be able to add/apply a new plan for that user. Thus, you shall be able to change subscriptions for a certain user. I hope this may help you. please check and let me know

    Thank you and regards

    #163868

    In reply to: Download Problem


    Tanvir
    Spectator

    Hello,
    I see it is password protected.
    You can send me password in a private reply.
    Also please let me know if all the downloads are okay.
    If possible please also share temporary admin access of your website in the private reply to solve it quickly.
    Thanks

    #163713

    Tanvir
    Spectator

    Hello,
    Sorry for this inconvenience. Password can’t be exported for security issue. However, you can add passwords manually later.
    You can also use the default wordpress export option. Here “Downloads” is the post types of wpdm.
    Screenshot-14

    Also if you need to change the domain for license, you can check this doc. If everything is alright, you can change the domain from license.

    License


    Thanks

    • This reply was modified 3 years, 11 months ago by Tanvir.
    #163712

    AKPAKI Moise
    Participant

    ok, I said I use Download Manager,I chose the component All Downloads Table,but, the files do not load.

    also the design at the header level is not very correct.
    https://prnt.sc/1x3qtt4
    What should I do please?


    AKPAKI Moise
    Participant

    Bonsoir Tous, svp j’utilise All Downloads Table, mais, les fichiers ne s’affiches pas.
    Quelqu’un peu m’aider svp?null

    #163704

    Jessica Reinhart
    Participant
    This reply has been marked as private.
    #163656

    Nayeem Riddhi
    Moderator

    Hello @jeroen1276123,

    For this shortcode,

    [wpdm_category] – Query All Downloads From One or More Categories

    you will find a parameter called template="template name or ID" here, you can customize your link-template according to your requirements, you can also remove the template tag called [file_count] from your related template. Thus you can remove 1 file text portion

    Thank you and regards

    #163596

    In reply to: No updates since 6.0.0


    Tanvir
    Spectator

    Hello @uganda,

    Sorry for this inconvenience.

    If you can’t update it directry from WordPress dashboard from the option Downloads > Settings > Updates menu. Sometimes server permission disable the option to update plugin directly from WordPress dashboard. In this case, Please update manually by uploading plugin, downloaded from here.

    Best Regards

    #163547

    In reply to: Direct download link


    Nayeem Riddhi
    Moderator

    Hello @corigen,

    Hope you are are well. Please check from Downloads > All Packages option, you shall get an option like as I image attached,

    download-url

    Thus, you shall get an interface like this as I image attached,

    interface

    I hope it may help you. please let me know

    Thank you and regards

    #163528

    My website uses Elementor with the WPDM widget. The website was put on hold for a few months and today I went to review and was shocked to see that all of the pages with downloads using the widget are not displaying any of the downloads. All references to the widget have been removed from the Elementor editor for every page that had it. It’s bizarre! My site does have auto update enabled, so I’m not sure if an update broke something. Unfortunately, I only have 30 days of backups, and I restored to the earliest and the issue persists.

    Download Manager is on version 6.0
    Elementor 3.4.6
    I also have Elementor Pro 3.6.0 installed

    Any help appreciated, else I have a lot of rework to do!

    #163494

    Tanvir
    Spectator

    Hello,
    Hope you are well.
    1. The name is wpdm-pdf-viewer You can also find all the downloads here
    2. Different format has different file formats. You can use this link template link-template-default-icon for that. You can also set thumbnail image for packages and use [thumb_WidthxHeight] template tag on link templates to show.
    3. Next update will come in this month I hope. It is on development. Changelog here
    Thanks


    Tanvir
    Spectator

    Hello,
    Sorry for this inconvenience.
    THe addon is named as wpdm-daily-download
    You can get all downloads from here.
    Let me know please if the issue still persists.
    Thanks

    #163276

    In reply to: access denied to hide


    Tanvir
    Spectator

    Hello,
    If you want, you can create a special page using shortcode [wpdm_my_downloads login=1 template="template-id" cols="1 or 2 or 3 or 4"] or [wpdm_my_downloads login=1] to list all packages assigned to a specific user – this shortcode is useful when you want to create a user-specific download area or members area. This shortcode will hide package names too for specific users.

    For that you need this addon:

    Advanced Access Control


    Thanks

    #163258

    Nayeem Riddhi
    Moderator

    Hello @thomas-sator,

    Hope you are well. you can create a new link-template and use this template tag, [pdf_thumb_WxH] in your link-template, it will show Image thumbnail from the attached PDF file with specified Width ( W ) and Height (H). If you are trying from Downloads > Categories, you can use Use Link Template from edit category option. And for showing certain categories with a shortcode on a page, you can use this shortcode, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/. Here has a category parameter called categories. you can also use this shortcode too, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/. please check, I hope those may help you

    Thank you and regards

Viewing 25 results - 1,026 through 1,050 (of 4,413 total)