Search Results for 'download link'

Viewing 25 results - 4,726 through 4,750 (of 9,382 total)
  • Author
    Search Results
  • #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.

    #93396

    Shahriar
    Moderator

    Latest WPDM is using the latest Font Awesome, so the issue may be arisen from there. However, I have to check your installation to be certain about the origin.

    Create a new support ticket to discuss this issue further. And send me the shortcode you are using there. Maybe you are using the wrong parameters. For example the following shortcode will display downloads in 3 columns,

    [wpdm-archive cat_view="compact" button_style="inverse" link_template="link-template-calltoaction1" order_by="post_title" order="asc" items_per_page="9" cols=3]

    #93360

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

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

    In reply to: permission denied .txt


    giovanni
    Participant

    when i try to download a 3d or 2d file i need to redirect to this page
    https://www.tosconova.com/nuovo/register-now/

    i’ve add the link and now is ok…

    but i can’t understand why i need to add an add on to bulk change the default value and i can’t use the simple download link i have already created for all my 1200 link…

    #93349

    lmobile
    Member

    Dear Shahriar

    webpage link is: https://www.l-mobile.com Yes we used a custom template for downloads and archive page. How is it possible to create a custom archive page template? We tried to overwrite existing css but as we have problems to find right classes to customise behaviour of category overview.

    Best Regards Marc

    #93347

    Shahjada
    Keymaster

    Hi,
    Here are the answers to your queries:

    1. If files are added as URL ( from local server or remote file ), zip download will not work, as php can’t create zip file from urls.
    2. No such option for now, but noted for implementation.
    3. You can do that by editing that link/page template. Doc: https://www.wpdownloadmanager.com/doc/templates/

    Please give me temporary wp-admin login info in a private reply if you want me to check those in details.
    Now, your forum posting should work fine, but if you face issue again in forum, please mail to support@wpdownloadmanager.com

    #93329

    Bob Hall
    Participant

    Hi There;

    I have several items I need help with, probably easy for you pros, but i’m unable to figure them out:

    1) Users downloading from their cart get a 15 byte zip file regardless of the number of items in the cart. if they download individually or a complete package it works fine

    2) I need to be able to display the file size and / or the file title in the cart vs. the file name – can this be done and if so how?

    3) I need to modify the template i created for the package list to do the following:
    a) the package title needs to be underlined in red to match the rest of the titles on the site
    b) i need to remove the “related downloads” links at the bottom of the pages

    thank you!
    Bob

    PS: I’ve been trying to post this for a couple of weeks, in firefox, if this works, it’s in safari… I wonder why?

Viewing 25 results - 4,726 through 4,750 (of 9,382 total)