Search Results for 'all downloads'

Viewing 25 results - 801 through 825 (of 4,411 total)
  • Author
    Search Results
  • #175564

    Nayeem Riddhi
    Moderator

    Hello Everyone,

    Hope you are well. And sorry for the inconvenience. For updating the WPDM main plugin, Please simply click the Save Settings again for the license key option from Downloads > Settings > License, and then please update the plugin from the wp-admin > plugins panel. For saving settings again for the license key option from Downloads > Settings > License, that will regenerate the access token. Thus the plugin will be updated, hope that, it will solve your issue.

    And for add-on updates, you can follow these steps,

    1 ) Download the latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
    2 ) Install the latest version and activate.

    I hope it will work fine then. please let me know if you face such an issue

    Thank you and regards

    #175546

    Andrew Beniams
    Participant
    This reply has been marked as private.
    #175469

    Andrew Beniams
    Participant
    This reply has been marked as private.
    #175413

    Courtney Huber
    Participant

    Is there a way to pull up all resources tagged by a specific access level? You can do this by categories and tags, but I’m not seeing a way to pull up all packages that are set to be viewed by “All Visitors” etc. We have packages that need access levels changed, but I see no easy way to find a list of all of the packages tagged with that access to know which ones we need to change.

    #175408

    Andrew Beniams
    Participant
    This reply has been marked as private.
    #175402

    Shaogat Alam
    Moderator

    Please set the value of order_by “publish_date” or “update_date”
    And in the ‘cols’ you have to use the exact same value.

    Exmple :
    [wpdm_all_packages thumb=1 items_per_page="20" jstable=1 order_by="publish_date" order="DESC" cols="title,file_count,download_count|categories|publish_date|download_link" colheads="Title|Categories|Date|Download::155px"]

    for more details please visit

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

    #175274

    Tanvir
    Spectator

    Hello,
    Hope you are well.
    1. Please follow this there is the video that shows the way to add logo.
    2. Category access works like the below example:

    Package Access = Package Access + All Category Access = All Visitors + Subscribers = All Visitors

    and Package Access = Package Access empty + Category Access(Subscribers) = Subscribers

    or Package Access = Package Access(subscriber) + Category Access(Subscribers) = Subscribers

    3. You can check our shortcodes to make an archive page with downloads.
    Also you can check our anoher addon for more shortcodes:

    WPDM Directory Add-on

    Thanks

    #175161

    BFM Group Inc
    Participant

    Hi Downloads Manager,

    We are checking in again to see if any progress has been made allow us to import tags

    Respectfully,
    BFM Group Inc.

    #175156

    Brad Galusha
    Participant

    Hello,

    I am trying to add a tabular list of all the packages along with a search of categories and tags in the left sidebar. I am using Elementor and you can see a demo of our page here: https://clearweld.com/dev/test-downloads/

    I can use the shortcode wpdm_all_packages for the table but I am unable to use the wpdm_archive_filter to generate the search for category/tags. Is it possible to have the list as I currently have it but also have a sidebar with the category and tag filter as seen here: https://try.wpdownloadmanager.com/advanced-search-left/?

    Thanks in advance for your help!

    • This topic was modified 3 years, 2 months ago by Brad Galusha. Reason: removed email address reques
    #175108

    Austin Lindsay
    Participant
    This reply has been marked as private.
    #174987

    Neil Thomas
    Participant

    HI

    Thanks for your response. I have updated WPDM to 6.2.1 and then took a look at the console and found that a number of js an css files were missing – 404 not found. I have copied these from a backup / development system that we use and the button is now working – I can add my category shortcode. However, it now doesn’t use my template but produces a complete jumble of download panels of various designs. The development site was not (could not be) updated to the new version so this may in itself have created more errors,

    I have also discovered there are other unrelated files reported missing when I load any page so I think I need to sort those out first. However, is it possible for me to completely remove WPDM (having backed up my templates) and re-install it without loosing the files that are in the downloads folder? We have moved/changed our site domain a number of times in the past and our hosting guru transfers the site accordingly but it is evident that some files have not being transferred correctly.

    I will continue investigating these issues for the time being but may get back to you with admin access later this week.

    Again thanks for your response.

    Neil

    #174942

    Tanvir
    Spectator

    Hello Nelson,
    Thanks for your reply.
    Instead of auto-generating a category page, please use the below shortcode in a page. Using the orderby=”title” parameter, you can sort the order.

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

    If the issue still persists, please provide temporary admin access of your website in a private reply to inspect and solve it quickly.
    Thanks

    #174908

    Andrew Beniams
    Participant

    Use link template – ideally we want to be able to add the short code (as suggested by Tanvir’s example) and make design changes?!
    Is there another way of ‘filtering the order’ perhaps?
    For example the package titles are ‘sequential’ up to a point but adding these downloads by CSV puts them in reverse order?!

    #174867

    Marcel Gremmé
    Participant
    This reply has been marked as private.

    Maurizio Leoni
    Participant
    This reply has been marked as private.
    #174652

    Vela Agency
    Member

    Ah, I misunderstood your initial response. It is now working as desired. In case it can be of help to someone else, these are the steps I took:

    1. Cloned the Link Template Metro (Downloads > Templates > Link Templates Tab)
    2. Named the new Link Template “File List”
    3. Assigned the Unique Identifier “file_list”
    4. Removed all text in the HTML Field and replaced it with [file_list]
    5. Added the shortcode [wpdm_package id="973" template="file_list"] to my page.

    Thank you for your help with this!
    KO

    File List

    • This reply was modified 3 years, 2 months ago by Vela Agency.
    #174557

    Tanvir
    Spectator

    Hello Marta,

    Hope you are well.

    Adding media files are better for images or videos. That is the default wordpress uploader. It is always better to use the upload system of wpdm. In that case, wpdm can affect some features of the uploaded file. That fixes many issues.

    Yes with that shortcode you can add any category you want. For that you have to use the parameter categories in that category slug.

    Example:
    [wpdm_all_packages items_per_page="20" categories="slug1,slug2,..." jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|update_date|download_link" colheads="Title|Categories|Update Date|Download::155px"]

    And yes search field, search only in the current category you are showing.

    More details with all parameters, example and demo:

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

    Thanks

    #174555

    Nayeem Riddhi
    Moderator

    Hello Paolo Sartorio,

    Hope you are well. You shall get the link-template-cardh from Downloads > Templates > link-templates and as I iamge attached here,

    card-template

    please check and let me know

    Thank you and regards

    #174460

    PETROS LOUCA
    Participant
    This reply has been marked as private.
    #174416

    In reply to: Error when updating


    Nayeem Riddhi
    Moderator

    Hello Jorge rojas,

    Hope you are well. And sorry for the inconvenience. For updating the WPDM main plugin, Please simply click the Save Settings again for the license key option from Downloads > Settings > License, and then please update the plugin from the wp-admin > plugins panel. For saving settings again for the license key option from Downloads > Settings > License, that will regenerate the access token. Thus the plugin will be updated, hope that, it will solve your issue.

    And for add-on updates, you can follow these steps,

    1 ) Download the latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
    2 ) Install the latest version and activate.

    I hope it will work fine then. please let me know if you face such an issue

    Thank you and regards

    #174405

    Shellen Lorreny
    Participant

    Hello good afternoon.
    How do I standardize all the templates like:
    2 Columns, Image Left
    I standardized on a page, but I need it to be taken as a general template, instead of the default template, I’m using Elementor Pro and I need to standardize the layout, is there any shortcode I can use?
    I tried to enable this model as default but without success and it is impossible to change it for all downloads.
    Waiting for some help.

    #173667

    Margarida Barreto
    Participant

    Hi,
    i add this code in the functions.php file:

    add_filter(‘wpdm_user_dashboard_menu’,’my_custom_dashboard_menus’,10,1);
    // $menu_items is an array containing current menu items
    function my_custom_dashboard_menus($menu_items){
    // Removing edit profile menu
    unset($menu_items[‘edit-profile’]);

    }

    however all the user area disappeared. I only want that people cannot have access to the “Edit Profile” to change their name or password but still see their downloads. Is it possible? Thanks

    #173171

    BFM Group Inc
    Participant

    Hi Downloads Manager,

    I fixed this by adding CSV to the allowed file types to upload setting. As a recommendation, this should be allowed by default.

    Respectfully,
    BFM Group Inc

    #173127

    Hi,

    I have just bought Download Manager Pro + the S3 plugin. I have 1000’s of PDF’s in a series of S3 buckets which are in one larger bucket. All I want to be able to do is make all the PDF’s searchable, viewable and downloadable to anyone on the site.

    Nothing else. I don’t want to sell or collect emails or anything, just to allow people to search for and find Pdf’s and then download them securely from S3.

    Thank you

    #173123

    In reply to: 2 Questions


    Nayeem Riddhi
    Moderator

    Hello Marc,

    Thanks for elaborating. Now, I think on this page, https://se-audiotechnik.de/index.php/service/downloads/?lang=en, you have used link templates for packages. Do you want packages like B 15 Data Sheet EN, when anyone clicks download will start automatically? please elaborate on this.

    And for the white line issue, can you please share the related package URL too for checking the PDF? please let me know

    Thank you and regards

Viewing 25 results - 801 through 825 (of 4,411 total)