Search Results for 'download link'

Viewing 25 results - 3,051 through 3,075 (of 9,403 total)
  • Author
    Search Results
  • #143022

    Espen Noreng
    Participant

    okei. I need the customer to be sendt the download link mail. Is there a shortcode for the downlod-link, to the product the costumer bought?

    #143000

    kiddo worksheets
    Participant
    This reply has been marked as private.

    James Kennedy
    Participant
    This reply has been marked as private.
    #142933

    kiddo worksheets
    Participant
    This reply has been marked as private.
    #142923

    Nayeem Riddhi
    Moderator

    Hi,

    You can use package shortcode in your table and you can also use it in your other requirements customizing the link template used in the shortcode, for getting more knowledge about the template you can see this doc, https://www.wpdownloadmanager.com/doc/templates/

    thanks

    #142913

    Nayeem Riddhi
    Moderator

    Can you elaborate on this link please, https://www.wpdownloadmanager.com/support/search/crypton/, I think you are trying to show a demo with this

    thanks

    #142907

    kiddo worksheets
    Participant
    This reply has been marked as private.

    I have this [wpdm_tree] in this page: https://www.cm-pombal.pt/teste-5/ and this [wpdm_tree category=”atas-assembleia” download_link=1] in this
    https://www.cm-pombal.pt/atas-reunioes-de-assembleia-municipal/deliberacoes-das-reunioes-assembleia-municipal/ but is not working.
    I have Downloadmanager PRO updated, as well WPDM Extended Short-codes.
    Can you help?

    #142811

    ovoigt
    Member

    Dear Nayeem,

    I am starting to get very frustrated with WP Download Manager.

    I have tried updating the plugin. First, the update process fails again until you manually go into the settings – license menu and press save there. Why is this still necessary? My license code is already there and it is and has been correct. Other user have already pointed this out. It is a real problem: https://www.wpdownloadmanager.com/support/topic/update-issue-continue/

    Then again, my templates have been “reset” (for lack of a better word), the “link-template-default-old” template has yet again changed to a look that I do not want (feel free to check https://gymnasium-brake.info/schule-in-corona-zeiten-alle-informationen-im-schuljahr-2020-2021/#69d8b1c354be80dc8)

    Why is this happening over and over again ? It is just annoying and a waste of time. Do I have to do this with every update of the plugin from now on?

    Please can you solve this otherwise I have to look at other options.

    Many thanks
    Oliver

    #142753

    jstoltz
    Participant

    1 would be the /resources page – as this is the master page for all resources where the download link does not work
    2 would be in the WordPress backend whenever you try to upload a new package
    3 would be in the WordPress backend under the WPDM Download Manager plugin options, the layout is not correct and tells me something is not right

    #142732

    Nayeem Riddhi
    Moderator

    Hi,

    please adjust the code from plugins/download-manager/tpls/lost-password-form.php file in line number 35,

    <a href="<?php echo wpdm_registration_url(); ?>" class="color-info btn btn-link btn-xs"><i class="fa fa-user-plus"></i> <?php _e("Register", "download-manager"); ?></a>

    and for back-up in your theme, you may follow this doc, https://www.wpdownloadmanager.com/doc/template-files/

    thanks

    #142646

    jstoltz
    Participant

    My company just moved from one server to a faster, new server with updated capabilities. The download manager and plugins are not working as they should be. On pages with WPDM_all_packages, the download link does not work. We very often have 404 errors when adding packages. Other times we upload a file and it just loads and loads and loads.

    I have tried disabling all of the plugins except for download manager. I have updated all plugins. I have updated the themes. I have reinstalled both Download Manager and WordPress. I have reset the permalink. None of this has resolved the issue.

    Also, when I look at the add-ons page (and several others), they are no longer nicely formatted as they once were. They are now more of a generic text list of the plugins, bot the designed and boxed packages.

    Any help would be appreciated. Thanks!

    #142438

    Sidratul Sohrat
    Spectator

    Bulk update can be done using CSV import option

    For more details check the following link.

    Bulk Import

    #142432

    In reply to: Problem shortcode


    ehavinga
    Member
    This reply has been marked as private.

    Philipp Schiessel
    Participant

    Hello,

    i created a link template when i place it on my site via shortocde in full box it displays normal. When i use 3 columns and i place the shortocde into one of the columns it looks really underscaled. and when i place a text after the [download_counter] i do not fit between the number and the download button. So it displays in a new line. Also, how can i fix this?

    View post on imgur.com

    <div class="col-md-4">
        <div class="card" style="background-color: #383838;">
            <div class="card-body" style="background-color: #282828;">
                <div class="media" style="background-color: #282828;">
                    <a class="mr-3 img-48" href="[page_url]">
                        [thumb_96x96]
                    </a>
                    <div class="media-body">
                        <h3 class="media-heading p-0 m-0" style="color: #6c757d;">[title]</h3>
                        <div class="meta text-white-50 text-small mt-1"><i class="fas fa-hdd text-white-50" style="color: #6c757d;"></i><a style="color: #6c757d;"> [file_size]</a> <i class="fas fa-code-branch ml-2" style="color: #6c757d;"></i> <a style="color: #6c757d;">[version]</a></div>
                    </div>
                </div>
            </div>
            <div class="card-footer"><div class="row"><div style="line-height: 30px;" class="col-6"><span class="[hide_empty:version]"><i class="ml-2 far fa-arrow-alt-circle-down text-white-50" style="color: #6c757d;"></i> <a style="color: #6c757d;"> [download_count]</a></span></div><div class="col-6 text-right align-right">[download_link_popup]</div><div style="clear: both"></div></div></div>
        </div>
    </div>
    #142178

    Nayeem Riddhi
    Moderator

    Yes, you can put this code in your link-template-default.php file for checking if you can get the old one,

    <!-- WPDM Link Template: Default Template ( Old ) -->
    
    <div class="wpdm-link-template link-template-default" >
    
        <div class="media">
            <div class="mr-3">[icon]</div>
            <div class="media-body">
                <div>
                    <strong class="package-title">[title]</strong> | [file_size]
                </div>
                [download_link]
            </div>
    
        </div>
        <div style="clear: both"></div>
    </div>
    <div style="clear: both"></div>

    please let me know if your problem gets solved

    thanks

    #142171

    USMAN AHMAD
    Participant

    Hi,

    The short code provided by you wont work for us as we require the Package Title, Date and download link. We are using the following shortcode.

    [wpdm-all-packages items_per_page="20" categories="notification" jstable=0 order_by="field_name" order="DESC" cols="title|publish_date|download_link" colheads="Title|Date|Download::155px"]

    Looking forward to hearing back from you soon.

    Best Regards.

    #142168

    ovoigt
    Member

    IS it this code?

    `<!– WPDM Link Template: Default Template ( Old ) –>

    <div class=”wpdm-link-template link-template-default” >

    <div class=”media”>
    <div class=”mr-3″>[icon]</div>
    <div class=”media-body”>
    <div>
    <strong class=”package-title”>[title] | [file_size]
    </div>
    [download_link]
    </div>

    </div>
    <div style=”clear: both”></div>
    </div>
    <div style=”clear: both”></div>

    Source: https://git.wp-china.org/wp-plugins/download-manager/raw/commit/664fb2885f507ca555aaa4ea34e47e976e3f819d/tpls/link-templates/link-template-default-old.php

    #142101

    Nayeem Riddhi
    Moderator

    I think you can make a trick, you can make a link-template-default-old.php file in your download-manager/tpls/link-templates folder copying other similar link-template PHP files, thus it may solve your problem

    thanks


    ovoigt
    Member

    Hello,
    is the “template=”link-template-default-old.php”” not supported anymore? I notice that the “look” of my downloads has changed. I do not need the download counter and I prefer the “default-old” style. However, “default” and “default-old” look the same on my website now.

    Please see https://gymnasium-brake.info/informationen-zum-elternsprechtag-am-11-november/

    Thanks for checking

    Regards

    #141998

    Varinder Singh
    Participant

    I created a new profile Editorial Board. Assigned the required rights to this profile. I also installed a Membership plugin.
    There are some packages which have a link to another website. Any user (till now) who wanted to read that article was redirected to another site (the URL is https://managementresearch.co.in/download/business-friendliness-and-small-firm-characteristics/).

    My requirement is:
    The user under the profile Editorial Boards, can access all the articles including the one that is mentioned above.
    The logged in Editorial Board user should be able to view the post on this site only without getting redirected.

    Please suggest

    #141978

    Shahjada
    Keymaster

    Hi,
    The page is taking time to load as there are 100s of packages rendering in a single request. However, if you are using [wpdm_package id=PID] shortcode, as you only need there the download link, try using [wpdm_direct_link id=PID label='Downloads' class='btn btn-success'], that could reduce the page load time.

    #141945

    Nayeem Riddhi
    Moderator

    For watching your offer in your package details description, you can adjust this setting as I image attached,

    Image 2020-12-01 at 6.23.29 PM

    Only Block Download Link instead of Hide Everything, please check and let me know

    thanks

    #141940

    Ahmad Reza Jafari
    Participant

    I have the same problem. My files is originally 600 MB and lots of our clients are angry that it is corrupted. The problem is that when they download it via WP Download Manager plugin, if browser starts the download, it will stop at exactly 500 MB. But if they start the download with IDM, it downloads the file intact. I tested it many times and it seems that WPDM only allows each connection to download up to 500 MB and since IDM breaks the download in 8 connection, it’s fine.
    I played with every parameter in WPDM settings and nothing solved this problem.
    And I’m sure that there is no problem with WordPress or server because I can download the file with browser from direct link.

    I would be so thankful if you could give us a working solution.

    #141918

    Iain Cowper
    Participant

    Due to needing people to be able to download the policies I have made a work around at the top with the [page-link] but I have included the download button below the pdf preview if you can find a fix I would be very greatful.

Viewing 25 results - 3,051 through 3,075 (of 9,403 total)