Search Results for 'download link'

Viewing 25 results - 3,026 through 3,050 (of 9,348 total)
  • Author
    Search Results

  • Ryan Irvin
    Participant
    This reply has been marked as private.

    Ryan Irvin
    Participant

    Thanks for the quick response.

    – CURL is enabled, version 7.71.0
    – allow_url_fopen is on
    – memory shouldn’t be an issue, with 1GB available

    Here is the warning that gets thrown in the PHP log:

    [24-Nov-2020 11:42:18 UTC] PHP Warning: Missing argument 4 for WPDMPP\WPDMPremiumPackage::hide_single_file_download_link(), called in /home/phot2daf/public_html/wp-includes/class-wp-hook.php on line 287 and defined in /home/phot2daf/public_html/wp-content/plugins/wpdm-premium-packages/wpdm-premium-packages.php on line 883

    Many thanks for your help!


    Nepeta Consulting
    Participant

    I have 2 installations, one with Download Manager Pro and the Document Archive add on and the second with just the Add on. Since updating to version 4.0.0 and also in 4.0.3, when the page loads it shows a “Loading” message but does not load any of the library content. When you select a category, it correctly loads documents but whe you go back “home”, it loads nothing.

    The shortcode I am using is
    [wpdm_archive button_style="primary" link_template="link-template-panel" items_per_page="20" category="category-slug" order_by="field-name" order="asc" cols="1" ]

    I have tried disabling the other plugins and running with Twenty Twenty theme and it does the same: works fine except at the top level.

    Please can you advise?


    Andreas
    Participant

    Hello, is it possible, to have a user-role, like administrator, being able to see and download directly all packages in the frontend by default. As I understand you have to assign a userrole first.

    Or at least can WPDM add a role to packages created in the frontend automatically.

    We want to use WPDM as an document-exchange platform. So admins need instant and direct access to the uploads of the paticipants.

    I also tried to add a direct-link to the package-list-items, but failed.
    /list-packages-table.php

    Kind regards
    Andreas Leinberger

    • This topic was modified 4 years, 7 months ago by Andreas.
    #141384

    In reply to: Import – Post ID


    Darren Hauck
    Participant
    This reply has been marked as private.
    #141374

    Ikram Dirujii
    Participant

    sir thank you i find the file but where i need to paste that script in these files please [link_label]

    • This reply was modified 4 years, 7 months ago by Ikram Dirujii.
    #141294

    In reply to: Link template


    Nayeem Riddhi
    Moderator

    Yes, you can change it from download-manager/tpls/link-templates/link-template-default.php file, and for next upgrade back-up, you may follow this doc, https://www.wpdownloadmanager.com/doc/template-files/

    thanks

    #141289

    Ikram Dirujii
    Participant

    Sir Please solve the server selecting problem it is very very important for me please i am adding the external link in the current situation for download, so please fix this problem for me

    #141274

    Nayeem Riddhi
    Moderator

    For opening in new windows, please add this code replacing [download_link] in page/link templates PHP file as i described above,

    <a href="[download_url]" onclick="window.open('[download_url]','newwindow','width=1200,height=800'); return false;" class="btn btn-primary" target="_blank">[link_label]</a>

    thanks

    #141240

    Ikram Dirujii
    Participant

    Yes Sir exactly, i want to open the waiting page to new tab, and when countdown finish then Download not should start automatically, it should show the Download button/link for again clicking
    Sir check this website, i want the same Feature.

    https://www.satdl.com/download/40948

    #141230

    Nayeem Riddhi
    Moderator

    I think you are trying to open the lazy download page in a new window and after countdown finish, appears the download link, please let me know if I get you

    thanks

    #141223

    In reply to: Download Count


    Nayeem Riddhi
    Moderator

    you can put/adjust the above code in your plugins>download-manager>tpls>link-templates/page-templates PHP files, please let me know if you need further help

    thanks

    • This reply was modified 4 years, 7 months ago by Nayeem Riddhi.
    #141206

    Nayeem Riddhi
    Moderator

    The progress bar is working fine now
    and for open in a new window, you may follow these procedures,

    by default, you are using link-template-default.php for link template and page-template-default.php for the page template. As documentation, you have to copy the file in the theme directory naming a folder called download-manager, then paste it in tpls>page-templates for page template or tpls>link-templates for link template. And you have to replace [download_link] with <a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a> in related PHP file. and for the back up the file, you may follow the link below documentation, https://www.wpdownloadmanager.com/doc/template-files/

    Thanks.

    • This reply was modified 4 years, 7 months ago by Nayeem Riddhi.
    #141150

    Nayeem Riddhi
    Moderator

    Are you using Download Instantly & Do Not Mail Download Link option? if possible, please, give your temporary wp-admin login details in a private reply for checking the issue

    Thanks

    #141113

    In reply to: Archive page sidebar


    Rafael Viana
    Participant

    Hello, did you pay attention to my request?
    I don’t want the blog sidebar on that page. I want a sidebar as you have on this demo: https://demo.wpdownloadmanager.com/wpdmpro/archive-page-sidebar/
    I gave you a link with an example, I think better than that it’s difficult to find…

    #141090

    Hi – sorry for not getting back to this sooner.

    I have tried with several different types of paths/links and none of them work. They all set it to root://, then when I update, it changes to root://wp-admin. I have to go in manually choose the directory on each download to correct the issue.

    #141080

    In reply to: Tag filter

    I was talking about the last issue that drafts are published to the archive page. You replied to that by saying the issue would be solved today. But the updated download manager didn’t fix that issue.

    This was my previous comment:

    There is another issue with the directory addon. Draft packages get also uploaded and can be found on the archive page when I use this [wpdm_archive_filter items_per_page=”12″ link_template=”link-template-card” cols=3 colspad=2 colsphone=1] short code at least.

    #141034

    In reply to: Form Lock not working


    Nayeem Riddhi
    Moderator

    Ok, one trick you can follow for the locked package, you can use [download_link_popup] template tag and change the download label as your package title for your specific packages

    thanks

    #141021

    In reply to: Form Lock not working


    Steve Laborie
    Participant

    Hi Nayeem …

    So, that is what I want …

    < a href=”[popup_link]”>[title]< /a >

    And now I read that its not working for locked packages ???

    And [download_link] generates the button again.

    We are at a total of 23 posts now over 7 days. Seriously ?

    • This reply was modified 4 years, 7 months ago by Steve Laborie.
    #141013

    In reply to: Form Lock not working


    Steve Laborie
    Participant

    Hi Nayeem. I tried the [download_link_popup] and it generates again a button with text downlad.

    I need the Title of the package as a simple Title of the package here

    Right now it does that with the various shortcodes …

    https://snipboard.io/LoBiwX.jpg

    This is what I want … Text Links

    https://snipboard.io/hImYt0.jpg

    Please let me know if the problem is that I cannot explain it properly. I will try what I can.

    #141008

    Tom
    Participant

    Hello dear download manager team,

    Today we unfortunately had to realize that all downloads (400+) no longer work. The download itself still exists, but no file is attached.

    The different documents still exist on the server, only the connection to the download package was removed.

    Of course, we can’t go through 400+ downloads now and attach the file again with every download. Is there a way to make this easier to do?

    I would be very happy to hear from you soon!

    Many thanks and best regards,
    Manuel

    #141005

    In reply to: Form Lock not working


    Nayeem Riddhi
    Moderator

    I think you can use [download_link_popup] instead of [popup_link] and [download_url] is working but for the mask URL, it is generating # only, I hope you have understood

    thanks


    Nayeem Riddhi
    Moderator

    Hi,

    For single file view button you need this add-on, https://www.wpdownloadmanager.com/download/wordpress-pdf-viewer/ and you have to use [pdf_gallery] template tag in your page/link template

    thanks


    Ikram Dirujii
    Participant

    Hey Sir I am wpdm pro user, I really like your plugin and I want to purchase for another website, but I am facing a problem which I already discussed on the forum, that I can not select the files from Cpanel, in the current situation I am adding files direct download links, because my select from server option not working, it gives me error 404, so without that feature wpdm is incomplete plz help me

    #140897

    In reply to: Form Lock not working


    Nayeem Riddhi
    Moderator

    Are these download packages title or other pages links?

    https://snipboard.io/hImYt0.jpg

Viewing 25 results - 3,026 through 3,050 (of 9,348 total)