Search Results for 'download link'

Viewing 25 results - 6,826 through 6,850 (of 9,316 total)
  • Author
    Search Results

  • DaysFinest
    Member

    Hi there

    I have noticed that items in my test setup are not being correctly listed.

    The following shortcode, using order by “date” does not produce the correct results –
    [wpdm_packages template="5710f49a61d5e" order_by="date" order="desc" paging="0" items_per_page="6" cols=3 colsphone=1 colspad=2 desc=""]
    Though it appears to work ok if I change it to use “download_count”.

    Also I am using the following shortcode to produce a listing table via the Archive Page plugin. This does not always produce ten items per page, and creates very short first page results when set to “descending” order.
    [wpdm-archive cat_view="compact" button_style="default" link_template="56fc0d6963a2a" order_by="post_title" order="asc" items_per_page="10"]

    Further, which may or may not be related, I have noticed duplicates of two plugins appearing in the back-end, Archive Page and User Reviews – image attached. When I make a move to delete a duplicate it lists all instances for deletion, suggesting that it is not possible to delete them individually. Obviously they should not be there in the first place anyway, I certainly haven’t actively created them!

    I would appreciate you looking into these issues, site details to follow.

    Andy

    #44113

    Drakah
    Member
    This reply has been marked as private.
    #44068

    Drakah
    Member

    I made a simple Sidebar link template that has the version number in it and it looks great from the preview.
    However, as soon as I implement it into the Sidebar, BOOM! The thumbnail becomes the massive full-size picture.

    Here is what I used.

    <div class="thumbnail">
    <div class="media">
        <a class="pull-left" href="[page_url]">
        [thumb_70x70]
        </a>
        <div class="media-body">
        <h3 style="margin: 10px 0;padding: 0;font-size: 12pt"><strong>[page_link]</strong></h3>
        <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> Version: [version]<br/>   
        <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-download-alt"></i> [download_count] downloads
        </div>
    </div>
    #44065

    Drakah
    Member

    The Filename.extension used to show, now it doesn’t and I am getting multiple names each time I upload another version.

    I create a package.
    Upload a Zip file, screenshot image, description, etc.
    I disabled “Single File Download:” since I do not want an extra Download button there….
    and Publish
    On the download page, it does NOT show the extension, but furthermore it changed the name sorta.
    The file is named “default_old.zip”, that is what I want it to show, so they know what they are downloading.
    But the output on the Downloads page is now “Default Old”, 2x now too.

    I just want to be able to Upload a file, link the filename so people can download it, and upload revisions overwriting the current one.


    mfd
    Member

    I just upgraded to version 4.5.4. I also updated the Tiny MCE editor plugin. Now when i go to insert the download link directly from within the post, the window pops up, but none of the download packages appear. The window is blank.

    Please advise.

    Thank you.

    #43958

    ngcreative
    Member

    Hi there,

    I’ve just discovered a situation on my site where pages that have multiple files listed (inserted via the wpdm_package shortcode) display the file title and file size correctly, but the link on the DOWNLOAD button is repeated on all buttons, meaning that clicking the button on the first, second, third, fourth. ~nth all point to the FIRST file only.

    Here is an example of this behaviour: http://www.asharrison.com.au/performance-ingredients/personal-care/

    Note on both Download buttons that the link is ?wpdmdl=3234, but the shortcode for the second file points to 3290.

    Clicking on the title takes you to the correct download page for each file, and all buttons on those pages show the correct link to the file.

    I have edited the template to debug, and if I simply echo [download_url] the URL is correct for each listing, however when using the [download_link] shortcode only the first one is correct with the output you see at the link above.

    So why is it doing it on the page above (and any page on the site with multiple files, whether they are password-protected or open)?

    Thanks!


    Shahriar
    Moderator
    1. Both options work as or condition, either need to enter email or verify captcha
    2. User need to enter email every time they want to download. You can see which email downloaded which file and export “unique” emails or all
    3. Sorry, that is not possible for locked files/packages, for public packages, you can use <a href="[download_url]" target="_blank">[link_label]</a> instead of [download_link]
    4. Sorry, that is not possible for now.

     

    #43916

    ladler
    Member

    Basically I noticed the issue when I was styling the download button. I inserted a shortcode into a page which display a link template, then I also saw that same download’s single page and looking at the html structure there is no wrapper that differentiates whether it’s a ‘link’ or a ‘page’ template. I fixed this by duplicating the template I wanted to use and simply adding an ID but by default there should be a class around ALL templates (in my opinion) that says “link” or “page” so it’s easy for people to make global changes.

    #43903

    tecnoplc
    Member

    Ok I understand… in this tab I have the link to the login.php…. But, do you know what I could do to put here that it will redirect to subscriber form and when the user subscribe directly he could download the file¿??? I am not an expert wordpress programmer…. i do not know how to do it.. Is it very difficult??? Or maybe Is there some easy solution????

    thank you very much for the information you are sohwing me… I am very grateful…

    #43890

    sporkman
    Member

    I’m using DM in two ways – in some places I use a shortcode, and in other places (like where I need smooth ajax pagination), I use a Visual Composer block where I filter my downloads based on custom post type and tags. How can I force DM to generate a link to the file by default in both cases? For the first, I think just editing the link template can take care of that. For the latter, I’m a bit lost on that.

    Basically if the link is this:

    http://foo.staging.ettops.com/download/hr-file-4/

    I want that link to be to the file itself, not the interstitial page. I’m open to hacking, nowhere on this site does anyone want to see a “page” for the file, they just want the file.

    #43884

    Shahriar
    Moderator

    Hi,

    In download page WPDM uses Page Template, which is different than Link template. So you can use different classes there.

    Or is it something else you are referring to?

    #43883

    Shahriar
    Moderator

    You can use custom link template with [page_url] or [download_url] template tag. Place this tag inside href attribute and set your link target blank.

    Like this one, <a href="[page_url]" target="_blank">Link Label</a>

    #43874

    ladler
    Member

    I’ve noticed there is no differentiation between an inserted link template and download page allowing me to target and style things differently. I realize I can duplicate one of the existing templates and add a class but it would be helpful if there was a div that surrounded the entire item when inserting the short code that indicated if it was a link or download page.

    #43830

    Shahriar
    Moderator

    it is reaching to the screen shot page after I click on download link from your given page.

    #43792

    cdoyle1966
    Member

    Sir,

    WPDM is working well, but I am not understanding how to offer a list of files and only display the list users (not subscribers) who are allowed access. I “think” I can do by category or tag, but can you please supply an example.

    Here’s what I want to accomplish – show a list of available downloads using shortcode like so:

    [wpdm_package id='2432']
    [wpdm_package id='1211']
    [wpdm_package id='3759']
    [wpdm_package id='4487']

    But if user is NOT allowed to see ID=2432, then it does not display. Can you tell me how to best accomplish this?

    Chris

    #43790

    ladler
    Member

    Hello,

    I was looking at the source code for one of the link template and it contains invalid markup in the class for the download link as seen here: http://cl.ly/2c2O1i0w0b3H it shouldn’t say [btnclass] in brackets. I assume that was mean’t to be parsed some how but it isn’t being parsed in the source code. Is this something you can fix in a plugin update?

    #43753

    In reply to: Error in template file


    Shahriar
    Moderator

    Please download wpdm pro again and update your copy, or just create a custom link template and custom page template to resolve the issue.


    cdoyle1966
    Member

    Good evening,

    I am new to WPDM so please forgive me if I am missing something in the documentation. I have setup a single file for download testing and I have these issues:

    (Please see file attachments)

    1) I understand preview may render differently due to my theme. However, it is not even close. Is this a theme issue? Is there any way for me to override the theme color scheme using WPDM?

    2) Is there any link template that will show the featured image?

    3) Even when I have user logged out, if they try and access file path directly they can see it and access it – http://mind-morph.com/download/test-file-ns700-spec/

    Please advise.

    Thank you!

    Chris

    #43738

    services
    Member

    Thanks.
    I will use this. However the issue remains partially on the published page where there is further info below the links at the bottom. If the user is to call-up the download whilst scrolled halfway down the page then the ‘download’ button on the pop-up becomes disabled (see screenshot). So back to square one.

    #43703

    Shahjada
    Keymaster

    No, it just depends on which tag you used there, there are 3 different tags [download_link], [download_link_extended] and [download_link_popup], more details:  http://www.wpdownloadmanager.com/doc/templates/template-tags/


    maino
    Member

    Hi, all my website links to Download Manager Pro files are not working on iPADs. I’ll give you admin access in a private msg and i really appreciate if you could help me solve the issue because all my main users navigate the site on iPAD. Best regards.

    #43654

    Shahjada
    Keymaster

    There I used [download_link_popup] tag, Doc: http://www.wpdownloadmanager.com/doc/templates/

    #43653

    Shahjada
    Keymaster

    Clone the current page template your are using, remove [download_link] tag from there and save, now you the template page template. Doc: http://www.wpdownloadmanager.com/doc/templates/

    Or give me temporary wp-admin login info  in a private reply, I shall adjust it for you.

    #43635

    Dimru
    Member

    Thanks, in part helped …
    But the link remains in the file download page (in attachments).
    How to remove a link from there?

    With regards to the first method, in the tab “Browse” I have seen only the files from the folder ../ wp-content / uploads / download-manager-files /. And go to another folder is not possible. On this and the add-on was purchased. 🙂

    #43628

    Shahjada
    Keymaster

    When you are attaching file with a package from same server, please use server file browser ( “Browse” tab ) with “Attach File” meta box.

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

    But if you want to hide package download link, remove [download_link] tag from page template. Docs: http://www.wpdownloadmanager.com/doc/templates/

Viewing 25 results - 6,826 through 6,850 (of 9,316 total)