Search Results for 'all+downloads'

Viewing 25 results - 426 through 450 (of 4,372 total)
  • Author
    Search Results

  • Justin Black
    Participant

    The WordPress Special Pack listed that it included the Directory add-on but I cannot see it in the list of plugin downloads that came with the special pack? I have installed the wpdm_archive_page.zip plugin, maybe this is it?

    When I try to user the following shortcode it displays the table headers but no content, I just get a red loading box at the bottom of the screen with no download items however when I use a different non-aerchive shortcode it displays my download files

    [wpdm_archive_compact template="default" order_by="post_title" order="ASC" items_per_page="12" cols=2]


    JUNTO LLC
    Participant

    Hello,

    When adding a file to a new package, through the WPDM Downloads > All Packages > New Package screen, it seems to add the file to the WP MEdia Library, where the direct File URL can be accessed by anyone if entered into a browser.

    Is there a setting where files that are part of a WPDM package are not publically accessible, and only accessible based on the WPDM settings?

    I appreciate your time.

    #191328

    In reply to: All_packages


    David Green
    Participant

    Hi Keymaster, that does not help unfortunately. As stated above the client requires all packages to be viewed in a list for non-logged in users to select from. Placing in login=1 means the packages list is not shown unless you are logged in. A non logged in user must see a list of all the packages to select from and from there log into their specific package. If they go back to this page after logging in https://www.envyustestserver.com.au/meertens/packages/ they will see a download button in place of the login button and this downloads all files as a zip. The client wants the ability for a logged in user to have access to view individual files and therefore you will see where i have the title Individual File Downloads that displays page_link. However this also means that all users logged in or not can click on that link and go to another clients package which displays all content of that package and i dont want non-logged in users to see another clients package.

    • The client wants the page to look exactly as follows: https://www.envyustestserver.com.au/meertens/packages/
    • The client wants a logged in user to be able to select from the packages page – https://www.envyustestserver.com.au/meertens/packages/ to either download the complete zipped files or specific individual files and therefore the code page_link is placed in here so the clients has the ability to do so.

    In Summary – Can you have the code page_link on a page BUT secure this link so that ONLY a logged in user has access to this page and no one else.

    thanks Dave


    Tanvir
    Spectator

    Hello,

    Thanks for contacting us.
    To ensure that you need to set the allow access for specific user roles.
    image

    To hide downloads for non users, you have to set the Hide Everything settings from Downloads > Settings
    image

    Regards
    Tanvir

    #191267

    In reply to: Nofollow tag


    Tanvir
    Spectator

    Hello Ebru,

    Thanks for contacting us.

    For disallowing crawling by the Search Engine. You can Mask Download Link, If you mask the download link, bots will not be able the find any public download link easily. You are able to find this setting from Downloads > Settings> Basic Settings. please check.
    And another way for making disallow Crawling Download Manager Pages on Google, Bing + search engines is, Add the following code at the end of your active theme’s functions.php:

    function noindex_for_wpdm()
    {
        if ( is_singular( 'wpdmpro' ) ) {
            echo '<meta name="robots" content="noindex, nofollow">';
        }
    }

    I hope it may help you.

    Thank you and regards

    #191166

    In reply to: wpdm_all_packages


    Nayeem Riddhi
    Moderator

    For Ques. #1, You can edit the login URL from Downloads > Settings > General as I image attached,

    2023-11-08-170246

    And for your Ques. #2, The requirements you are asking for all are available, https://www.envyustestserver.com.au/meertens/packages/
    packages are displayed in a list and they also need login. I think you are also aware of this settings too, general settings – When a user is not allowed to download: only block download/hide everything Or, are you searching for any alternative shortcode? please check and let me know

    Thank you again and regards

    #191155

    Humayon
    Spectator

    Hello,

    Thank you for your response.

    Well, for Elementor it’s not possible as of now, we may add this in a future release.

    However, by using Gutenberg/block editor you may use the below free add-on, and using one of the blocks called All Downloads Table you can achieve your desired output.

    Gutenberg Blocks

    Here’s the referred demo page: https://wpdmpro.w3eden.com/wpdm-all-downloads-2/

    Regards


    blakemiller
    Participant

    On my site, I’m using a Custom Permalink Structure for Posts to put /blog/ in front of all blog posts. E.g. Custom Structure =
    /blog/%postname%/

    But your wpdmpro Custom Post type is keeping that permalink structure for both Categories and Tags.

    For example
    Tags look like this: https://domain.com/blog/document-tag/biology/
    Categories like this: https://domain.com/blog/downloads/bay-area-science-festival-basf/

    I need those without the /blog/

    If I were generating my own custom post types and custom taxonomies & tags, I would define “with_front = false”

    Can you provide a snippet to change your taxonomy and tag structure?

    #191061

    Nayeem Riddhi
    Moderator

    Hello Peelle Door,

    Hope you are well. Can you please let me know which shortcode you are talking about? Have you checked this shortcode too?

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

    please check and let me know

    Thank you and regards


    Matt DeBord
    Participant

    We recently purchased the WPDM Pro version to update our very old outdated version of WPDM. Our old version was 4.4.0, which I have been told is a very old Pro version. The old version of our WPDM plugin is so old that the author is “Shaon” not “W3 Eden”. In the old version the WPDM Archive page extension is installed as its own plugin with its own directory under the Plugins directory, and listed as a plugin on the plugins page (Version v2.7.0). When we first update WPDM we get an error when a user tries to access a page with packages on the front end. The “Loading” button just spins in circles indefinitely and we receive the following error in our error log:

    PHP Fatal error: Uncaught Error: Class ‘wpdm_pagination’ not found in /nas/content/live/beaconinvstdev/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php:450#012Stack trace:#012#0 /nas/content/live/beaconinvstdev/wp-includes/class-wp-hook.php(310): WPDM_ArchivePage->GetDownloads(”)#012#1 /nas/content/live/beaconinvstdev/wp-includes/class-wp-hook.php(334): WP_Hook->apply_filters(NULL, Array)#012#2 /nas/content/live/beaconinvstdev/wp-includes/plugin.php(517): WP_Hook->do_action(Array)#012#3 /nas/content/live/beaconinvstdev/wp-settings.php(654): do_action(‘wp_loaded’)#012#4 /nas/content/live/beaconinvstdev/wp-config.php(127): require_once(‘/nas/content/li…’)#012#5 /nas/content/live/beaconinvstdev/wp-load.php(50): require_once(‘/nas/content/li…’)#012#6 /nas/content/live/beaconinvstdev/wp-blog-header.php(13): require_once(‘/nas/content/li…’)#012#7 /nas/content/live/beaconinvstdev/index.php(17): require(‘/nas/content/li…’)#012#8 {main}#012 thrown in /nas/content/live/beaconinvstdev/wp-content/plugins/wpdm-archive-page/wpdm-archive-page.php on line 450

    When we go to the plugins page we see that an update is available for WPDM Archive Page from version v2.7.0 to v4.4.6. When we click to update this we are redirected to the Settings > Updates page where it says “Update” next to WPDM Archive page. One the update button is clicked the Product “WPDM Archive Page” disappears from the list of products and the directory WPDM Archive Page also disappears from the directory itself. WPDM Directory Add – On now says installed (Not sure if this was a replacement for WPDM Archive Page or not). When visiting the front end page the packages are displayed on we now get a new “On Page” error:

    [wpdm-archive button_style=”primary” link_template=”560b9d89714c6″ order_by=”post_title” order=”desc” items_per_page=”999″ cat_view=”compact”]

    Can someone explain what is going on here and how we can resolve this?

      It is my belief that in order to resolve this we need to “purchase” the WPDM Directory Add-On and change all of the short code examples of wpdm-archive to wpdm_archive, but would like confirmation that this is what is needed.


    David Green
    Participant

    Hi all,

    I have a pro license and I have created 2 dummy packages containing 1 PDF download.
    The packages are available to all.

    When I either login as an administrator or a subscriber, into the dashboard I can see the packages but when I click on them all I get is the title of that package as a blank page? So In the dashboard I have displaying the last 5 history downloads and this is where you see the packages to download, click on them and blank. Or as the administrator of the site if I click on the permalink of that package, again just the title of that package and no files to download.
    I have created a dashboard page with the shortcode – [wpdm_user_dashboard signup=1 flaturl=0] And it displays ok.
    I have created a my-downloads page with the shortcode – [wpdm_all_packages login=1 thumb=1 items_per_page="20" 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 this too works fine.

    However, when I click on the package BTN it goes to /download/btn/ and just the title displays – nothing else.

    I would really appriate a quick answer from support please – urgent client request.

    Thank you


    Michael Green
    Participant

    Hi,

    I have two questions.

    1. When I disable “Ask for billing address on checkout page” in the Premium Package Settings it does not work. The billing information still displays in the checkout page. I must use a child theme and customize checkout-billing-info.php. Is there a way to make this function work?

    2. I am building a subscription-based site where 1,000’s of products will be available to subscribers. In the user’s Dashboard when you click on “My Downloads” under the Membership section it lists all products, however, with 1,000’s of products that feature is pretty useless as it is out of the box. How can I customize that option to display something different or simply remove that option from the menu?

    Thank You

    #190859

    Nayeem Riddhi
    Moderator

    I have adjusted the settings from Downloads > Settings > FrontEnd Access > Author Dashboard > Allowed User Roles to Create Package From Front-end as I image attached,

    2023-09-04-211030

    It is working properly now, https://www.technocracy.news/downloads/wpdm-test/. please check and let me know

    Thank you and regards

    #190822

    Patrick Wood
    Participant

    Login: https://www.technocracy.news/wp-admin/

    Username: nayeem
    Email: support@wpdownloadmanager.com
    Password: M9nq80qmgyCOxh8pgpl)1h0V

    Failed pages: https://www.technocracy.news/downloads/

    I tested other shortcodes successfully. Only DMP shortcodes are failing.

    This site uses Paid Memberships Pro for member access.I can no see conflict there, especially with Admin access.

    Thanks

    Pat


    Tanvir
    Spectator
    This reply has been marked as private.
    #190797

    Rainer Bartolain
    Participant
    This reply has been marked as private.
    #190757

    Ryan Stueve
    Participant

    Hi Tanvir,

    As stated in my previous ticket, all users are required to have access on our site…it is locked down with SSO so we don’t have guest users. Please refer to my original request with the history of the issue as others are having it too: https://www.wpdownloadmanager.com/support/topic/stats-pulling-guest-user/#post-190461

    It pulls as “guest” for the first few downloads, then starts logging the user correctly. It is clearly a glitch within Download Manager that Shahjada claimed was fixed back in May, but continues to persist.

    #190751

    Tanvir
    Spectator

    Hello,

    Thanks for contacting us.

    username will be showed for the users who are registered in your site. If they are not logged in then download file, it will be also considered as guest.
    I hope you have got it. If you want that no guest will be able to downloads, then set allow access by user roles. Then users will only be able to download by login to your site.

    Thanks

    #190690

    Hello. We’ve been using the download manager for many year, it was an older version I think 4 or something and it always worked great. We use it so clients can download updates for our program. Now I had to update to the latest version because the version we used kept saying invalid license key (eventhough it was the right one that we just renewed).

    Now our downloads no longer work, we get “Invalid File Type (*.exe)!”.

    Eventhough under settings – general I added .exe for allowed file extenstions and under frontend settings -Allowed File Types From Front-end: I also added .exe

    Can this be resolved? Because the only reason we’re using this download manager is to upload and download .exe files.

    Also when I try to make a new package and I just a file to upload, or choose a .exe file from the server it shows up added to the package but then when I click publish or update it removes the file.

    #190637

    In reply to: A couple of questions


    Tanvir
    Spectator

    Hello,

    Thanks for contacting us.
    1. Not possible. You can export all stat from Downloads > Stats menu
    2. Discount using IP is not possible

    You may need customization service. For customization service please contact here.

    Regards
    Tanvir

    #190520

    Autoescuela Gala
    Participant

    When you click on the download, a critical error appears in all the downloads generated.

    #190466

    Michael Green
    Participant

    Maybe a stupid question. Under package – pricing and discounts there is an option for “Assign Role”. It forces the selection of a user role, even when importing packages it auto-assigns a role. There isn’t an option for NONE or NO ROLE. I’m thinking this came from the installation of “WPDM – Advanced Access Control” that I installed when trying to limit access to products for non-logged in users.

    Will the auto-selection of a user role interfere with membership downloads where members get a 100% discount on package downloads?

    Must a user role be assigned to the same user role of a regular non-member customer in order for them to purchase and download a package?

    What are the scenarios where this Assigned Role is either valid or invalid since it can’t be set to None?

    Thanks for your most excellent support.

    I just updated the plugin to 6.4, and this shortcode is no longer working:
    [wpdm_all_packages jstable=1 cols="page_link,file_count|categories|download_link" colheads="Title|Categories|Download"] – had no issues on 6.3.6.

    I have my site set so that downloads are only available to logged in users – if you visit https://wptest.wprnd.net/downloads-index while NOT logged in, you can see one download in the list. This download allows access to all visitors. All others are limited to certain user roles, and are not displayed. However, when I am logged in, no downloads are listed (should be a large list, plus the one w/ access to all visitors).

    All was fine on 6.3.6. Please let me know if you have questions, or when an update is released. Tks

    #190439

    In reply to: Category Settings


    Michael Green
    Participant

    Ok. Specifically, it’s the download category pages such as https://vogueplr.com/downloads/ebooks/


    Hyndburn ICT
    Participant

    Hello,

    We have just updated the theme within our WordPress site. However, after updating the theme some of the downloads have stopped working. However, other downloads from the same location work as expected. It just seems some of the downloads have corrupt as the download page does not load. However, when you click edit package the download shows as attached with the ID number.

    Is there any resolution for this without having to manually upload the broken downloads again?

    Many thanks,
    Owen

Viewing 25 results - 426 through 450 (of 4,372 total)