Search Results for 'download link'

Viewing 25 results - 4,676 through 4,700 (of 9,382 total)
  • Author
    Search Results

  • Jefferson Stovall
    Participant

    When using the wpdm_package_form front-end uploader, the files are not being attached to the download.

    When viewing a resource package uploaded via the front-end uploader, we either have a “Download Error” with no link to download anything, or if we do have a download link, it produces a “download_not_available.txt” file that says that file is not available yet.

    Please advise what the issue may be or troubleshooting steps.

    #94443

    Shahriar
    Moderator

    You can use the /download-manager/languages/download-manager.pot file to create the translation file. But if you just want to chnage these 2 strings then here is the simplest way,

    Change the “Your Name” text from line no 1700 in /download-manager/wpdm-functions.php file.

    Use send_download_link_to_label hook to customize the “Send Download Link To:” text. Here is the code you have to add to your theme’s functions.php file.

    function wpdm_send_download_link_to_label( $text ){
        $text = 'Customized label for Send Download Link To:';
        return $text;
    }
    add_filter('send_download_link_to_label','wpdm_send_download_link_to_label');
    #94305

    In reply to: Similar downloads


    Shahriar
    Moderator

    You can use [similar_downloads] template tag in WPDM Custom link/page templates to show similar downloads. This tag shows downloads with similar tags.

    #94297

    Shahriar
    Moderator

    Hi,

    You have to customize wpdm-all-downloads.php template file to change the download button behavior. Create a custom template file for all downloads table to keep the changes even after the plugin update. Here is how you can do that,

    1 ) Copy the /download-manager/tpls/wpdm-all-downloads.php file.

    2 ) Place it in /active-theme/download-manager/ directory.

    3 ) Replace echo $download_link; with echo "<a target='_blank' href='".\WPDM\Package::getDownloadURL($data['ID'])."'>Download</a>"; in line no 355

    That should open the links in a new tab.

    Thanks.

    #94243

    Hi Shahriar

    Thank you for coming back to me but I am afraid that this is still not working. We are clearly making some progress as the files are now visible at the front end however:

    a. the file uploader is still not working from the file manager – front end
    b. I am unable to download/view files from the front end

    additionally the pdf viewer is not working which I presume may be linked to the same issue?

    I appreciate that you guys are really busy but I really must make progress here now so if you could get back to me asap it would be appreciated.

    kind regards

    Paul

    #94226

    William Matson
    Participant

    I have a Bluehost account. When I access the Errors page through my cPanel, no errors are displayed.

    In any case, I discovered a bug. When the locked form is embedded in a page, the email with the Download link is not issued. When the locked form pops up, then the Download link email is issued. I have tested this multiple times. This only works when the file is hosted on Box.

    When the file is hosted locally, the Download link email is sent, but the “Download link is expired” error message is displayed. I believe that the link that is embedded in the email is malformed for the Bluehost server. The link in the email is:
    https://oysterriverfinancial.com/?wpdmdl=530&_wpdmkey=5c74a382b533d&refresh=5c74a382b6ac91551147906
    The master key is: 5c74a96c7242c
    File Download link: https://oysterriverfinancial.com?wpdmdl=530&ind=1551147747816
    Perhaps you can see a problem.


    prodesigner
    Participant

    Sounds too simple or I don’t understand your question?

    Sample:

    [thumb_50x50]
    <br style=”clear:both”/>
    <b>[page_link]</b><br/>
    <b>[download_count]</b> downloads
    <b>[version]</b> version


    James Sawle
    Participant

    Hi, Just Purchased, but I am having a problem getting a link to display both the version of the file and the downloads.

    Is there a way to display both number of downloads and version on the links?

    James

    #94210

    Shahriar
    Moderator

    Please install the TinyMCE Button ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) add-on. This add-on provides easy to use GUI for various shortcodes, so you don’t have to memorize the shortcode.

    Default View,
    [wpdm-archive button_style="inverse" link_template="link-template-calltoaction1" order_by="post_title" order="asc" items_per_page="9" cols=1]
    Sidebar View,
    [wpdm-archive cat_view="sidebar" button_style="default" items_per_page=10 order_by="post_title" order="asc"]

    It is possible to add the private/public status by customizing /wpdm-archive-page/tpls/aps-content-cat.php template. You have to make a copy of this template and place it in /active-theme/download-manager/ directory. Then make your changes.

    #94191

    I’ve just updated to the latest version of DMP and am now having issues with the Prosper theme I was using.

    I’ve got a page on my site that I am using as my homepage, this contains the shortcode [wpdm_user_dashboard signup=1 flaturl=0 fav=1]
    to display the user dashboard. This displays fine, but if I then click on the “My Downloads” link I get taken to the Blog page with nothing on it.

    Also if I switch to using the Prime theme, when I click on the My Downloads link I’m getting a 403 forbidden error.

    The only theme that seams to remotely work is the Crypton theme, this at least displays a list of downloads when I click on the link. However if
    I also click on any of the other links on that same page, such as the Edit Profile link I am also presented with a list of downloads.

    Any ideas why I’m having these issues and any possible solutions?

    Cheers
    Andy

    #94164

    In reply to: upload problem


    Amr Elserafi
    Member
    This reply has been marked as private.
    #94155

    In reply to: Permission denied?


    Shahriar
    Moderator

    Sorry, forgot to re-add the patch at line 464 wpdm-premium-pacakge.php file after installing a fresh copy. I installed a fresh copy when solving the session related issue. However, the master download link is working now. We will release an update soon with all the patches added to your copy.

    #94145

    Shahriar
    Moderator

    You are using a Download Manager shortcode with “Link Template Embedded” and it is generating the link to the pacakge details page. To remove the page link clone the “Link Template Embedded” from Downloads Templates page. Then replace the [page_link] template tag with [title] tag and save the custom template. Use this new link template with your shortcode.

    #94143

    Shahriar
    Moderator

    You can modify the download button style from Settings User Interface Tab. If you want to use just links instead of buttons then set ‘None’ as button style.

    https://www.evernote.com/l/AUfp58b-bKRE4bZSLobkT68zCyLWNV3942gB/image.png

    #94129

    Shahriar
    Moderator

    Use the TinyMCE button add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) to insert the shortcode in a page. It provides an easy GUI for various shortcodes.

    Example: [wpdm_category id="slug1,slug2" cols="1" toolbar=0 item_per_page=10 template="link-template-calltoaction3.php"]

    #94114

    In reply to: Permission denied?


    Hamid Ali Anjum
    Participant
    This reply has been marked as private.
    #94103

    Spencer Millard
    Participant
    This reply has been marked as private.
    #94077

    Hi,
    I have recently updated my Download Manager Plugin to version 4.9.3. We have already purchased the special pack for version 4.9.2. as well as the WPDM Directory add-on.
    I have used this short-code: [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”] to display specific categories, however since the update it doesn’t seem to work. My downloads do not show and the “loading” button keeps on going. How do I fix this problem?

    #94072

    Shahriar
    Moderator

    Based on your theme those links might come from a different place. Maybe it is calling a function to display those links. However, you can also use custom css to hide those link. Send me the download page URL. I will suggest the required CSS.

    #94063

    In reply to: Direct Link


    Shahriar
    Moderator

    Hi,

    There is no shortcode for the direct download link. But you can generate the link from all packages page.

    https://www.evernote.com/l/AUetUQKK8S5MHbFC04VAwrtDoarQhVy4XKsB/image.png

    There is a template tag for the download link but you can it with WPDM Templates only.

    Thanks.

    #94015

    Gary Lockett
    Participant

    Hi,

    On a few machines running somewhat older versions of Safari, the following error occurs in front.js:100 when clicking Download and using the Email Lock functionality…

    “SyntaxError: Unexpected token ‘=’. Expected a ‘)’ or a ‘,’ after a parameter declaration.”

    From this link “https://stackoverflow.com/questions/37394980/syntaxerror-unexpected-token-expected-a-or-a-after-a-parameter-dec&#8221; it suggests that this is fixed in more recent versions of iOS Safari, however the desktops here all have the same issue. Would it be possible to fix this for Safari?

    Kind Regards,

    Gary Lockett

    #94013

    Noomia SPRL
    Member

    Hello guys,

    Right now, I’m using this code to generate my download button:

    $data['download_link'] = \WPDM\Package::downloadLink($data['ID'], 0, array(
    			'template_type' ► 'link'
    		));

    It generates this kind of HTML:
    <a class="wpdm-download-link btn btn-primary " rel="nofollow" href="#" onclick="location.href='https://mysite.com/?wpdmdl=5286&refresh=5c6d13a29aef41550652322';return false;"><span>Download</span></a>

    In the <a> tag, I would like to add a data-url attribute that will contain the href to the file. How can I do that? How can I get only the url, not the full <a> tag ?

    In fact, I need that because I want to create a “Download selected files” button, that will launch multiple downloads at once, depending on selected packages. (not all-in-one ZIP, but trigger each download separately). How would you do that?

    Thank you in advance,
    Cedric

    #93990

    Shahriar
    Moderator

    1 ) Control the width of the iframe from this file /download-manager/tpls/lock-options-iframe.php I have set it to 650px now. You can use embedded form too instead of pop up if you want.

    2 ) The content of the package page is controlled by the WPDM Page Templates ( Downloads Templates Page Templates ). I have cloned the current page template ( Single Column, Flat ) and remove the package info that you wanted to hide. Then set this new template as page template for the package.

    https://www.evernote.com/l/AUfzrCT-COxNI4zBTrB9lXl3thjG51F3guAB/image.png

    If you want to know more about template customization please read this tutorial https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

    #93989

    Shahriar
    Moderator

    Please install the latest version of Download Manager Pro and send temporary wp-admin login info in private reply. I will try to modify your theme archive to sort packages in alphabetical order.

    Also, will set up an example page with category shortcode to show you how it works. You don’t have to edit the link template to insert the shortcode. You just insert the shortcode in a page. WPDM TinyMCE add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) provides an easy GUI for various shortcodes. Using this add-on you can insert shortcode easily.

    #93949

    William Matson
    Participant

    For whatever reason, the email block is only through my Chrome browser. Works OK with Firefox. I will need to contact Bluehost/Wordpress to unblock my IP address for downloads. If you have seen this problem in the past, please advise how I may resolve this.

    And as I noted earlier, the download link generated with WPDM does work when the PDF file is located on Box.net. The download link fails when the PDF file is located on the website’s server.

Viewing 25 results - 4,676 through 4,700 (of 9,382 total)