Search Results for 'download link'

Viewing 25 results - 5,951 through 5,975 (of 9,358 total)
  • Author
    Search Results
  • #61134

    Bug:
    In TinyMCE, while adding “Quick Pack” even if you choose the Link Template it won’t have any effect. It won’t use that Link Template you choose.

    Solution:
    Add your template code into this line in bold:

    function wpdm_quick_pack() {
    $id = \WPDM\Package::Create($_POST[‘file’]);
    echo “[wpdm_package id='{$id}' template=\"596e2b93d8d8c\"]“;
    die();
    }

    Bug2:
    When single file download disabled, if you add a package using TinyMCE editor it won’t enter the file’s size.

    Solution:

    Add this line in bold to the function. Now it will correctly enter the size of file to the database.

    function wpdm_quick_pack(){

    $id = \WPDM\Package::Create($_POST[‘file’]);
    $size = \WPDM\Package::Size($id, true);
    echo “[wpdm_package id='{$id}' template=\"596e2b93d8d8c\"]“;
    die();
    }


    Manuel
    Member

    Hey,
    Our business supplies building certificates to different clients, what that means is that we usually receive pdf files over email and after we’re done working on them, we then put them on dropbox and send our clients a link to go and download. It is important that each client can only access their own file since these are legal files for the council.
    We also don’t want people to have to log in before each download since some clients only work with us once or twice, what solutions does WordPress Download Manager have for this?
    Thanks in advance

    #61052

    Shahriar
    Moderator

    Hi Savvas,

    There is no option yet to send email in this case. But it is a great idea. We will add an action there to hook any necessary task if this case happens.

    For now, you can send the email by adding the following code in /download-manager/wpdm-start-download.php file.

    $message = 'Attached files are missing in this package ' . get_permalink( $package[ 'ID' ] );
    wp_mail( 'admin@site.com','File Not Found!', $message );

    Add this code after the indicated line,

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

    And obviously, change the email address in the code.

    Regards,

    Shahriar

    #61046

    ovoigt
    Member

    Sorry Tom, I can’t help but I want to say that it is the same for me:

    [wpdm_tree category=”name” download_link=1] does not work anymore since updating to the latest versions.

    Has the tree category been discontinued or is it not supported in the free version anymore ? Please advise asap.

    #61021

    Shahriar
    Moderator

    [download_link_extended] is a built-in template tag. It is already available in WPDM.

    There is no option to clone a package. We have Default Value add-on which serves the similar purpose. You can set default values for new packages. When creating a new package all predefined values will be applied automatically.

    #61000

    Thank you,

    Is [download_link_extended] a shortcode that you made just for me or it’s by default in the extension because I have an other website with the same Divi theme.

    And I have an other question, can we clone a package or not ?

    #60977

    Shahriar
    Moderator

    Your theme JS is conflicting the pop-up functionality. I have applied Extended Page Template there to embed the form. It is working now.

    Extended Page Template uses [download_link_extended] instead of [download_link] tag.

    #60960

    In reply to: Download History


    Shahriar
    Moderator

    Download and install the following custom add-on.

    https://www.dropbox.com/s/le7v3ruo2n2hdc9/wpdm-template-tags.zip?dl=0

    This add-on provides a custom template tag [downloaded_or_not]

    You have to use this tag in your custom link/page template to show if the user has downloaded the product or not.

    Hello!

    When a user comment on an article where there is a download file, the comment is displayed on the download page and in the article.
    At the moment of answer the comment in WordPress Dashboard it shows that it was done in the page of download and not in the article.

    Example:

    Article: https://www.portalmastips.com/desbloquear-archivo-adjunto-bloqueado-por-seguridad-en-outlook/
    Download file: https://www.portalmastips.com/descargas/descarga-codetwo-attach-unblocker/

    I do a test, I commented in the article and in the Dashboard it shows in the download page (image attached)

    #60941

    In reply to: link target new window


    Shahriar
    Moderator

    This feature can not be modified from link/page template.

    You have to edit plugin code for that. File list is generated by /download-manager/libs/class.FileList.php file. Find $button_label variable there and add target=”_blank” in a tag.

    https://www.evernote.com/l/AUcVcK3uvu5Gwa-sFpwDmjqbDloFDsYmrsAB/image.png

     

    #60936

    Shahriar
    Moderator

    Hi,

    Try it on your page. The preview may not show the 100% matching result.

    Also, install the Image Button add-on to convert the download link from text to button.

    Let me know if you face any issue there.

    Regards,

    #60935

    Shahriar
    Moderator

    Black download button and cache issue fixed.

    Update of premium package ( packages with price ) may be related to a plugin conflict. Can I disable other plugins to be sure? You can try that yourself too at your best time, so it doesn’t affect site visitor.

    You have to use [download_link_extended] to show share button in social locked packages in an embedded way. As the theme CSS is interfering with the popup. Clone the current template ( single column flat ) you are using now and replace [download_link] with [download_link_extended]


    DJ_Jaybee
    Participant

    Hi – I want to use the Panel download style but the preview icon or image + download button doesn’t display – instead it shows a text link… how can I get it to display like your demo example?

    Any info appreciated

    #60903

    In reply to: Download History


    Shahriar
    Moderator

    Hi,

    That feature is not available yet. But in pro version, you can use custom link/page template where you can use custom template tag. So, it is possible to implement a custom template tag to show this download history.

    If you purchase pro version let me know, I will send you the code to add the custom tag.

    Thanks.

    #60870

    Hello,
    I bought the pro version there is a week to use the Email Lock for control the data sheets downloads on my woocommerce website.
    I made a download test with the Email Lock on your demo website and it worked perfectly but when I tried to do it on my own website it didn’t worked at all.

    First there is no text area to fill with the name and the email and then when I click on the download link the page is just going up without doing anything else.

    Do you have any solutions to fix it ?

    Best regards,
    Arnaud Hervieux

    #60869

    Sheetal Kadu
    Member

    Hi,

    We are using the download limit addon to tap limit on monthly download. However our pricing system depended on package category. we want package category A would have X download limit, and package category B would have Y limit. Again that depending on user_role. There is a way around for this, while creating package category there is options to set access for user_roles. While setting up limit we have user_roles to set limit.

    My questions are:
    1. What is the purpose of given access level for user_roles at package category level and how it works.
    2. Somehow can it possible, the download limit would be checked on three parameters, user_role, package_category and the limit.
    3. We have users with multiple role, i.e. role_1, role_2, each have separate monthly limit. What will happen while downloading, from which role limit it will subtract, or will it apply on total download limit?

    If you visit below link, you will understand why we are seeking help on package category level, because we have separate download limit for each category and slab.
    https://www.estudynotes.com/test/subscription-plans/

    Thanks for your help
    Best Regards

    #60863

    Shahriar
    Moderator

    This demo page is coming from the Crypton theme. We applied link template panel there in a customized layout. So, in your shortcode, you can use link template panel.

    Insert your shortcodes using TinyMCE add-on. It has intuitive UI and you don’t have to memorize shortcodes.

    To show all downloads in a page you can use [wpdm-all-packages jstable=1] shortcode. It shows a table like this one https://demo.wpdownloadmanager.com/wpdmpro/package-list-in-responsive-table/

    Let me know if you have any other query.

     

    #60861

    In reply to: Panel 1/3 problem


    Shahriar
    Moderator

    Use the template in your installation and send me the link if there is any issue.

    The download button in the first link is converted by Image Button add-on.

    #60852

    Mohd. Aasim
    Member

    panel 1/3 on this link of demo

    https://demo.wpdownloadmanager.com/wpdmpro/ready-to-use-templates/

    looks different with the link created on the same demo by me

    https://demo.wpdownloadmanager.com/wpdmpro/test-3/

    how to get it corrected

    #60827

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

    pullober
    Member

    hello there!

    we had some conversations about my customizations and i even found a bug in the link-templates!

    as wp downloadmanager (pro) and the default values plugin are not working for my project as the site has to be accessible as possible and which will be converted and hosted completely static, i would like to know:

    * is there any possibility to get my money back as your pro-tool and default values-plugin is not (in any case) working for me
    * if not (i searched already very carefully) where do i opt out of the recurring payments, if i am not (for this project) interested in further support?

    i would like to be sure not getting accounted again for your service. don’t get me wrong – support was quick and helpful – everything worked as expected – but the customer converted the site to completely static. no downloads possible anymore.

    * i don’t find any option to opt out

    thanks a lot for any help or money back – i sure will come again as i was very pleased with function and support.

    liebe grüße, stefan.

    #60750

    Shahriar
    Moderator

    Hi Marc,

    Are you using WPDM Search widget? It only searches for download posts. Maybe another plugin or active theme is modifying search result. Please try deactivating another plugin to be sure.

    Send temporary wp-admin login info in private reply if you can’t find the issue. Also, send the page link where you have the search field.

    Thanks.

    #60744

    Shahriar
    Moderator

    The screenshot show package details page. The table is generated by the page template ( doc link: https://www.wpdownloadmanager.com/doc/templates/page-templates/) You can change the page template from package settings meta box.

    You can create custom page template if you want to style/customize package details page. Please check this doc https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/

    The doc link in your reply is deprecated. It was for an older version of WPDM.

    This reply has been marked as private.
    #60665

    Shahjada
    Keymaster
    This reply has been marked as private.
Viewing 25 results - 5,951 through 5,975 (of 9,358 total)