Search Results for 'download link'

Viewing 25 results - 4,626 through 4,650 (of 11,356 total)
  • Author
    Search Results

  • Nayeem Riddhi
    Moderator

    From the shortcode,

    [wpdm-archive button_style="default" link_template="link-template-panel" items_per_page="10" category="category-slug" order_by="field-name" order="asc or desc" login=1]

    you can create a custom link template and include a template tag called [file_list], it will enable you to download the single file. and you can refer to the link-template within the shortcode.

    I hope it may help you.

    Thanks.

    • This reply was modified 6 years, 4 months ago by Nayeem Riddhi.
    #127284

    John Gelson
    Participant

    Exactly how do we get our site to look like the demos? (https://themes.wpdownloadmanager.com/verse/) I just want it to look like that. I can take it from there. I’m close to getting it to work, but it has many missing items. Import says it couldn’t import about 10 items, and the links are from like 2013, so I assume it’s been changed. I’m new to wordpress, so not sure where to go from here. It doesn’t say I have to purchase any package, but not 100% sure.

    Thank you.

    #127246

    In reply to: New Page Template


    Varinder Singh
    Participant
    This reply has been marked as private.
    #127179

    Dan Blücher
    Member

    I dont get the nice options under settings. My version is old style with underlined links. Clicking on them dosnt work. One example: When I click User Interface – nothing happens. Im still on the same “old” page. I have a paid for “Download Manager Pro v5.0”

    #127153

    In reply to: get unmasked file link


    Nayeem Riddhi
    Moderator

    Hi,

    Do you want to get the real path like a flat path? If you unmask download link, bots will be able the find any public download link easily. and for the getting flat path, you can activate flat download URL beta, it may not work properly or work properly because it is running in the testing purpose. let me know.

    Thanks.

    #127148

    Sinan Ünal
    Participant

    Hi, I am trying to change the Limk template to integrate the PDF.js viewer instead of downloading the file. The reason is that we dont want users to save, download or print the pdf files.The problem is, that pdf.js needs the real link to the downloadable file. I changed the option for masking / unmasking the link but I always get the same something like:
    /download/b-plan-haus-felicia-versand-an-rp-31-03-2020-pdf/?wpdmdl=6553&refresh=5ea98c09afe501588169737

    when using the tag [download_url] in Templates. I need the real url of the file. How can I fix this problem??

    #127135

    BM SG
    Participant

    Hello, please help me, some of my visitors are saying that they can’t download the files form the download page. It ask for authorization in google drive. I already setup the sharing option into “anyone with the link can access no login required” but the problem is still there.

    #127082

    Nayeem Riddhi
    Moderator

    Hi,

    Are you trying to do it one page, like loop through all packages, and also want to create a custom dynamic link for download link label? please let me know.

    Thanks.

    #127079

    coleton Dopp
    Participant
    This reply has been marked as private.
    #127075

    V. M.
    Participant

    Hello…the download links, download buttons work; but the files show up as 0kb? I get an error message.

    “This file does not have an app associated with it for performing this action. Please install an app or, if one is already installed, create an association in the Default Apps Settings page.


    coleton Dopp
    Participant

    I’m linking in the packages expecting to start a download but it re-directs me to a page named after the package I created every time?
    I’m simply posting [wpdm_package id='1684'] into the table i want the download clickable from and instead the download button takes you to a page named after the download package?

    #127001

    twomuch
    Member
    This reply has been marked as private.
    #126996

    Nayeem Riddhi
    Moderator

    Hi,

    For #option1, please your related page link and site URL

    For #option2, Short-code for generating tree view of all packages and categories:

    [wpdm_tree]

    are you talking about this? this is related to this add on, https://www.wpdownloadmanager.com/download/wpdm-extended-short-codes/.

    Thanks.


    Jipsa de Groot
    Participant

    Hi there,

    My client would like the option to filter packages by tags in the ‘wpdm_all_packages’ shortcode.
    I’ve managed to add tag support by copying the ‘wpdm-all-downloads.php’ file to a ‘download-manager’ folder in my child theme and adding the following code:

    // CUSTOM ADDITION: TAGS
    		$tags = get_the_tags(get_the_ID());
                    $ftags = array();
    
                    if (!empty($tags)) {
    		    foreach($tags as $tag){
    		    //$taglink = get_tag_link($tag->term_id);
                        $ftags[] = "<a class='sbyc' href='{$cfurl}{$tag->slug}'>{$tag->name}</a>";
                    }
                    $tags = @implode(", ", $ftags);
    				}

    and

    case 'tags':
          echo "<span class='__dt_categories {$cxc}'>".$tags."</span>";
     break;

    This works fine as far as displaying the tags in the table, but it does not allow us to filter the results using the tags.
    When we click on a tag, the table shows ‘No results’.
    I’m assuming that the dataTables files have to be edited in some way to add tag support there? Or is there another solution?
    Could you point me in the right direction to get this to work?

    #126934

    Varinder Singh
    Participant

    Is it possible that in some packages, the download button takes the user to a different link on an external site.

    #126897

    In reply to: AMP Hates WPDM?


    Peter Barus
    Participant

    The default didn’t do anything, so I tried others, ending with this one:

    [wpdm-archive button_style=”default” link_template=”link-template-panel” items_per_page=”10″ category=”category-slug” order_by=”field-name” order=”asc|desc”]

    Clearly something else is going on. The page remains the same, not a table, no download buttons, and detail pages also have no download button.

    #126876

    In reply to: Thumbnail resizing


    Hayder Jawad
    Participant

    Hi,
    In original image there is no white areas, I think the download manager plugin is adding these white spaces to be square as I set in the link template ?

    Another thing, what I should do to have zoomed cropped image, like below
    a
    Thanks.

    #126875

    Juliane Bob-Fuchs
    Participant

    The standard works. But I use this:

    [wpdm_all_packages items_per_page="30" jstable=1 order_by="field_name" order="ASC/DESC" cols="title|download_link|categories" colheads="Title|Download|Partner"]

    #126869

    Nayeem Riddhi
    Moderator

    Hi,

    I have adjusted it, you should follow the instruction, I have just done with the page default template like

    <a href="[download_url]" class="btn btn-primary" target="_blank">[link_label]</a>

    please check, it is working with all your packages now which are set as the default page template.

    Thanks.

    #126865

    Nayeem Riddhi
    Moderator

    You can use the email lock option, that enables you to send the download link, after filling the form. Otherwise for checking or clicking the icon for sending the email, it may need some customization, you knock here, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade

    Thanks.

    #126850

    ibradley
    Participant
    This reply has been marked as private.
    #126688

    V. M.
    Participant
    This reply has been marked as private.
    #126643

    Patrick Hunter
    Participant

    A new box and Close link has appeared on my home page below the footer. I have traced it to the Dowload Manager.

    Here is the code that is generated.

    <div class="w3eden">
                <div id="wpdm-popup-link" class="modal fade">
                    <div class="modal-dialog" style="width: 750px">
                        <div class="modal-content">
                            <div class="modal-header">
                                  <h4 class="modal-title"></h4>
                            </div>
                            <div class="modal-body" id="wpdm-modal-body">
                                <p class="wpdm-placeholder">
                                    [ Placeholder content for popup link ]
                                    <a href="https://www.wpdownloadmanager.com/">WordPress Download Manager - Best Download Management Plugin</a>
                                </p>
                            </div>
                            <div class="modal-footer">
                                <button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
                            </div>
                        </div><!-- /.modal-content -->
                    </div><!-- /.modal-dialog -->
                </div><!-- /.modal -->
    
            </div>

    I cannot see where in the settings this is set. Pleae advise.

    #126567

    Rob Hole
    Participant

    Hello,

    We are using WordPress Download Manager Special Pack in my site and using a shortcode as below.

    “[wpdm-archive button_style=”default” link_template=”link-template-panel” items_per_page=”-1″ category=”council-agendas” order_by=”title” order=”desc”]”

    We get listing of pdf in descending order but can’t get order_by: title.

    URL: https://www.elkpoint.ca/governance/council-agendas/
    SS for the same: https://share.getcloudapp.com/nOu8eLA6

    We hope to get the proper way to resolve it.

    Thanks in Advance.
    Rob Hole

Viewing 25 results - 4,626 through 4,650 (of 11,356 total)