Search Results for 'download link'

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

    #86337

    Hi Support

    I am currently trying to create a page with WPDM tabular format, however the download button does not work.

    I have attached a screenshot and below is a link to the page.

    URL: https://downloads.cathexisvideo.com/test-ae-pack/?wpdmc=cathexisvision-2018

    Regards
    Laurika Hemraj

    #86314

    DJ_Jaybee
    Participant
    This reply has been marked as private.
    #86311

    Rouven
    Member

    Also: File-type-icons won’t display anymore after upgrading from free to pro! Please help me as soon as possible. (See. downloads –> downloads oberstufe, 1st three links)

    #86296

    Shahriar
    Moderator

    Hi,

    It is already possible using a custom template for frontend upload form.

    1 ) Copy the /download-manager/tpls/wpdm-add-new-file-front.php.
    2 ) Place it in /active-theme/download-manager/ dir.
    3 ) Hide all unnecessary settings in the new template using CSS.

    To preset category., link template etc you need WPDM Default values ( https://www.wpdownloadmanager.com/download/wpdm-default-values/ ) add-on.

    Thanks.

    #86293

    Shahriar
    Moderator

    Hi,

    You can use the master download link from all downloads page. Each package has a button to generate the master download link.

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

    By the way, You can create your grid using a custom link template. In that case, everything will be handled by WPDM automatically. You don’t have to copy and link the URLs. Custom templates are used to build a custom preview of the package/download.

    Thanks.

    #86291

    Shahriar
    Moderator

    You can use the orderby parameter to sort files by title,

    [wpdm_tree download_link=1 orderby=title order=asc]

    #86283

    Shahriar
    Moderator

    1 ) I have created a custom page template which shows the full sized thumbnail. You can use it to show the original thumbnail in package details page.

    2 ) Couldn’t find the “Goodtime Bakery” download in the provided link. Are you setting the featured image using JPG file or attaching it as a file available for download? Please send me a package link where you have faced this issue.

    Thanks.

    #86261

    Andrew
    Member

    Hello,

    I have a 3rd party theme that I am using and I wish to display all the packages in a grid layout with a button which the users can select to directly download each package. I have the grid setup, what I’m not stuck on is getting the download link for each each package. I was wondering if it is possible to get the id of the package through the custom fields metadata for each package, or if I be better off creating a new custom field which is the direct download link for each package? I also be glad to try any other suggestions.

    Thanks!

    #86247

    In reply to: Disable Details link


    Shahriar
    Moderator

    Yes, you can remove the details page link. Clone the template you are using now. Then replace [page_link] with [title]. That should do the job. You can create the custom template from Downloads Templates page.

    Please send temporary wp-admin login info in private reply if need help.


    Shahriar
    Moderator

    Please send me the file as a zipped format. Or upload it somewhere ( i.e. wetransfer ) and send the download link.

    #86244

    In reply to: Error 503


    Shahriar
    Moderator

    Hi,

    The pop issue is related to the active theme. It is preventing the Bootstrap popup, though not sure why. Your theme provider might have a better answer about this. I tested the pop up with a default theme. It worked there.

    However, you can use the embedded form style until the popup issue resolved. You can use any page template with [download_link_extended] template tag to apply the embedded form.

    Thanks.

    #86223

    Jonathan
    Member

    Hey guys,

    Is there a way of disabling the details link?

    Just want a simple download pdf link with icon?

    Many thanks

    JOnathan

    #86212

    In reply to: New Domain

    Yes, please link it to download.schenker-tech.de.

    Thank you very much.

Viewing 25 results - 5,101 through 5,125 (of 9,382 total)