Search Results for 'download link'

Viewing 25 results - 726 through 750 (of 9,311 total)
  • Author
    Search Results
  • #191623

    Laura Miner
    Participant

    Hi, thanks for getting back to me. The error comes up when clicking the download link in the email and the download button on the package. It’s a popup that I believe has the the WPDM logo. The login credentials haven’t changed since earlier in this thread. Thanks for your help!

    #191608

    Laura Miner
    Participant

    Hi again, I tried this. However today I am still receiving emails from our readers that they’re getting ‘Invalid Link’ messages. I tested it myself just a few minutes ago, and I got the same invalid link message when I tried to download via email. I have to keep manually clearing the entire site cache in order to get this to resolve. Were you able to look at the suggestion from BigScoots? I’d really like to keep using the plugin but this is causing me to lose a lot of our readers and customers. For every complaint I get, I have to assume many more simply leave my site and don’t return.. it’s really bad UX. Would appreciate any help you can give me.


    Mathieu Rougeron
    Participant

    Hello
    I have already sent a question about this some months ago, but after having renewed my license, the problem occurred again.
    So this is he problem : I have a dozen of downloadable files on my WP site. But below each page, there are automatics navigation hyperlinks to with to an other downloadable file. This is a feature I want to delete, in order to get some privacy. I don’t want a user to see other downloadable files, if I send him one unique URL.
    Can you please help me to fix that ? it worked during some months… but the problem is back again.
    Thanks in advance.

    #191592

    Tanvir
    Spectator

    Hello,

    I have just checked it. Please make sure the app is created and activated properly from here and it is working as I see the below worning.

    image

    For facebook, I found that no app is created and linked from Downloads > Settings > Social Settings . That is the reason it is not working too.

    Regards
    Tanvir

    #191494

    JUAN TELLO
    Participant

    Hi, we have a problem with the link template. We want to change the code to show an icon instead of the text Download with a link to a popup window, but the code doesnt work. This is the code.

    <div class=”link-template-default card mb-2″>
    <div class=”card-body”>
    <div class=”media”>
    <div class=”mr-3 img-48″>[icon]</div>
    <div class=”media-body”>
    <h3 class=”package-title”>[page_link]</h3>
    <div class=”text-muted text-small”><i class=”fas fa-copy”></i> [file_count] [txt=file(s)] <i class=”fas fa-hdd ml-3″></i> [file_size]</div>
    </div>
    <div class=”ml-3″>

    </div>
    </div>
    </div>
    </div>

    #191493

    Petr Čmuchálek
    Participant

    Hi, I have the following issue with the WPDM plugin and its Advanced Access Control extension. The plugin is supposed to manage access to downloadable files. However, I’ll provide an example that, in my opinion, has security issues. For instance, I have two users, user1 and user2. I also have file1. For file1, only user1 is granted permission to download it (configured using the Advanced Access Control – settings Members). When I log in as user1, the system appears to be fine, and I can see and download file1 (the download link looks something like https://www.domain.tld/?wpdmdl=idfile&refresh=uniqid). However, when I log in as user2, who is not supposed to have access to file1, I can still see file1 in file list. The good thing is that there is no “Download” button. However, if I manually enter the download link in the browser while logged in as user2 (https://www.domain.tld/?wpdmdl=idfile&refresh=uniqid), the file gets downloaded. Why, user2 has no access. Why is it that user2 can download file1 when they shouldn’t have access? I see this as a security issue and a fundamental flaw in the Advanced Access Control plugin. The link even works without the refresh variable, just with the id (https://www.domain.tld/?wpdmdl=idfile). This would allow any user with access to their files to download files of all other users. How to address this issue? Is it a configuration problem, or is the plugin designed incorrectly?

    #191450

    In reply to: Simple Search


    Tanvir
    Spectator

    Hello,

    Thanks for contacting us.

    1. To update templates of wpdm directory addon ,
    Please follow:
    image
    For advanced search left, the templates are located in ../src/templates/filter/views

    2. You should add category paramter there then category slug. Example: [wpdm_archive_filter items_per_page=”10″ template=”default” cols=3 category="category-slug"]

    3.It is possible with wpdm pro. Please make sure you have activated download manager pro in your site. Latest version is 6.4.2

    4. You just need to add link template id in the parameter in the shortcode.Example: template="image_hover"

    Regards
    Tanvir

    #191444

    Humayon
    Spectator

    Hello Holger,

    Thank you for writing to us.

    To achieve your referred requirements you have to modify the related link template by following this instruction: https://www.wpdownloadmanager.com/doc/template-files/.

    In the related template file, please use the [download_url] template tag which should enable the direct download instead of going to the single files and opening in a new tab as well.

    For example code; <a href="[download_ur]" target="_blank" rel="noopener">Download Now!</a>

    You may check our documentation for more details: https://www.wpdownloadmanager.com/doc/templates/template-tags/.

    With Regards

    #191387

    In reply to: Site Down


    Shahjada
    Keymaster

    As I checked now, download is working fine. For about the link sent to email, you set the expiration time 3 mins only.
    After 3 mins they are going to expire.

    https://prnt.sc/nce9Hcn03hEo

    I’ve activated auto-clean cache option to keep the session table clean. So, the issue should be resolved now.

    Also, Your can configure a cron job from your hosting control panel using the url in privacy page for reliable cron execution.


    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.

    #191362

    In reply to: Site Down


    Laura Miner
    Participant

    Hi again, my site is back up but I’m getting dozens of emails every hour with people getting an “invalid link” error when they try to download the printables. I’ve cleared the cache but now it seems like half of my readers can’t access downloads. Are you able to assist with this?

    #191359

    Nayeem Riddhi
    Moderator

    Sorry for the inconvenience. Can you please try this code in your Link Template,

    <a href="[download_url]" data-package='[ID]' class="wpdm-download-link wpdm-download-locked btn btn-primary"> [title] </a>

    please check and let me know

    Thank you and regards

    #191358

    Josh Rudzek
    Participant

    Thank you for your help!

    When I use this code:

    <!– WPDM Link Template: Default Template –>

    <div class="link-template-default card mb-2">
        <div class="card-body">
            <div class="media">
                <div class="mr-3 img-48">[icon]</div>
                <div class="media-body">
                    <h3 class="package-title">[page_link]</h3>
                    <div class="text-muted text-small"><i class="fas fa-copy"></i> [file_count] [txt=file(s)] <i class="fas fa-hdd ml-3"></i> [file_size]</div>
                </div>
                <div class="ml-3">
                    [download_link]
                </div>
            </div>
        </div>
    </div>

    everything works.

    When I try this code:

    <!– WPDM Link Template: Default Template –>

    <ul class="nodaljump docs">
      <li>
        <a href="[download_url]"><i class="red far fa-file"></i>[title]</a>
      </li>
    </ul>

    It loads visually but it doesn’t seem like the JS works.

    it just refreshes the page.

    Here is the displayed code:

    <ul class="nodaljump docs">
      <li>
        <a href="#"><i class="red far fa-file"></i>Test File Upload</a>
      </li>
    </ul>

    The page you referenced said that shortcode [download_url] will only work if no lock is applied. I’m using the captcha lock…which is the whole point of for me of using the plugin.


    fiddla
    Participant

    Hi

    We are getting the following Deprecated errors from WPDM Pro. Is this something you’re aware of or do you think this could be something in our setup that we need to look into?

    Thanks very much.

    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_author is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_date is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_date_gmt is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_content is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_title is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_excerpt is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$comment_status is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$ping_status is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_password is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_name is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$to_ping is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$pinged is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_modified is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_modified_gmt is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_content_filtered is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_parent is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$guid is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$menu_order is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_type is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$post_mime_type is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$comment_count is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$filter is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$author_name is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$author_profile_url is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$avatar_url is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$avatar is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$thumb is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$preview is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$page_url is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$page_link is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$page_url_qr is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$btnclass is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$download_url is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$download_link is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$download_link_extended is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$download_link_popup is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$formatted is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$__template is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383
    [15-Nov-2023 12:22:51 UTC] PHP Deprecated: Creation of dynamic property WPDM\Package\Package::$__template_type is deprecated in …/wp-content/plugins/download-manager/src/Package/PackageController.php on line 383

    #191338

    In reply to: All_packages


    Shahjada
    Keymaster

    Hi,
    Got it now, in that case, you can’t use the shortcode, instead you need to use shortcode https://www.wpdownloadmanager.com/doc/short-codes/wpdm_packages-wp_query-in-a-shortcode-for-download-manager-packages/
    Also, you need to use a link template with [file_list] tag.

    Finally, you will need another add-on for selective file download:

    WPDM – File Cart

    #191332

    Sabine Jürges
    Participant

    Hi, did you change anything?

    Because I made a purchase right now, and I have again an english email as a customer information. I already translated it into german and I have that link in my email:

    You can download your purchased item(s) from the following link:

    An der Kasse

    And the link is not the correct one. So, unfortunatley it is not working for me 🙁

    Can you please test it with two handbooks, you buy?

    #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

    #191313

    Shahjada
    Keymaster

    Hi,
    I’ve added the following css in your customizer to make the button vertically centered:

    .link-template-default.card .wpdm-download-link.btn.btn-primary {
      margin-top: 7px;
      margin-right: 5px;
    }
    
    #191271

    Shahjada
    Keymaster

    Everything was explained here
    https://wordpress.org/support/topic/no-download-link-after-purchase-2/#post-17197785


    @sabine-juerges
    , please send us temporary wp-admin login info in a private reply, we shall set it up there for you.

    #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

    #191263

    Ebru Naz İşanç
    Participant

    Hello,

    We want to add nofollow tags to Download Manager’s link extensions.
    Our example link: https://www.freesvgdownload.com/download/baby-its-freaking-cold-outside-svg-png-free-cut-files/
    We activated the mask download link feature from the settings pane. But Google continues to crawl these pages. Can you please help us on how to give nofollow tags to these links?

    Thanks,

    #191262
    This reply has been marked as private.
    #191259

    Nayeem Riddhi
    Moderator

    You are sharing a direct download link. Can you please share the full file/package URL? please check and let me know

    Thank you and regards

    #191258

    David Ebreo
    Participant

    This is the URL
    `

    Home


    `
    There is no role restriction applied. As per my colleague, anyone who has the link should be able to download it.

    #191256

    Marco Houtgraaf
    Participant

    In the standard WP search, i type “toelichting”. A page with search results appears.
    The first result is “Toelichting op kaart 3.3” that has the link “https://oudbennekom.nl/download/toelichting-op-kaart-3-3/&#8221;
    When you click the link the page with URL “https://oudbennekom.nl/download/toelichting-op-kaart-3-3/&#8221; opens but it is the front page of the Woo shop.
    Now the funny thing: when i use the standard theme twentytwentythree the same search gives me the same result “https://oudbennekom.nl/download/toelichting-op-kaart-3-3/&#8221; However, when i click on it now, it does open the right page, the page with the download button.
    Remark: when i look at my server for “https://oudbennekom.nl/download/&#8221;, there is no such folder.

    I am using
    -the latest WordPress, Divi theme
    -The permalink setting in WP : https://oudbennekom.nl/voorbeeld-bericht/ (Message Name)
    -For Woo, i use “Custom base”. In my case: /winkel/
    -latest Download Manager, version 3.2.81 by W3 Eden, Inc
    -latest “Divi Easy Digital Downloads” Version 1.0.1 by DiviPlugins that adds Easy Digital Downloads modules to the Divi theme and builder.

    Any ideas what is happening here?

Viewing 25 results - 726 through 750 (of 9,311 total)