Search Results for 'download link'

Viewing 25 results - 351 through 375 (of 9,326 total)
  • Author
    Search Results

  • Poshnjari
    Participant

    Hi, I need to edit or add tab for more options to Package Settings
    How can you do this please?

    #198318
    This reply has been marked as private.

    Hi,

    I’m having an issue where when I embed a post into a download page, it embeds in the editor but then shows a non-linked URL only.

    You can see what I mean by looking at this link:

    https://techygeekshome.info/wpdm-package/windows-lock-screen-changer/

    You can see the links, but not embedded. Embeds on all my normal posts work fine.

    Any ideas?

    #198313

    Hi there,
    When an admin-user tries to change his password via lost-password-link the message ‘Password update is disabled for this user!’ is shown.

    I see this behavior in the file wp-content/plugins/download-manager/src/User/Login.php but I don’t know why only users NOT having the “manage_options”-right should be able to change their passwords.

    Thanks for any advice 🙂

    Chris

    #198277

    Nayeem Riddhi
    Moderator

    If you have already developed a shortcode or template tag, you can also try in the template PHP file like this,

    <?php echo do_shortcode('[wpdm_url_ae]');?>

    You can edit/create a new template from download-manager\src\Package\views\link-templates or download-manager\src\Package\views\page-templates dir. For making backup your file you may follow this doc,

    Template Files

    Please kindly check and let me know.

    Thank you and regards

    #198269

    Ryan Stueve
    Participant

    PDF Viewer has been giving us trouble, so I’m trying to create a page template with an iframe to embed my PDF previews in to test if this might work better for us. I have it set up and working properly if I put a link to a specific PDF in my template (For example: https://mywebsite.com/wp-content/uploads/download-manager-files/myfile.pdf), but when I try to change the src url to make it dynamic, it doesn’t work. I need a shortcode for the direct file url (not download link), but I don’t see that as an option in my research.

    I’ve also tried just hard coding the beginning of the URL and adding the shortcode for the file list (example: <iframe src="https://mywebsite.com/wp-content/uploads/download-manager-files/[file_list]"></iframe>), but that doesn’t allow me to add that file extension to the end of the URL just before because there’s html that is injected around that file name to put it in its own table:

    <div class="w3eden">
      https://resources.advisorsexcel.com/wp-content/uploads/download-manager-files/
        <div data-packageid="68947" id="wpdm-filelist-area-68947" class="wpdm-filelist-area wpdm-filelist-area-68947" style="position:relative">
          <table id="wpdm-filelist-68947" class="wpdm-filelist table table-hover">
            <thead>
              <tbody>
                <tr>
                  <td>
                    myfile.pdf</td>

    Does something like this exist or is there a way to create my own tag that would do this?


    Ken Panitz
    Participant

    We are running WP Download manager on our NFPs WordPress site. We have enabled the Frontend upload function so our members can share content with other members. This is all working except the ability to share a URL link. The ‘URL’ tab in the ‘Attach Files’ section is unresponsive.
    We have done basic trouble shooting, including:
    1. Checked Plugin Settings: It seems the Frontend Access settings are correctly configured.
    2. Updated Plugins and Themes: WP Download Manager and all other plugins and themes were updated.
    3. Disabled Conflicting Plugins: All other plugins were temporarily disabled to see if there is a conflict.
    4. Checked Browser Console for Errors: We opened our browser’s developer console and saw no JavaScript errors.
    5. Clear Cache: We cleared our browser cache.
    Our next step was to delete and reinstall WP Download Manager but I thought we should check with yourselves first. Any suggestions?

    #198239

    Nayeem Riddhi
    Moderator

    Hello Sam Desmet,

    Hope you are well. We have all products which you are looking for , some links I am sharing with you,

    Premium Package – WordPress Digital Store Solution

    WordPress PDF Viewer

    WordPress PDF Stamper Plugin

    you can also check our download manager pro version features here,

    Pricing


    For All add-ons, you can check here,
    https://www.wpdownloadmanager.com/downloads/add-ons/
    Please kindly check and let me know.

    Thank you and kind regards


    Nayeem Riddhi
    Moderator

    The frontend upload option is available in the PRO version, please kindly check here,

    Pricing

    And 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. Please check and let me know

    Thank you and regards

    Thank you and kind regards

    #198204

    Bryan Bishop
    Participant

    We are in the process of launching a site using Download Manager and Private Messages, and have encountered a huge blocker.

    To recreate the issue, perform the following steps . . .

    When you click Messages, you get this:

    This page doesn’t seem to exist.
    It looks like the link pointing here was faulty. Maybe try searching?

    I’ve tried changing the configuration, creating a new user (only Soundtracks Manager roles have this experience), but nothing is working.

    The client is upset, because we were supposed to launch this week.

    Could you assist?


    substance151
    Member
    This reply has been marked as private.

    substance151
    Member

    The plugin code is showing wrapped around a non-functional Download button.

    Here is a screenshot of the code that shows after a successful form submittal:
    https://drive.google.com/file/d/1yZnhQIiNWsOoXb6e-dHaDoUU-3gsXdNs/view?usp=sharing

    If the user refreshes the page, the code works. Perhaps an auto-refresh on form submit would be a possible fix?

    Below is the code in question which appears several times in the wpdm-form-lock.php file.

    <hr style=’margin: 0 0 10px 0’/><i class=’fa fa-downlaod’></i> ” . $link_label . “”

    Notice there is also a typo in your code ‘fa-downlaod’ that you will want to correct.


    Nayeem Riddhi
    Moderator

    Hello Ben Walker,

    Hope you are well. Thanks for writing to us. If you check documentation here, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/, you will find shortcode has template parameter,

    [wpdm_archive_filter items_per_page="12" template="link-template-default" cols=1 colspad=1 colsphone=1]

    You can customize the link template and use it according to your requirement. Please kindly check and let me know.

    Thank you and regards


    Ben Walker
    Participant

    Hi,

    Loving the design of the [wpdm_archive_filter items_per_page=”9″ template=”fresh_card” cols=3]

    Is it possible to keep the same design and just remove the download button? so instead users have to click on the file/link to get to the download button?


    G4D
    Participant

    Is there any way to change the default settings for this?

    Generate Temporary Download Link

    I want it to default to Usage Limit = 10 / Expires Days = 60

    Thank you for your help.


    Silvija Safranko
    Participant

    Hello,

    I’m using list all downloads in tabular format and create (published) date column not working. It display only update date. I’m using following shortcode:

    [wpdm-all-packages categories="xxx,xxx,xxx,xxx,xxx," items_per_page=20 template="osnovni"cols="title,file_count,download_count|categories|publish_date|download_link" colheads="Naziv dokumenta|Kategorije|Datum nastanka|Preuzimanje::155px"]

    Any help?

    Thanks

    #198108

    Nayeem Riddhi
    Moderator

    If anyone copy the download URL and share it with others, then it can happen otherwise, the package will require a login to access the download link. I hope you have understood. Please kindly check.

    Thank you and regards

    #198098

    Nayeem Riddhi
    Moderator

    Hello wenjay tew,

    Hope you are well. Thanks for writing to us. You can keep unmask download link as I image attached from settings,

    2024-08-19-105138

    Thus, bots will be able the find any public download link easily. Please kindly check and let me know.

    Thank you and regards

    #198096

    substance151
    Member

    I am experiencing the same issue with the plugin code appearing wrapped around a non-functional Download button. If the user refreshes the page, the code works. Perhaps an auto-refresh on form submit would be a possible fix?

    Here is a screenshot of the code that shows after a successful form submittal:
    https://drive.google.com/file/d/1yZnhQIiNWsOoXb6e-dHaDoUU-3gsXdNs/view?usp=sharing

    Below is the code in question which appears several times in the wpdm-form-lock.php file.

    <hr style=’margin: 0 0 10px 0’/><i class=’fa fa-downlaod’></i> ” . $link_label . “

    Notice there is also a typo in your code ‘fa-downlaod’ that you will want to correct.

    #198067

    Future Media
    Participant
    This reply has been marked as private.

    Krishna Bendapudi
    Participant

    Hi,
    I am currently exploring all the options of WP Download Manager to achieve my goals

    First, I need to include only a download link in my CF7 form customer mail message body
    Please note: the download should generate once only after successful form submission, mustn’t allow multiple downloads, and no public view of the download item.

    Second, I tried testing this Enable Form Lock with a Test item, In the download page it is not working as expected just loading endlessly

    Please share the solutions with step by step approach for the both at your earliest convenience

    FYR website: https://ritesoftware.com
    Test download item link: https://ritesoftware.com/download/test-file/

    #198059

    Nayeem Riddhi
    Moderator

    For #1, For Link template applying to all documents/packages you may check this add-on, https://www.wpdownloadmanager.com/download/wpdm-default-values/

    For #2, Please kindly check now, I have adjusted Allowed file types to upload settings from Downloads > Settings

    For the third query please kindly check the shortcodes from here, https://www.wpdownloadmanager.com/doc/short-codes/. Please kindly check and let me know.

    Thank you and regards

    #198056

    Liyu Nalven
    Participant
    This reply has been marked as private.
    #198042

    Liyu Nalven
    Participant

    Nayeem,
    Thank you for the quick response!
    I did watched the video and check all the documentation, but I still can’t fix.
    Here is the problem I have:
    When I first download Download Manager, I used the free version, didn’t do any configuration, then download the addon to transfer files from WP-Filebase, the file link template was set to Panel,then I go to Settings – Frontend access, set the file template to Call to action 3, and saved.
    But this setting didn’t change the template on the front end, you can see only the file that I manually set to Call to Action 3 template display the right format from this page: https://www.linortek.com/downloads/documentations/

    #198033

    Burkhard Asmuth
    Participant
    This reply has been marked as private.
Viewing 25 results - 351 through 375 (of 9,326 total)