Search Results for 'download link'

Viewing 25 results - 6,076 through 6,100 (of 9,527 total)
  • Author
    Search Results
  • #62163

    dimarktg
    Member

    Hello Shahriar,
    We kindly ask you to please have a look at our issue as soon as possible, we are to send out an important newsletter (links are pointing out to our website!) regarding a very important event we will take part to in the following days and we need the plugin to work properly.
    Temporary login for you is active (as previously mentioned) and we saw that you already verified issues of other users of this forum for the same plugin in less than 24 hours.
    We understand our issue might be more complex for you to sort out but it is extremely vital for us that all works perfectly online as it does locally.
    Customers are already writing to us saying they are unable to download our brochures and technical specs (since 3 weeks now, which is awkward).
    We are sure that you understand our trouble and we are confident that you will verify and find a solution in the shortest time possible.
    Look forward to hear from you.
    Thanks!

    #62126

    dimarktg
    Member
    This reply has been marked as private.
    #62110

    Hi, I just did an update and now I am unable to access via Admin on either the ‘Downloads’ link, ‘All Packages or ‘Add new’ – I just get a ‘Invalid Post Type’ error.

    This is also impacting things on my live site where the accordion is no longer working. https://contactcentrecentral.com/contact-centre-white-papers/

    Please advise urgently, many thanks, Justin

    #62102

    Shahriar
    Moderator
    #62067

    Don
    Member

    I have WPDM Pro and Amazon S3 plugin Is there a way to create a link on a page that opens a private document on amazon

    Example on your home page https://www.wpdownloadmanager.com/ make the Download now link be able to access a link inside Amazon S3 that are not public

    #62049

    Shahriar
    Moderator

    I tested some downloads in your link. All worked fine in my test. Could you please send me a link where you have the download issue?

    #62047

    Shahriar
    Moderator

    I tested some downloads in your link. All worked fine in my test. Could you please send me a link where you have the download issue?

    #62030

    Shahriar
    Moderator

    1 ) To set Link Template, use template as  parameter instead of link_template in [wpdm_packages] shortcode

    2 ) Not option in verse theme to sort it by download count

    3 ) You can use wpeden_post_thumb(array(400, 400)); inside post loop to show thumbnail. This function prints the thumb image. Adjust the thumb size as you need.

    #62014

    bArT
    Member

    My questions are about the problems I`ve encountered while preparing my home page:
    https://dobreprogramy.pro/

    1. How can I change the template in shortcode [wpdm_packages] and [wpdm_packages] at home-static.php? The changes that I do in link_template unfortunately do not give results.

    2. Is it possible to change the sort order in the “NAJPOPULARNIEJSZE KATEGORIE PLIKÓW” section? I’ve changed it to: ‘orderby’ ► ‘download_count’ but it does not work.

    3. Could you help me and tell me how can I put thumbs over blog posts (“AKTUALNOŚCI ZE ŚWIATA TECHNOLOGII” section) on my home page)?

    Thank you in advance for your help.

    #62007

    In reply to: Shortcode


    Shahriar
    Moderator

    You need Archive Page ( Directory Add-on ) for that. Use TinyMCE add-on to insert archive shortcode. You will find all available options there.

    The exact shortcode used on the demo page is the following one,

    [wpdm-archive button_style="inverse" link_template="link-template-panel-1-3" order_by="post_title" order="asc" items_per_page="10" cat_view="hidden"]

    #61999

    Sherry
    Member

    How do I grant certain users permission to download a pkg and show the download link?

    #61989

    Shahriar
    Moderator

    The 2checkout option is available in cart page after clicking “Checkout” button. Please use the following link check out the saved cart. I have added All Addon there.

    https://www.wpdownloadmanager.com/cart/?savedcart=599dc5ac126d3

    In 2Chkout site you will find the PayPal option after filling Billing Info,

    https://www.evernote.com/l/AUc2aODBgpBBOa0nPeg5sw-uOjWEA4P8Q0cB/image.png

    #61978

    Hi,

    I am using the WPDM Archive Plugin. I included the following code on a page and it looked as expected:

    [wpdm-archive cat_view="compact" link_template="link-template-loxberry-extended" order_by="title" order="asc" items_per_page="20" ]

    Example: http://plugins.loxberry.de/plugins/

    But if you click on “Next” or “Page 2”, the next page shows up correctly for a second or so, and then shows up with any style. Furthermore, the URL isn’t correct (missing /plugins/ Part). But even if I add /plugins/ to the URL, it showed up without any stype loaded.

    Example: http://plugins.loxberry.de/?wpdmtask=get_downloads&pg=52&category=0&cp=2

    Can you please check?

    #61928

    Shahriar
    Moderator

    If you allow only subscribers then download link won’t work for anyone else. Maybe your category settings is set to “All Visitors”.

    Please send temporary wp-admin login info in private reply to check the issue.

    #61912

    Shahriar
    Moderator

    This download link is showing because of <audio> tag conflict with another plugin.

    Remove marked line from wpdm-functions.php file to hide it.

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

    If still visible make following changes in /download-manager/libs/class.FileList.php,

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

    #61907

    I’ve posted this issue several times before. There is a space and a download link that is appearing in the footer of all out pages. This must be an inherent bug in the plugin, because you fix it and it comes back each time there is an update.

    http://www.agisinc.com

    #61906

    In reply to: Download Old version


    Shahriar
    Moderator

    Hi,

    WHich version of WPDM do you want?

    Here is the link for v.4.5.6 You can try it.

    https://www.dropbox.com/s/dcyzkm4g3c0t73c/download-manager-v.4.5.6.zip?dl=0

    Also, you can ask your server support to update your PHP version. WPDM latest version requires PHP >= 5.4

    Thanks.

    #61856

    Shahriar
    Moderator

    Sorry, It should be ['download_url'] not ['download_link'],

    <td><a target="_blank" href="<?php echo $data['download_url']; ?>">Download</a></td>

    You have to add the "searchPlaceholder" : "Search Records", line in wpdm-all-downloads.php file ( as datatable initialization argument – around line 60 ).

    #61831

    Shahriar
    Moderator

    Replace <td><?php echo $download_link; ?></td> with the following code,

    <td><a target="_blank" href="<?php echo $data['download_link']; ?>">Download</a></td>

    That should open link in new tab.

    Adding search placeholder,

    https://www.evernote.com/l/AUc0HVZ8-zxNBaPy0s_qZR0Ocxfh-SgnR98B/image.png

    #61812

    Brian Novak
    Member

    Thanks. I have made some edits to the template. Can you tell me how to get the download link to open in a new tab? Also, can you tell me how where I can set the Search input placeholder so that it reads “Search Downloads” ?

    Please see this page

    #61802

    bsweet
    Member

    I’m unable to provide credentials as this is an internal website that can’t be accessed publicly. We might be able to use TeamViewer, however.

    Another issue is that, after changing both the page template and link template for each download, nothing changes when viewing the page. No caching plugin is installed, too.

    #61720

    FIX Trading
    Member

    Thanks Shahriar! I was able to activate the license key.
    Now I am getting ‘file not found’ whenever I download a package. I checked in wp-content/uploads/download-manager-files and the files are there. Is there a problem with the link, because I copied the whole WordPress installation from one server to another?
    Regards, Eva

    #61713

    Shahriar
    Moderator

    I didn’t check portfolio post type code ( theme or plugin ) as it is coming from another plugin or theme. If the issue was related to WPDM I would have provided you a solution for that.

    Are you using wpdmpro.po file for translation source? I see the string Send Download Link To in that file on line 1791.

    #61701

    Kirsti
    Member

    Thank you! Does this mean that you can’t find the problem?

    Another issue: I have translated all the strings in but I am not able to find the text:
    Send Download Link To:
    (in the pop-up when I use the e-mail lock)

    Hi,
    Thanks for replying so quickly! That worked – all functioning as before. The only thing is that a line of text has appeared in the embedded card that I would like to remove – the line “send download link to:” . could you tell me how I can remove that please? Thanks

Viewing 25 results - 6,076 through 6,100 (of 9,527 total)