Search Results for 'download link'

Viewing 25 results - 4,851 through 4,875 (of 9,502 total)
  • Author
    Search Results
  • #93734

    Shahriar
    Moderator

    Did you try the [download_link_extended] tag? That should work on IE too. I see you are still using the popup.

    #93705

    Hello Shahriar,

    thank you very much for your answer! Unfortunately, I already read that and used it in my code, but it still dosen’t work:
    [wpdm_all_packages items_per_page="20" categories="beschluss-und-positionspapiere, documents-in-foreign-languages, grafiken, initiativen, reden, studien-und-analysen, vortraege-und-praesentationen, weitere-themenbereiche" jstable=1 order_by="field_name" order="DESC" cols="title,tags,download_count|excerpt|categories|publish_date|download_link_blank“ colheads="Title|Excerpt|Categories|Publish Date|Download::155px"]

    Instead of publish_date it shows the update_date and excerpt isn’t displayed at all… See here the second table: https://hans-josef-fell.de/dokumente_tabelle

    Could you please let me know, what I’ve done wrong?

    Best regards
    Siglinde

    #93691

    In reply to: Dropbox Download Count

    It doesn’t work when they download from the grid. Only if they click on the link to open the card.


    Shahriar
    Moderator

    Do you want to use single download link for multiple pacakge and apply the email lock on that link? File Cart add-on allows a user to add files from various packages and download all file later from the cart using a single download button. It does have the email link option but doesn’t apply the email lock.

    Sorry, it is not possible yet.


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

    In reply to: Permission denied?


    Hamid Ali Anjum
    Participant

    Great! its working. Two quick questions:

    Q1: how can i share a temporary download link to my customers, in case they miss to download the item or want to re-download it?
    Q2: To make it keep working, is there any specific setting i need to tune every time i update the plugin? or is it a permanent fix?

    Thanks.

    #93662

    Shahjada
    Keymaster

    Even if the popup auto closes, if the user wants to get another link, they can click download button again and request another link with email.

    #93660

    Hello,

    we have used the pro plugin for a table on this page: https://hans-josef-fell.de/dokumente_tabelle
    by using this code:
    [wpdm_all_packages items_per_page="20" categories="beschluss-und-positionspapiere, documents-in-foreign-languages, grafiken, initiativen, reden, studien-und-analysen, vortraege-und-praesentationen, weitere-themenbereiche" jstable=1 order_by="field_name" order="DESC" cols="title,tags,download_count|categories|publish_date|download_link_blank“ colheads="Title|Categories|Publish Date|Download::155px"]

    We would like to have the publishing date instead of the updating date displayed in the table. Furthermore, we also would like to display the excerpt of the package in the table if this is possible. How should we write the code?

    Thanks and best regards
    Siglinde

    #93633

    In reply to: Dropbox Download Count


    Shahjada
    Keymaster
    #93631

    In reply to: Permission denied?


    Shahjada
    Keymaster

    Hi,
    Master download link is working fine now. FYI, only master download link will be able to download premium items directly if you authorize it.

    #93592

    Shahriar
    Moderator

    Download Manager Pro latest version + your custom Form Lock add-on works fine. Just tested the email link option on my demo setup. Got email after form submission.

    #93587

    renzukoken
    Participant

    Hi there,

    Question for this evening, i am using Download manager since many many years and i’m completely satisfied.

    Using the 4.1.3 since i installed it with another plugin to order download by alphabetical order, i decided to update it with the lastest version of WPDM.
    Badly, i had to postpone the update due to some graphic changes/issues with my template that was not supported anymore with the lastest wordpress.

    during the time i need to investigate to modify WPDM template to fit my old wordpress template, is there a way to order download by name? i saw few times on google some short code or other things, but there is actually no short code to input. I add a category, add downloads to it, and i add the link of the category on my menu. thats it (unless i missed something)

    Which file should i modify for ALWAYS having all my downloads, from any category to be orderded by alphabetical order?
    My goal is to remove the other plugin that was re-ordering downloads on top of WPDM.

    Thanks!

    actually using : “Alphabetic Pagination” plugin otherwise it’s always by date

    #93538

    Shahriar
    Moderator

    Hi,

    Use a custom link template to customize the look. You can clone the link template you are using now. Then remove the [file_size] tag from there to remove the size indicator.

    Access the template edit from Downloads Templates page. Send login info in private reply if you need help with the custom template.

    Thanks.

    #93509

    In reply to: Permission denied?


    Hamid Ali Anjum
    Participant
    This reply has been marked as private.
    #93507

    Jefferson Stovall
    Participant

    Hello–

    My client is using WPDM to manage a variety of file types, including links. I’d like to update the display so that “Download” changes to “Link” and to remove the size indicators: https://www.dropbox.com/s/gjk5nehhi6b4bpl/Screenshot%202019-02-08%2013.48.42.png?dl=0.

    I am using both the base WPDM plugin and the Archive Page plugin, but I can’t figure out where to adjust these. Can you help me understand where to look for that?

    Thanks much!
    -Jeff

    #93502

    When I turn on Email Lock, and someone is entering their information to download the file, the prompt for their email address is messed up (see attached).

    Right now it says, “Send Download Link To:”, and then the prompt says: ‘.$eeml.’

    How can I change it to say Email?

    #93487

    In reply to: permission denied .txt


    Shahriar
    Moderator

    Please read my last reply again. I think you have missed what I explained in the last paragraph and in the screenshot. The point is You have to replace all your direct links ( e.g. Curva Sofa 2D files – Download ) with a shortcode like this [wpdm_package id='pacakge_id']

    #93482

    Shahriar
    Moderator

    All filters can be applied by following the approach shown here https://www.wpdownloadmanager.com/doc/filter-reference/wpdm_single_file_download_link/

    And here is anothet example. I have modified the single file download button text here.

    add_filter('single_file_download_link_label','single_file_download_link_label');
    function single_file_download_link_label($file){
        return 'Custom Label';
    }
    #93460

    In reply to: permission denied .txt


    giovanni
    Participant

    i’ve downloaded the add on – default value- setted the link as the attacched file…is it corret?…i don’t see any changes

    #93448

    Shahriar
    Moderator

    Hi Ariane,

    There are some filter hooks available to customize the [file_list_extended] output.

    1 ) single_file_download_link_label Customize the single file download link label. Default label is ‘Download’

    2 ) wpdm_single_file_download_link Customize the single file download link

    3 ) individual_file_action Add additional options with single file. i.e. add file cart button

    4 ) file_list_extended_show_thumbs Show / Hide thumb.

    Or you can just make your own custom tag using the approach suggested above to add more customization.

    Thanks.

    #93444

    In reply to: Redirect to login page


    Shahriar
    Moderator

    Download Manager has the option to replace the download button with the login page link when a user is not logged in. You can customize this login button from Settings Basic Messages Login Required Message: option. Are you trying to do that?

    Or just want to redirect all guest users to the login page from any page in general? Add the following code to your theme’s functions.php file if this is the case. Before adding the code create the login page with WPDM login shortcode [wpdm_login_form logo="your_logo_url"] and set this page as Login Page in Settings Frontend Login Page option.

    add_action( 'template_redirect', 'wpdm_login_redirect' );
    function wpdm_login_redirect(){
        if( ! is_user_logged_in() && get_the_ID() != get_option('__wpdm_login_url') ):
            wp_redirect( get_permalink( get_option('__wpdm_login_url') ) );
            exit();
        endif;
    }
    #93422

    Shahriar
    Moderator

    Looks like the shortcode is coming from some other plugin, not WPDM Accordion add-on ( https://www.wpdownloadmanager.com/download/wpdm-accordion/ )

    Here is a sample accordion shortcode,
    [wpdm-accordion cats=”catid,” cat_style=”default” subcat_style=”success” template=”link-template-calltoaction2″ orderby=”title” order=”asc”]

    #93410

    Bob Hall
    Participant
    This reply has been marked as private.
    #93408

    Shahriar
    Moderator

    Users can visit the download page to download the file.

    It is possible to add the main download button by doing the following customization but it is not guaranteed that it will work. Add the code at line 227 in /tpls/wpdm-add-new-file-front.php template. ( Make a template file like the previous template file )

    <?php if( isset( $pid ) ) echo \WPDM\Package::downloadLink($pid, 0, array('template_type' ► 'link')); ?>

    #93397

    In reply to: permission denied .txt


    Shahriar
    Moderator

    The “Register now” page link is coming from the Custom Link Template. Your plain download links have to be replaced by WPDM Shortcodes. Otherwise, you can’t add the “Register Now” link.

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

    Actually, as you have to replace all the links, Default Values add-on won’t be much help. This add-on can bulk update any package settings. So, I thought using this you could change the link template of all packages in a single click. But changing the link template in pacakge settings doesn’t have any effect on your plain links. It would have been a great solution if you used shortcodes to show downloads.

Viewing 25 results - 4,851 through 4,875 (of 9,502 total)