Search Results for 'download link'

Viewing 25 results - 5,026 through 5,050 (of 9,326 total)
  • Author
    Search Results
  • #86817

    Shahriar
    Moderator

    Hi,

    Please send temporary wp-admin login info in private reply ( check the private reply button in the form below ). I will fix the warning issue in login and sign up form.

    You can add a logo parameter in the login and sign up shortcode to fix the issue.

    [wpdm_login_form simple=1 logo="https://demo.wpdownloadmanager.com/wpdmpro/wp-content/uploads/sites/2/2018/01/wpdm-icon-620.png"]

    There are many ways to display your downloads. The simple one is all downloads table which shows all available downloads in a tabular format.

    [wpdm_all_packages]Documentation Link.

    Install the TinyMCE Button add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) to insert shortcodes easily.

    Thanks.

    #86796

    Lee T
    Member

    Recently the plugin stopped working. First, it wont display properly for the custom link template. (if I put download_link – a “#” appears) and for the download page template, where I have a password, the input fields appear but when you hit “download” nothing happens.

    #86785

    Shahriar
    Moderator

    Hi,

    Please use a custom page template to customize the package view. You can clone the current template you are using now. Then remove unwanted info blocks from there. Template editor is available in Downloads Templates page.

    After creating the custom template you have to set it in the package settings to apply in frontend view.

    Here is a detailed post on custom template https://www.wpdownloadmanager.com/building-a-wordpress-download-manager-link-template-from-scratch/

    Thanks.

    #86780

    Scott Erholm
    Member

    Thanks, but there’s not really a URL as such. I’m just testing. I just wished to know if there is a method to display some content after the user clicks the download link which comes in the email.

    In order to test it, you could visit https://agilatech.com/download/lynxari-2-0-0-linux-x64/ and then agree to the terms, and then enter your email, and then click the link in the email.

    Thanks

    #86776

    iTesla
    Participant

    Hello, have renew my license for this function to make it work.
    Have decided to force members to Like my FB page.
    I have installed last update but i see the issue is not solved.
    Problem is if i like the page it does not show download button but stay with Like with how many likes it was liked then i press unlike and like again it reloads show Download button then page not found with /undefined url similar to other topic i found here i have seen you told to that person the patch will be in new release but it does not work with last update.
    See this link for google drive video i made with issue i have the second pop up window is not captured i record with Xbox in win 10 that is why it is not shown in the video.
    https://drive.google.com/open?id=1q1XrK4zGpipUHlW-JlknPyTKQDPKYm_v

    Also i wonder does the like button will disappear for other packages if the page was already liked?

    Hi guys,

    I have the same problem als outlined in this older thread by another user here: https://www.wpdownloadmanager.com/support/topic/all-downloads-giving-download-not-available-txt/
    And it’s also as Shariar told the user there: there are no files linked to that package.

    BUT – and here comes the point – all dwonloads were linked to the respective files.
    What we did is, we cloned the whole WP installation and put it to a new server (new IP, new Domain). Everything seemed fine, but not the downloads. All files where transported, but somehow WPDM just deleted(?!) all links between the package and the respective files.

    What can we do? We need that clone as it will be a productive part of a banking website for a customer.
    So we’d need quite urgend support on this one.

    Thanks a lot in advance!
    Christoph

    #86764

    In reply to: Hide document size


    Shafayet
    Moderator

    Try using different link/page template. However, more details option to show/hide any particular data is only available with the pro version.

    Templates

    #86748

    Shahriar
    Moderator

    Hi,

    The key should work fine with 2 more domains as your key is linked to 3 domains. Are you using the latest version of Download Manager? The invalid key issue might appear in some older versions of WPDM.

    Please send temporary wp-admin login info in private reply if you are getting the error with the latest WPDM.

    Thanks.

    #86746

    Maklei
    Member

    Hi,

    I wan to hide all the metadata and keep only the link to download files.

    Can you tell me how to do that?

    Bets regards,
    Maklei


    Shahriar
    Moderator

    Hi,

    You can use a custom link template to modify the template behavior.

    Clone the current template you are using now and replace [page_link] with [title] to remove the details page link. If you want the title to have the download link you have to wrap it inside a link tag as shown below,

    <a href="[download_url]">[title]</a>

    Please read this post to know more about custom templates.

    Thanks.

    #86736

    In reply to: Ninja Form


    Shahriar
    Moderator

    You can use send_download_link_to_label hook to customize the Send Download Link To: text. Here is the code you have to add to your theme’s functions.php file. No option yet to change the placeholder text,

    function wpdm_send_download_link_to_label( $text ){
        $text = 'Customized label for Send Download Link To:';
        return $text;
    }
    add_filter('send_download_link_to_label','wpdm_send_download_link_to_label');
    #86713

    Hamid Ali Anjum
    Participant

    Hi,

    Package icon is displaying too big on Microsoft Edge. Please check the attachment.

    Following is the current code of my package template:

    <div class="panel panel-default">
    <div class="panel-body">
    [description]
    </div>
    <div class="panel-footer" data-durl="[download_url]" >
        <div class="media">
            <div class="pull-left">[icon]</div>
            <div class="media-body"><strong class="ptitle">[title]</strong>
                <div><strong>[download_link]</strong></div>
            </div>
        </div>
    </div>
    <div style="clear: both"></div>
    </div>
    

    Link: https://www.doctemplates.net/christmas-themed-award-certificate-templates/

    #86598
    This reply has been marked as private.
    #86574

    Hamid Ali Anjum
    Participant

    Hi,

    When uploading the feature image of a package, it shows the default image URL /wp-content/uploads/05/18/image.jpg.
    BUT upon showing the packages on single post. the image URLs are changed to wp-content/plugins/download-manager/cache/Balance-Sheet-Template_Page_1-1-0x0.jpg.

    Which is not good for image SEO. Can you please guide me about how to keep default image URLs when displaying the package, instead of WPDM url.

    Link: http://update.wordtemplatesonline.net/3955-2/
    Right click > View image to check the current path.

    Thanks.

    #86567

    Hello again
    Regarding audio problem, it seems that all audio downloads have lost link to audio files…
    If I click on Download, I get a text file “file not found”.
    Why are the links broken (they were generated by bulk import).
    Regards

    #86566

    Shahriar
    Moderator

    Button template doesn’t show the icon just the download label.

    However, you can create a custom link template ( Downloads Templates ) with the following code to show the icon with download label.

    [icon][download_link]

    #86505

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

    Shahjada
    Keymaster

    Hi,
    You can specify link template with shortcode, please use tinymce button add-on to generate shortcodes:

    Advanced TinyMCE button


    CD&M
    Participant

    Hi,

    on the web I have a list of all publications with it’s numbers. Now I would like to have a link to the “current publication” in the service column and would like to name it that way. Is there a way to do this?

    Something link that:

    [wpdm_package id='33333' label="aktuelle Ausgabe"]

    [wpdm_package id='33333']aktuelle Ausgabe[/wpdm_package id='33333']

    #86358

    CD&M
    Participant

    I have created my own link template. Is it possible to set this as the default value when adding new download packages? How do you do that? Thank you for your advice.


    CD&M
    Participant

    got it!

    [wpdm_category] – Query All Downloads From One or More Categories

    template TEXT No link-default-default Use link template ID here

    #86349

    Raman K Attri
    Participant
    This reply has been marked as private.
    #86347

    lmobile
    Member

    Hello

    we get within chrome developer tool this error. The error occurs within the admin dashboard.

    notice.php?wpdmvarsion=4.7.7:1 Failed to set referrer

    Failed to set referrer policy: The value ” is not one of ‘no-referrer’, ‘no-referrer-when-downgrade’, ‘origin’, ‘origin-when-cross-origin’, ‘same-origin’, ‘strict-origin’, ‘strict-origin-when-cross-origin’, or ‘unsafe-url’. The referrer policy has been left unchanged.

    Is this caused by WPDM? Also we expect maybe this error causes another problem with calendarize it! plugin. There we could not save options page within calendarize it!, options always reseted after saving. Support of them told me maybe this error could be a part/ the reason for the problem.

    Thanks fo your help Marc

    <html>
    <head>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.css" />
    <link href="https://fonts.googleapis.com/css?family=Karla" rel="stylesheet"> 
    <script
      src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
      integrity="sha256-3edrmyuQ0w65f8gfBsqowzjJe2iM6n0nKciPUp8y+7E="
      crossorigin="anonymous"></script>
      <style>
      body,p{
    font-family: Karla, sans-self;
    font-size: 10pt;
    line-height:1.3 !important;
    letter-spacing: 0.5px;
    
      }
      time{
        font-size: 8pt;
        margin-top: 10px;
        display:block;
        color: #aaaaaa;
        font-style: italic;
      }
      .media-content{
        overflow: unset;
      }
      .content figure{
        margin:0 !important;
      }
      .fb-page.fb_iframe_widget iframe,
      .fb-page.fb_iframe_widget{
        width:100% !important;
      }
      </style>
    </head>
    <body>
      <div id="fb-root"></div>
    
      
      <script>
    window.fbAsyncInit = function() {
        FB.init({
          appId            : '221324504570049',
          autoLogAppEvents : true,
          xfbml            : true,
          version          : 'v2.11' 
        });
    
      };
    
      (function(d, s, id){
         var js, fjs = d.getElementsByTagName(s)[0];
         if (d.getElementById(id)) {return;}
         js = d.createElement(s); js.id = id;
         js.src = "https://connect.facebook.net/en_US/sdk.js";
         fjs.parentNode.insertBefore(js, fjs);
       }(document, 'script', 'facebook-jssdk'));
     
       jQuery(function($){  
     
        setTimeout(function(){
    
          FB.api(
          '/141087719309477/feed?access_token=200909553297304|Wk3QiltHyAJOsdKy4LTbyulusYQ&fields=name,link,type,status_type,description,picture,message,created_time,permalink_url&limit=5',
          'GET',
          {},
          function(response) {
            $.each(response.data, function(i, post){
              
                var cdate = new Date(post.created_time);
                cdate = cdate.toString().split(' GMT');
                cdate = cdate[0];
                $('#fb-posts').append('<div class="card"> <div class="card-content"><div class="content"><article class="media"><div class="media-left"><figure class="image is-64x64"><img src="'+post.picture+'" alt="Image"></figure></div><div class="media-content"><div class="content"><p>'+post.message+'</p><time datetime="'+post.created_time+'">'+cdate+'</time></div></div></article></div></div><footer class="card-footer"><a target=_blank href="'+post.link+'" class="card-footer-item">Learn More</a><a target=_blank href="'+post.permalink_url+'" class="card-footer-item">View On Facebook</a>    </footer></div>');
            });
          }
        ); 
    
        }, 2000);
           
       });
     
    </script>
       <div class="fb-page" data-href="https://facebook.com/wpdownloadmanager/" data-width="400" data-small-header="true" data-adapt-container-width="true" data-hide-cover="true" data-show-facepile="true"><blockquote cite="https://facebook.com/wpdownloadmanager/" class="fb-xfbml-parse-ignore"><a href="https://facebook.com/wpdownloadmanager/">WordPress Download Manager</a></blockquote></div>
       <div id="fb-posts"></div>
       <!-- a href="https://www.wpdownloadmanager.com/download/opt-in-magic/?utm_source=OptinMagicWPD&utm_medium=DashboardWidget&utm_campaign=new_addon" target=_blank><img src="https://www.evernote.com/l/AV0tp5IsHFFPEqNmyN2RzTZtzyDVBjbYYlIB/image.png" alt="New Add-on: Opt-in Magic" /></a -->
    </body>
    </html>
    
    #86343

    Joshua
    Member

    I’m finding that some of my downloads are not accessible. When I click the link to download on a page, I instead download the text file that says “File Not Found.”

    I have a multisite installation and this is on one of the sub-sites. I’ve deactivated and reactivated the plugin on the sub-site level as I’ve seen instructed in other threads.

    Can you please help me correct this? I am using WPDM Pro.

Viewing 25 results - 5,026 through 5,050 (of 9,326 total)