Search Results for 'download link'

Viewing 25 results - 5,551 through 5,575 (of 9,382 total)
  • Author
    Search Results
  • #68821
    This reply has been marked as private.

    We’ve worked with you guys quite a bit on getting out settings and permissions set so that our users can download large files. And it has been working really well.

    Until we installed the update.

    Now the large downloads timeout at 3.5 minutes.

    We have a 100MB file. I tried downloading it on 3 different machines with different connection speeds multiple times each. Sometimes it downloaded 30MBs of the file and and I got ‘download was interrupted’ at 3.5 minutes. Sometimes it downloaded 80MBs of the file and I got ‘download was interrupted’ at 3.5 minutes.

    I had one successful download where the it finished in 2:45 minutes.

    I then put the same file on a server and tested a direct link download and was successful 3 times in a row and each download took around 10 minutes.

    I am fully aware that our internet here is painfully slow, but it was working before the update and now it’s not?

    Did something change in this update or did something get over-written somewhere?

    #68779

    In reply to: Category pages layout

    Hi Marc,
    Seems like you are using the directory addon to show downloads on that page. You are using archive page templates which comes from directory addon plugin wpdm-archive-page.

    Your second link is not the category page but the downloads archive page. It shows all downloads. The page template ( blog style ) is coming from your theme.

    The archive page uses your theme’s archive template to show posts. Download Manager can modify them partially by inserting link template. But to control the view 100% ( to make it look like the first link ) you have to create a custom archive template for download manager posts. For the downloads archive the template file name is archive-wpdmpro.php and for category archive, the template is taxonomy-wpdmcategory.php

    Thanks

    #68774

    Hi,

    Package locks have the OR relation, so unlocking one gives you access to the package. So it not possible to show it as single files while lock is active. However, you can set a password for single files without using lock options to achieve that.

    And you create and modify the templates files from Downloads Templates. You can use link template with shortcodes and page template will work on single download package pages.

    Thanks

    #68769

    Hi,

    You can try giving hide everything from the Downloads settings access settings When the user is not allowed to download , if the permalink of next/previous of download manager posts still showing which are password protected. let me know.

    Or, If your theme generating the next/previous post or any plugin like WP Post Navigation generating this than there nothing we can do to hide, as it queries everything.

    Thanks

    #68767

    storlann
    Participant

    Hello WPDM Support,

    We’d like to supply you with some further information about an issue reported to you before Xmas last year about your Download Manager Plug In. Yesterday we updated your plugin and the following issue (included below) and previously reported to you occurred again. This time after applying our fix to your code the issue was not resolved with our fix. Therefore, we would like to tell you about our second fix to your code and ask if you can please investigate this issue which is causing your plug n to be incompatible with our WordPress / Themify installation.

    Fix 2
    ——
    This fix is similar to the first one but has been applied in this file: class.Package.php.
    Around line 1319/1320 we have removed the call to wp_reset_query() and replaced it with: wp_reset_post_data().
    The previous reported fault and our fix which incidentally still needs to be applied in addition to this new one follows:

    Previously Reported Issue
    ———————————–
    We have identified a fault with Download Manager and are sending you this short report to assist you in resolving the issue which starts with some background information about how it used to work and how we are using WPDM with Themify theme, finally we have fixed the problem but would like to know if our fix is compatible with a future update to WPDM.

    1) The expected & actual behaviour prior to a recent update of Themify / WordPress

    1.1) We add the [wpdm_package] shortcode in this form: [wpdm_package id="6239" template="55c1e8d58c991”] to posts.

    Inline image 2

    1.2) We then set Themify to include posts to a page using the Query Posts facility.

    Inline image 3

    1.3) What we expect to happen.

    Prior to a recent update to Themify or WPDM (we’re unsure which one has caused the problem) the short code that was added to the post using the Query Posts facility would render the download package to the screen and the page content would finish. Obviously, because the shortcode is the last item of content in the included post.

    The issue
    ————-

    2) After a recent update the content no longer finishes at the end of the last included post and the additional content included via the embedded short code. Instead the content of the page that includes the posts is added to the end of the page after the last post / embedded shortcode.

    2.1) Our FIX!

    We’ve replaced the call to wp_reset_query() with wp_reset_postdata() and the duplicate page content is no longer added at the end of the page. See below for reference to approx line 360 in class.ShortCodes.php

    function Package($params)
    {
    extract($params);

    if(!isset($id)) return ”;
    $id = (int)$id;
    if(get_post_type($id) != ‘wpdmpro’) return ”;
    $postlink = site_url(‘/’);
    if (isset($pagetemplate) && $pagetemplate == 1) {
    $template = get_post_meta($id,’__wpdm_page_template’, true);
    $wpdm_package[‘page_template’] = stripcslashes($template);
    $data = wpdm_fetch_template($template, $id, ‘page’);
    $siteurl = site_url(‘/’);
    return “<div class=’w3eden’>{$data}</div>”;
    }

    $template = isset($params[‘template’])?$params[‘template’]:get_post_meta($id,’__wpdm_template’, true);
    if($template == ”) $template = ‘link-template-calltoaction3.php’;
    $html = “<div class=’w3eden’>” . \WPDM\Package::fetchTemplate($template, $id, ‘link’) . “</div>”;

    wp_reset_postdata();
    //wp_reset_query();

    return $html;
    }

    If this was the source of the problem please can you update your source code so that your next update to WPDM doesn’t remove our fix.

    Thanks in advance.

    #68676

    MONNOT
    Member

    direct link is not working too 🙁 always download.
    Let me know if your intial post is still up to date for your current 4. x WP version

    #68668

    MONNOT
    Member

    Will double check. But no pb with the Android security (as downloading + install is working separately). It seems that it comes from your WP extension as a direct link without your security option for instance is working.
    is there a manner to try yourself from my web site and/or direct link ?

    #68660

    In reply to: button changes style


    Shahriar
    Moderator

    It is coming from WP Pro Membership which overrides WPDM button. However, I have changed button class to make it like the default one ( /wppromembership/libs/wpdm.php file members_download_link function ).

    #68655

    In reply to: need a helping hand


    Shahriar
    Moderator
    This reply has been marked as private.
    #68597

    Michael
    Participant

    title description link_label password quota show_quota show_counter access template category icon preview files package_dir individual_file_download cache_zip download_count page_template uid create_date update_date password_lock terms_lock linkedin_lock tweet_lock gplusone_lock facebooklike_lock email_lock custom_form_field email_lock_id

    It would be nice if the documentation, showed what these were all for as well as examples.

    #68586

    Shahriar
    Moderator

    Hi,

    You have a point there. The doc might be little confusing for new users. We will update it with column heading descriptions.

    Some of the column headings are easy to understand because the name suggests what it does. However here are the details about of rest,

    icons – The fully qualified icon URL

    version – example: v.2.3.2

    link_label – This is the download button text. example: Download

    access – If there are multiple roles, separate those using comm. For “All Visitors” use guest.  example: guest,subscriber,administrator

    individual_file_download  – For global, enable, disable values are respectively -1,1,0

    cache_zip – If enabled cached zip will be served. For global, enable, disable values are respectively -1,1,0

    template – All link template values listed on Downloads Templates Link Template Tab

    page_template – All Page template values listed on Downloads Templates Page Template Tab

    Here is a screenshot to explain the relation of column heads with package settings,

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

     

    If still having an issue, Could you please send me the CSV file? Or, just sample 1 or 2 columns to check the issue.

    Also, let me know if you have any other question.

    Best regards.

    #68576

    Michael
    Participant

    Not happy with this, pay good money to get a feature, and the instructions are really, really sparse.

    I thought it would work like WP All import, where you map fields to the CSV details.

    The sample CSV file, where are details of all the column headings?

    Icon? path to the icons.. ? (where is that? Should it be left at localhost?)
    Preview? Is this a link to the image for the file? Or..?
    Category ID ? where do we get that from?
    Indvidual File Download ? what is that ?

    This is torture trying to work out and fill in these details from a file list, and I’m not prepared to pay extra to get an advanced version of the import, this stuff, especially the documentation is a basic requirement.

    #68554

    Please check this:

    http://downloads.ps-international.de/download/preislisten/?lang=en

    the translation does not show any downloads…

    “You are not allowed to access this page.”

    The link I postet before, I added the translation myself. I changed to english and had to set up the whole download package again.. add the files, make all settings…
    if I dont do this it looks like the link above.

    #68498

    Shahriar
    Moderator
    This reply has been marked as private.
    #68495

    In reply to: Login page


    Shahriar
    Moderator

    Yes, you can. Make a custom template file to modify the button label and link. Here is the related documentation  https://www.wpdownloadmanager.com/doc/template-files/

    #68485

    Skylux
    Member

    Hello,

    Using that documented shortcode, we’re stumbling on another problem.

    When removing the cols and colhead: download_link & update_date
    Then the navigation and search option disseapears from the table, as seen in this picture (1 ► what we need with search, 2 ► what we get): image of issue

    I use the shortcode like this: [wpdm_all_packages items_per_page="20" jstable=1 cols="title,file_count|categories" colheads="Title|Categories"]


    Ben Steers
    Member

    Hi,

    I am scoping for a new web project and need to know if there is any way in which the Subscriber emails for download packages can be linked up to use the email from an already logged in user?

    We are using Woocommerce to sell physical products on the website, but will have trade accounts using this wholesale plugin.

    The downloads will only be available to trade customers who have signed up with this specific user level.

    I would like to know if there is any way in which your Newsletters plugin can work with this, automatically using the users email address when logged in to add them as a subscriber to the package and get notifications when the files are updated within this package.

    We want the process to be as automatic as possible and don’t really want an already signed in user to have to input their email address again once they have registered or signed in.

    Do you think there is any way in which this can be done? Or will users have to put in their email address in order to get notified with the Newsletters plugin?

    Many Thanks,
    Nick

    #68458

    Chad
    Participant
    This reply has been marked as private.
    #68415

    In reply to: Remove the w3eden div?


    Shahriar
    Moderator

    Sorry, there is not a direct option yet to remove the div. But if you are just trying to use the download link inside a paragraph then generate the direct download link from all packages page and use this URL with any text you want.

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

    #68368

    In reply to: Same look as Demo

    Hello.

    Okay I created a new Page and now I will explain what my problem is:

    I created one Download Package at your Demo page:
    demo. wpdownloadmanager.com/wpdmpro/download/bread-butter/
    (had to crash link, please remove space)

    And I created one on my page:
    downloads .ps-international.de/download/bread-butter-artikelbilder/
    (had to crash link, please remove space)

    With the exact same settings.
    But on my page it looks completely different.

    What I want:
    1. the first area with “File Size” “File Count” ect. is good!!
    2. The next area with the single file downloads should look like on the demo page (link above). Preview Images etc.
    3. No Sidebar! I have nothing in my sidebar and I want the page to be fullwidth.
    4. The buttons (counts and download) should be #00519e color (see screenshots what I mean)

    I then want that all my download packages look like this. Is it possible that I just duplicate them?
    Please tell me what I did wrong and how I can achieve the look I want, so I can always make it like this 🙂

    I will add my login data in the next private reply.

    Thank you a lot!

    #68360

    In reply to: Remove the w3eden div?


    Jamie
    Member

    Hi Hasibul,

    That sounds unpleasant. For one, I can’t choose any one page (or subset of pages) to hide the div on – downloads are linked from most pages in the website. For two, it would be fairly easy for this code to affect other parts of the theming since “.w3eden” is not a unique css selector to the download manager’s template wrapper. And #3, it means that the page will flash as the layout is reworked.

    Is this wrapper added by download manager? if so, it would be nice to make that optional. If it is added by wordpress, then … well ok.

    Hi,

    We have experience two strange issues with the download manager plugin at the moment.
    1. If we update the plugin to the latest version it will display that its updated, but after that if we check the dashboard then the plugin no longer in the system.
    2. We then re-uploaded the plugin to the system again, but in the front end short codes are displaying for the download. No download links displaying. But if you are logged in the system, it will show the download links. ie. its showing the shortcode for users but for admin its showing the download links correctly.

    Between, we are using Version 4.6.7

    Can you explain whats the issue here?

    #68324

    I guess I am not understanding. Here is what I have in a text/html so there is no option to choose a template unless I did the shortcode incorrectly.

    [wpdm_all_packages items_per_page="20" categories="financial, meeting-minutes" jstable=1 order_by="Categories" order="ASC/DESC" cols="title,file_count,download_count|categories|update_date|download_link,file_size" colheads="Title|Categories|Update Date|Download"]

    File_Size is not working either.

Viewing 25 results - 5,551 through 5,575 (of 9,382 total)