Search Results for 'download link'

Viewing 25 results - 6,451 through 6,475 (of 9,326 total)
  • Author
    Search Results
  • #51151

    mfd
    Member
    This reply has been marked as private.
    #51149

    Shahriar
    Moderator

    You have written [download_link] between <a></a> tags, which should be [title] or Just Download text. Please send temporary wp-admin in private reply , i will add required code there.

    #51146

    mfd
    Member

    I am already using a custom template. I updated my current code and it is still not opening in a new window. I checked in Chrome and Safari.

    <div class="col-md-10">
    <div class="thumbnail">
    <div class="media">
        <a class="pull-left" href="[page_url]">
        [thumb_200x200]
        </a>
        <div class="media-body">
        <h4 class="media-heading">[page_link]</h4> 
        [file_list] 
        <a href="[download_url]" target="_blank">[download_link]</a> <i class="fa fa-th-large"></i> [file_size] <i class="fa fa-download"></i> [download_count] downloads
        </div>
    #51145

    Shahriar
    Moderator

    Yes, it is possible to open file in new browser tab. You need custom link template for that. Clone the link template/page template ( Downloads Templates page ) you are using now. And replace [download_link] template tag with following code,

    <a href="[download_url]" target="_blank">[title]</a>

    Then set the custom template in your package settings.

    #51135

    In reply to: Email Problem


    Shahriar
    Moderator

    Hi,

    Did you select Mail download link option in Email Lock settings?

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

    #51131

    Shahriar
    Moderator

    Did you lock the package with Email Lock? How are you showing the download now? Please send me a link to check.

    You can show download button using custom link template and you can also skip the details page if you insert the download using a link template.

    #51116

    In reply to: Change this text


    Shahriar
    Moderator

    Yes, you can edit ‘Subscribe to Download’ text using wpdm_email_lock_heading filter.

    Doc Link: http://www.wpdownloadmanager.com/doc/filter-reference/wpdm_email_lock_heading/

    #51110

    redclimber
    Member

    Hello Jass,

    I had already post a link above, btw http://redclimber.it/download/pdf-download-mottarone-nano-e-rossa/

    Thanks for help.

    #51098

    In reply to: Direct Download


    Greg Kell
    Member

    Can you confirm this is what I want if I am looking for this result:

    – Document is uploaded to WordPress File Manager
    – Link for document is placed on 2 web pages
    – Link will automatically download document that has been uploaded
    – A newer version of the document is created
    – The document is uploaded in place of the original document
    – Links on the 2 web pages remain the same and do not need to be updated

    Thanks
    Greg

    #51090

    Hi,

    I need to get a customer email before downloading a booklet.
    The question is, how can I incorporate the link for getting email/downloading into my custom widget design.

    I don’t want to have a separate page or any of prebuilt templates.
    I have a widget with a button. I want a customer click on that button and then the popup should appear.

    Please advise!!!

    Thanks.

    #51064

    services
    Member

    On preview…I cloned ‘Single Column with Doc Preview’ and changed for [pdf_thumb] but doesn’t work. What do I need to do?

    <style type=”text/css”>.more_previews_a{display: block;float: left;margin-right: 6px;}</style>
    <div class=”row”>
    <div class=”col-md-12″>
    [pdf_thumb]
    </div>
    <div class=”col-md-12″>
    <table class=”table table-bordered”>
    <tbody>
    <tr><td>Version</td><td>[version]</td></tr>
    <tr><td>Download</td><td>[download_count]</td></tr>
    <tr><td>Size</td><td>[file_size]</td></tr>
    <tr><td>Create Date</td><td>[create_date]</td></tr>
    <tr><td>Last Updated</td><td>[update_date]</td></tr>
    </tbody></table>
    </div>
    </div>
    <div class=”row”>
    <div class=”col-md-12″>
    [description]
    <br />
    [file_list]
    <br>
    [download_link_extended]
    </div>

    </div>

    #51041

    In reply to: Page Template


    Shahriar
    Moderator

    Added your ip and site in hosts file, but still url shows 404

    You can capture email using email lock feature. You need Mailchimp add-on to add the user email to a  Mailchimp list.

    You can use custom link template to remove details page link from image and title.


    Nora
    Member

    Hi guys,

    Today I discover that all the download links are returning the file download-not-available.txt

    The packages are set to allow my user role to download…. how can I solve this?

    For example:
    http://thephotoforest.bemowgli.net/photo/photo-myanmar/

    #50990

    Shahjada
    Keymaster

    Probably user clicked download link several times.


    Shahjada
    Keymaster

    Please check complete usage here http://www.wpdownloadmanager.com/download/wpdm-accordion/

    [wpdm-accordion template="link-template-id" cats="catid1,id2,id3" cat_style="info" subcat_style="default" orderby="download_count" order="desc" ]


    Shahjada
    Keymaster

    Yes, you are right, however, in next update we are adding the single file path with the parameter, so now there will be 4 parameter instead of 3:

    function wpdm_single_file_download_link_callback($ind_download_link, $signale_file_path, $download_url, $package){ .... }

    #50941

    I see, thanks

    I only need for general registration form and not per download/package
    so I have started to work and added a checkbox, but I’m not sure how can I implement it to be part of the form and send the data to the DB etc.
    is there a code example for this?

    my second question-
    I added the shortcode verifyemail=true on Registration Form
    The user did receive an email, but it’s not for verification..only welcome with User and Password.
    Doesnt it suppose to send a link to activate the user?

    thanks
    Gabi

    #50878

    Nora
    Member

    Thanks, if I use the single-wpdmpro.php file, how can I get the download link?
    Can you point me to the right doc.

    Thanks

    #50827

    In reply to: Lazy load dont work


    Shahriar
    Moderator

    Lay download worked for me, did you updated the package?

    Please send me another package link that does not apply lazy download.

    #50824

    In reply to: Download only


    Shahriar
    Moderator

    1. Download worked on both ( case studies and brochures ) in my test.

    2. It is not possible to show image in first page. Archive page sidebar view does not support custom link template.

    3. Details page uses Page Template from package settings option. Clone the page template you are using now and remove the [download_link]  tag from there and save it. Then set this custom template in your package’s page template option. Download text at the bottom will be removed then.

    4. Add following css in your theme’s style.css file to change button color to blue,

    .w3eden .btn-primary, .w3eden .flat-primary, .w3eden .flat-primary.btn-bordered:hover { background-color: #000f9f; color: #ffffff; }

    #50819

    Shahriar
    Moderator

    Hi,

    It is not possible the way you explained.

    But, You can use a link template with [file_list] template tag. It will show list of files with download button.

    Thanks.


    Tommi
    Member

    Here is word i want but i cant translate them, they are missing:

    On dashboard page

    ”Save Changes” button on edit profile
    ”Purchases” link
    ”Display name” edit profile
    ”Username” Edit profile
    ”PayPal Email:” Edit profile
    ”Email” Edit profile
    ” New Password:” Edit profile
    ”Re-type New Password:” Edit profile
    ”Description:” Edit profile
    ”Use nothing if you don’t want to change password” Edit profile
    ”Billing Address” Edit profile
    ”-Select a country-” Edit profile

    On page Purchases

    ”If you are not seeing your purchased item:”
    ”Fix it here”
    ”Price”
    ”Purchase Date”
    ”Download”

    On page Fix it here

    ”If you do not see your order:”
    ”Enter your Order/Invoice ID here”
    ”Resolve” Button

    #50756

    In reply to: Download only

    This reply has been marked as private.
    #50742

    In reply to: Translation


    Tommi
    Member

    Here is word i want but i cant translate them, they are missing:

    On dashboard page

    ”Save Changes” button on edit profile
    ”Purchases” link
    ”Display name” edit profile
    ”Username” Edit profile
    ”PayPal Email:” Edit profile
    ”Email” Edit profile
    ” New Password:” Edit profile
    ”Re-type New Password:” Edit profile
    ”Description:” Edit profile
    ”Use nothing if you don’t want to change password” Edit profile
    ”Billing Address” Edit profile
    ”-Select a country-” Edit profile

    On page Purchases

    ”If you are not seeing your purchased item:”
    ”Fix it here”
    ”Price”
    ”Purchase Date”
    ”Download”

    On page Fix it here

    ”If you do not see your order:”
    ”Enter your Order/Invoice ID here”
    ”Resolve” Button

    #50718

    alisystems
    Member

    Hello

    i had to force SSL on my working in progress website and now i have two kind of problems with download manager:

    1) There are a lot of errors in console of decoding this font:

    (index):1 Failed to decode downloaded font: https://www.alisystems.com/wp-content/plugins/download-manager/assets/bootstrap/fonts/glyphicons-halflings-regular.woff
    (index):1 OTS parsing error: incorrect file size in WOFF header

    2) When i go to the download page using this shortcut:

    [wpdm-archive button_style="info" link_template="link-template-semi-ext" items_per_page="10" category="category-slug" order_by="modified" order="desc"]

    The browser go to the correct page and after some second it show 404 page error..

    http://www.screencast.com/t/Bj7a6J8Z1mR

Viewing 25 results - 6,451 through 6,475 (of 9,326 total)