Search Results for 'download link'

Viewing 25 results - 7,351 through 7,375 (of 9,325 total)
  • Author
    Search Results
  • #33709

    eebep
    Member
    1. please give an example. something like [wpdm-email-2download XYZLINKTEMPLATESNIPPET id=’Package ID’ title=’use any title here’ msg=’use some description here’]
    2. would it be a good idea to add this detail to documentation for other people facing the same problem?
    #33696

    In reply to: PHP Code in Templates


    Shahriar
    Moderator

    Add following code at the end of your theme’s functions.php

    function add_custom_template_tag($vars){
       if(function_exists("kk_star_ratings"))
           $vars['kk_star_ratings'] = kk_star_ratings($vars['ID']);
       return $vars;
    }
    add_filter('wdm_before_fetch_template', 'add_custom_template_tag');
    

    Now you can use [kk_star_ratings] in link or page template to show the star rating.

    Docs: http://www.wpdownloadmanager.com/doc/filter-reference/wdm_before_fetch_template/

    #33689

    Shahriar
    Moderator

    All Download Table can only block download link for now, you need to use short-code like this

    [wpdm_packages template="link-template-panel" order_by="post_title" order="asc" paging="asc" items_per_page="10" title="" desc="" cols=3 colsphone=1 colspad=3]
    #33688

    lcseri
    Member
    This reply has been marked as private.
    #33666

    clineco
    Member

    Hi I went ahead and purchased the plug-in. I’ve created 2 user roles in the WP-admin they are called Company A and Company B.

    I currently have 2 download packages uploaded (each with an assigned user role, one company a and the other company b. When I log in as Company B, I should only see the download I’ve assigned to Company B, but I see both. In addition it says “blocked” where “download” should be. How can I fix this?

    In a presale email you said…

    in pro you will have option to hide only download link OR all contents including desc, package inf and file list as per your need.

    I can not find this option…

    #33663

    lcseri
    Member

    Dear All,

    I am trying to get a help here for the very last time. Is anyone able to resolve this issue finally?
    What kind of difficulty prevents you to implement the working LinkedIn lock functionality?
    As said, please check the example: http://www.scalatalk.com/viewtopic.php?f=4&t=53  where you see a LinkedIn share button and it works.
    Why cannot be implemented that mechanism here?

    You said already 4 times that this will finally work in the next version… Still doesn’t… 🙁

    Anyhow the number of downloads is not increasing as well… And I am on the latest version of download manager as well as appshop theme.

    Possible to help me?

    Thanks and Best Regards,

    lcseri

    #33634

    Shahriar
    Moderator
    1. Access field name is __wpdm_access , but the value should be a serialized array of role name(s)
    2. Same as #1
    3. link template filed name __wpdm_template
    4. Same as #3
    5. update wp_post set post_content = “Description here” where post_type=’wpdmpro’
    6. same as #5

    For #1 ~ #4, use SQL:

    insert into wp_postmeta (post_id, meta_key, meta_value) select ID, 'Field_Name', 'Field_Value' from wp_posts where post_type = 'wpdmpro';

    However next update of default value add-on will have bulk update feature, which is coming within this month.

    #33632

    eleonoracon
    Member

    – front-end page in which directories are visible in a scroll down menu, user can upload files in it just selecting them. Furthermore, if I add the front-end short code to a page I get a not found page error when trying to create a new package or edit the profile. I have already tried to save the permalinks option again but it doesn’t work.

    – download page in which user can choose the directory from a scroll down menu and get to the documents in it to download them.

    thanks

     

     

     

     


    envonia
    Member

    Hi guys,

    unfortunately the [download_link] shortcode seems not to work on the file detail page. When logged out the link template shows the red login button for people to login to access the file (screen 1). But on the detail page when logged out no button occurs that shows people to log in in order to access the file (screen 2).

    But both templates, the link and the page template are using the [download_link] shortcode. How can I display the login button then also on the detail page (screen 2)?

    Thanks so much!

    Hubertus

    #33589

    Shahriar
    Moderator

    If you are using http://www.wpdownloadmanager.com/download/advanced-custom-fields/ , then tag name depends of the name of custom field you are using there and which can be copied from custom field settings page. However to show post author, use tag [post_author] in link/page template.

    #33576

    Shahjada
    Keymaster

    I see everything is already setup properly, only thing was missing is guest download page as you activated guest checkout and download. Anyhow I’ve created it http://www.furniturefirst.coop/downloadmgr/guests-downloads/ .

    However you won’t have to create page for using short-codes like this http://www.furniturefirst.coop/downloadmgr/stationary-upholstery/ , you can directly link category page like this http://www.furniturefirst.coop/downloadmgr/downloads/market-special/ with your menu from menu manager or here http://www.furniturefirst.coop/downloadmgr/.


    bplumb
    Member

    Hello,

    On our archive page, (and in the widget ‘most downloaded’ and ‘latest downloads’) I’d like the ‘download’ button to actually take people to the file page rather than act as a direct link to the file itself. How can I change this?

     

    Many thanks,

     

    bplumb

     

    For reference – the install failed partially, hence the issue. Resolved.

    #33546

    Shahriar
    Moderator

    Matter is you can’t use [download_link] as a value if href attr. as the tag generate complete html link for download, if you want to use in href, use [download_url]

    and [download_url] only will work for public downloads.

    #33540

    Shahriar
    Moderator

    looks like some js conflict with your theme, please create a new page template, use template tag [download_link_extended] instead of [download_link] and use the template. Doc: http://www.wpdownloadmanager.com/doc/templates/ . However if that doesn’t resolve your issue, please give me temporary wp-admin login info in a private reply, I’ll check it in details.

    #33522

    Chantal
    Member
    This reply has been marked as private.
    #33515

    storlann
    Participant

    The ‘problem’ has actually turned into a link in the submission above. Please see attachment for the code which is causing an error on the icon.

    It used to just create a direct link on the icon and then I had the download link in text to the right of the icon , now it shows the filename before the icon (download link) and a code leak after it.

    #33512

    storlann
    Participant

    Hi

    I updated to the latest version of WP Download Manager today and it broke an existing custom template. Previously I had [download_link] as a link on the file icon but it now shows two textual links instead of the one intended and has a code leak after the icon “>. (see attachment 1)

    For now I’ve replaced the link on the icon to “#” but it would be good if you could have a look and see if I could re-instate the link on the icon so that my templates would look how I want them. (see attachment 2)  The template was as follows:-

     

    <div class=”thumbnail”>
    <div class=”media”>
    [download_link]“>[icon]
    <div class=”media-body”>
    <h4 class=”media-heading”>[download_link]</h4><span class=
    “ggdm-icon”><i class=”fa fa-th-large”></i> [file_size]</span>
    <span class=”ggdm-icon2″><i class=”fa fa-download”></i>
    [download_count] downloads</span>
    </div>
    </div>
    </div>

    _________________________________________________________________

    If that’s all that has gone wrong on the upgrade I can live with it but it would be helpful if you could rectify it as I use this on two sites. It is probably an easy fix.

    Thanks in anticipation of your support,

    Neil

    #33491

    celfcreative
    Member

    Hi when I bulk import via a csv file I’m getting the following error :-
    <b>Warning</b>: mysql_real_escape_string(): Access denied for user ‘root’@’localhost’ (using password: NO) in <b>/MY WORDPRESS INSTALL URL/wp-content/plugins/download-manager/wpdm-functions.php</b> on line <b>4756</b>

    <b>Warning</b>: mysql_real_escape_string(): A link to the server could not be established in <b><b>/MY WORDPRESS INSTALL URL</b>/wp-content/plugins/download-manager/wpdm-functions.php</b> on line <b>4756</b>

    Am I suppose to set this up somewhere?

    #33478

    oddtreepress
    Member

    An actual guide to use this thing would be very helpful. The links to the download pages only work when I’m logged in to my wordpress site. It’s probably something simple, but now my whole email list has a newsletter that is worthless. So far this has been nearly $100 of aggravation. How hard is it to add a tutorial or a guide to this site? Now I’m getting several emails about the links not working. I should have never used this product.

    #33433

    oddtreepress
    Member

    I paid for pro. Now I’m finding out that you have to delete the free version to install pro. How do I do this without losing all my current download pages and links to them?

    #33431

    In reply to: How to update


    oddtreepress
    Member

    So, I have to rebuild all those download pages that I just spent hours building in order to upgrade to pro? Surely there is a work around?

    I’d also have to re send the links to my whole mailing list.

    #33385

    In reply to: How do I set this up?


    Shahjada
    Keymaster
    1. Single Page Listing All Downloads: https://www.thewritingking.com/all-packages/ ( Password: 123456 )
    2. Will ask for name and email when user click on download link
    3. I see you already linked mail chimp list in wpdm setting, so all subscribers now will be added in Book review list
    4. To send messages to list, you need to setup newsletter in mailchimp, nothing to do in your wp admin
    5. PDF stamper also working fine ( https://www.evernote.com/l/AV3hEgLIn8ZFvZyfN6GUH7wKG5_Ite27EjYB/image.png ), but {fullname} tag will only work for loggedin users
    6. Working fine ( https://www.evernote.com/l/AV1-y_O8wixJqJZfGFE77GWWA09b-qvkhdgB/image.png ), you can configure the email from Downloads Subscribers Email Template tab
    #33375

    Thanks for solve my problem now this is working.

    and in your last update you will tell us that “Fixed issue with bot access in download link” So i will tell you for this problem

    #33372

    In reply to: How do I set this up?

    This reply has been marked as private.
    #33354

    Shahjada
    Keymaster

    If you want to link file from remote ftp, you will need this add-on http://www.wpdownloadmanager.com/download/wpdm-remote-ftp-add-on/

Viewing 25 results - 7,351 through 7,375 (of 9,325 total)