Search Results for 'download link'

Viewing 25 results - 5,226 through 5,250 (of 9,352 total)
  • Author
    Search Results
  • #78914

    Antony Liaw
    Member

    Thanks! I am try to use the code in page template, but it’s not work.
    Where is wrong?

    
    <a href="[acf field='official-link']" class="btn btn-info btn-lg" onclick="wpdm_custom_url_click()">Download Now</a>
    
    <script>
    function wpdm_custom_url_click(){
    $Download_count = get_post_meta([ID], '__wpdm_download_count',true);
    update_post_meta([ID],'__wpdm_download_count', $Download_count+1 ); 
    }
    </script>
    #78896

    drscripto
    Member

    Hi there, I’ve set up some paid downloads on my site using Paypal. When I do a test purchase using Test Pay, I receive an email with the subject “Thanks for your purchase”. This directs me to the URL with the download link. But when I get orders via Paypal, the customer is not receiving this email and I am not receiving a copy of this email. What am I doing wrong?

    #78839

    Gianluca
    Member

    I’m trying to configure the role based restriction to certain files.
    I want to make all files visible to registered users, and certain files to a specific role.

    I can’t even restrict the visibility to registered users only. Take a look on my first attachment.

    If I click the download link, I can get the file, even if I’m not authenticated. I put the download link in my page with his shortcode – [wpdm_package id='1443'].

    Take a look at my second attachment to see how the package is configured.

    Expected behavior is: click on download should download the attachment for authenticated users; non-authenticated users should be redirected to login page.

    How can I do this?

    Wait for an aswer (quick if it’s possible).

    TIA

    Gianluca

    #78814

    Lex
    Member
    This reply has been marked as private.
    #78661

    In reply to: Tags only of WPDM


    Shahriar
    Moderator

    Please add the following code to your theme’s functions.php file and use [wpdm_download_tags cols="4" icon="tag" btnstyle="default"] shortcode to show the custom download tag created by the code I posted above.

    add_shortcode( 'wpdm_download_tags', 'wpdm_download_tags');
    function wpdm_download_tags($params = array()){
        global $wpdb;
        @extract($params);
        $parent = isset($parent)?$parent:0;
        $args = array(
            'orderby'       ► 'name',
            'order'         ► 'ASC',
            'hide_empty'    ► false,
            'exclude'       ► array(),
            'exclude_tree'  ► array(),
            'include'       ► array(),
            'number'        ► '',
            'fields'        ► 'all',
            'slug'          ► '',
            'parent'         ► $parent,
            'hierarchical'  ► true,
            'child_of'      ► 0,
            'get'           ► '',
            'name__like'    ► '',
            'pad_counts'    ► false,
            'offset'        ► '',
            'search'        ► '',
            'cache_domain'  ► 'core'
        );
        $categories = get_terms('download-tag',$args);
        $pluginsurl = plugins_url();
        $cols = isset($cols)&&$cols>0?$cols:2;
        $scols = intval(12/$cols);
        $icon = isset($icon)?"":"";
        $btnstyle = isset($btnstyle)?$btnstyle:'success';
        $k = 0;
        $html = "
    "; if($k==0) $html = ''; return "
    ".str_replace(array("\r","\n"),"",$html)."
    "; }
    #78650

    In reply to: Remove package name


    Shahriar
    Moderator

    Yes, you can hide or show any package info you want using a custom link template. You can create custom link template from Dashboard Downloads Templates page.

    Related documentation: https://www.wpdownloadmanager.com/doc/templates/creating-a-new-template/

    Please read more about custom templates here https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

    #78534

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

    Scott Kolbe
    Member

    Confirmed! All good on this side:

    – All plugins updated
    – Purchased downloads are stamped correctly
    – No link-expired.txt files

    Woohoo! Here’s hoping we never have to go back to that place, lol.

    Have a great rest of the week, thanks again.

    Scott

    #78434

    stevv
    Member

    Thanks Fahim for your reply.

    I think there are more issues with the Centric template. For example, the download link is missing and the widgets in the sidebar don’t show up. I will try a different template for this test.

    #78390

    In reply to: Link Template issues


    Shahriar
    Moderator

    Oh, got it now. The issue was related to the link_template parameter in wpdm_packages shortcode. The correct parameter should be template I have updated the homepage shortcode. Now download link is linked to the package details page.


    Shahjada
    Keymaster

    Hi,
    To change download link to a pretty button, please use:

    WPDM Image Button


    You may use some custom CSS to removed button style from tag.


    Claire
    Member

    Thank you, I’ve modified the code.

    Similar to this question: in the link template builder, or page template builder, I’ve the template variables.
    E. G.

    <div>[categories]</div>
    <div>[description]</div>
    <div>[tags]</div>
    

    How can I remove button for tag and add button for download link?

    In which file is the .css pull right class?

    
     <div class="pull-right" align="right">
    [download_link_popup]
     </div>
    #78234

    Shahriar
    Moderator

    1 ) This page restriction is coming from some other plugin. Archive Page doesn’t have any feature that blocks the page. Please try deactivating your access control plugins or check related settings.

    2 ) I have modified the plugin to open package details in a new tab when clicking the view details ( aps-content-cat.php line 66 )

    3 ) Added the download count with category name ( archive-page-with-sidebar.php line 34 )

    4 ) Changed the link template to link-template-panel-1-3 to show packages in 3 columns.

    #78226

    In reply to: Link Template issues


    Brian
    Member
    This reply has been marked as private.
    #78222

    In reply to: Link Template issues


    Shahriar
    Moderator

    The only difference I noticed is the download button. In frontend, the link template has a red download button which is coming from WPDM Image Button add-on. You have to disable the add-on if you want just text instead of a button.

    Looks like there is an issue with the order when shortcode is placed in the homepage. We are checking it and will add necessary patch in next release. For now please disable the toolbar using toolbar=0 parameter.

    #78165

    In reply to: Link Template issues


    Brian
    Member
    This reply has been marked as private.
    #78089
    This reply has been marked as private.

    KOHPMINISTRIES
    Participant

    Hello,

    I was debating with Download Monitor and your plugin… I chose yours, cause really like it. BUT.. I got an issue – PLEASE HELP ANSWERS ALL 5 ISSUES

    1- When activated the plugin will cause a PCRE limits exceeded on my server and won’t work either with my elementor pro editor, and it seems like cart won’t show either. Some pages in my elementor pro won’t load to be edited and show error 500.
    I contacted server host to allow more memory to 512M but still the same. I really like this plugin, the work done towards it, but when I deactivate, everything works fine with my elementor.

    I have contacted elementor team, and we looked into server logs, but same conclusion, your plugin causes server error. Please your help fixing it, and providing solutions will be greatly appreciated

    2- Please also look below see issue with display of items in my dashboard (screens shots)

    3- Issue with Registering page as well … another field for password and captcha shows. (see link)
    https://www.kohpministries.com/live/downreg/

    Screen Shot 2018-06-02 at 8.47.28 AM.png

    4- Under browser tab, I used to be able to navigate through my root outside of WP folder, where I have my files. But now I can’t anymore, it shows only the WP Root folder

    5- I followed these steps to make video downloading impossible, but yet it will be downloaded with right click on video anyway.
    Remove media attachment from your package.
    Attach video file with wpdm by uploading it or browsing from the server.
    Select page template video player
    PLEASE HELP ANSWERS ALL 5 ISSUES
    —————————————

    KOHP Team.
    Watch, Listen online audios teachings and musics for free @www.kohpministries.com

    Kingdom of Heaven and Prayers Ministries
    470-315-2356
    kingdom@kohpministries.com

    I have Donload Manager Version 4.7.1.
    Updated the WordPress to 4.9.6

    and my download link, when sent to the subscriber does not work.
    It says HTTP ERROR 500

    What can i do?

    I am having some issues/questions with using the Archive Page View when it is set to cat_view=”sidebar”. I am using the short-code below:

    [wpdm-archive button_style=”inverse” link_template=”link-template-panel” items_per_page=”ALL” order_by=”title” order=”asc” login=1 cat_view=”sidebar”]

    Issue #1
    This page display the results and seems to work when I am logged in as an administrator. If I am logged in with a restricted user that only has permissions to see 1 or 2 categories then the page displays a ‘You are not authorized to view this page’ message and display a click here link to login. This is strange because if I change the same shot-code from above to cat_view=”extended” it displays correctly with only the categories the user has permissions to see. When I use Tree View it also works only displaying the categories the user has permissions to.

    -What would be causing this?

    Issue #2
    When using cat_view=”sidebar” the page display of the package does not display properly if there is a short-code in the package contents. Instead it just shows the text of the short-code, (as seen in the attachment).

    – Can the preview be adjusted to display shot-code contents?
    – Can the ‘View Details’ button link be changed to open the package in a new tab altogether instead of showing the preview?

    Issue #3
    When using cat_view=”sidebar” is there a way for the sidebar categories to also display the number of packages within them?

    Issue #4
    How can I have the results when using cat_view=”extended” be displayed in 2 or 3 columns instead of just 1 column? The category buttons display in 3 columns fine but I would like to get the results when I click on a category to display in 2 or 3 columns as well. Similar to your demo at the link below:

    Archive Page Default

    This is the short-code I am using:

    [wpdm-archive button_style=”inverse” items_per_page=”10″ order_by=”title” order=”asc” cat_view=”extended” link_template=”5b104e1951dcb”]

    Thank you in advance for you assistance. A resolution will help me market this product to my other clients.

    #77838

    Good Day Support

    I am still having this problem every time I update the plugin.
    I tried deactivating the plugin and reactivating the plugin and that fixes the download pluging for just the main site and one subsite.
    I always replaced the [download_link] in my custom template to [link_label] and sttill it doesnt work for this one subsite.

    I checked if the code you changed in the class.Package.php file was same and it is.

    I have attached a screenshot that shows you that the package that has multiple documents in it does not download.

    Please, can I have some assistance?

    Regards
    Laurika Hemraj

    In the backend administrator, when you click on the “View” link for any of the package documents, a blank page displays with just a date. If you edit a package and then click on the permalink, the page also shows up blank with the exception of a date. Ex: https://littledixie.devcourtland.com/download/new-hire-required-reading-may-2018/. The document link isn’t displaying on the page.

    #77768

    Shahriar
    Moderator

    Please try creating a custom template using a template file.

    1 ) Copy any link template file from /download-manager/tpls/link-templates/
    2 ) Change the name and put it in /active-theme/download-manager/link-templates/ path
    3 ) Open the file and change the template name ( text after WPDM Link Template: ) at the top

    Now, check your templates from Downloads Templates. If this works you can use this approach to create custom templates.

    I have the paid version of Download Manager Pro. In my WordPress Plugins I have a message on my Download Manger “Please login to activate automatic update. Login Now”.

    But when I click on the link to Login now and enter my credentials and press SAVE SETTINGS, I get an error “Error: Invalid Login!”

    I have validated my credentials successfully by logging in directly to the website wpdownloadmanager.com

    Any idea what I am doing wrong?

    #77614

    In reply to: Cookies used in WPDM

    Hi,

    Download Manager sets the following cookies and these cookies are essential for the plugin to perform the basic functions. All of these are temporary means cookies are erased after closing the browser.

    unlocked_{file_id} – Tracks whether or not the current visitor unlocked a package/download.
    wpdmimported – Tracks the imported files of a directory when bulk importing files from a server dir.
    wpdm_getlink_data_{key} – Remembers the package/download data of an unlocked package/download for current user.
    global_success– Used to track user registration.

    And about the IP logging, Download Manager logs the users IP address for each download. If you want you can disable it from settings ( from the latest version) or add the info about this in your privacy policy to inform users.

    The plugin doesn’t send any information about users to anyone else. I am assuring you using WPDM won’t get you in trouble with the law. The issue is sensitive when using user data for Advertising or sharing with third parties. None of which is done by WPDM.

    Thanks

Viewing 25 results - 5,226 through 5,250 (of 9,352 total)