Search Results for 'download link'

Viewing 25 results - 7,001 through 7,025 (of 9,350 total)
  • Author
    Search Results
  • #41076

    TerrorJunk
    Member

    I tried this code but it doesn’t seem to work.

     <div class="row" id="content-area">
                        <?php
                        global $post;
                        $z = 0;
                        query_posts('post_type=wpdmpro&paged='.get_query_var('paged'));
                        while (have_posts()): the_post();
                          if($z++<2){
                        ?>
                        <div class="col-md-6 col-sm-6">
                            <div class="thumbnail package-block" id="p-<?php echo get_the_ID(); ?>">
    
                                <div class="relative">
                                    <a href="<?php the_permalink(); ?>"><?php centrino_post_thumb(array(600, 200)); ?></a>
    
                                    <div class="mask">
                                        <div class="maskin">
                                            <h3><a href='<?php the_permalink(); ?>'><?php the_title(); ?></a></h3>
    
                                            <ul>
    
                                                <li><i class="fa fa-cog"></i> <?php echo wpdm_package_size(get_the_ID()); ?></li>
                                                <li><i class="fa fa-th-list"></i> <?php echo wpdm_package_filecount(get_the_ID()); ?> file(s)</li>
                                                <li><i class="fa fa-calendar"></i> <?php echo get_the_date(); ?></li>
                                            </ul>
    
                                        </div>
                                    </div>
                                </div>
    
                                <div class="meta text-right">
                                    <div class="package-rating pull-left">
                                        <?php if (function_exists('wpdm_package_rating_avg')) wpdm_package_rating_avg(get_the_ID()); ?>
                                    </div>
                                    <i class="fa fa-download"></i> <?php echo $dc = number_format(intval(get_post_meta(get_the_ID(), '__wpdm_download_count', true)), 0, '', ','); ?>&nbsp;&nbsp;
                                    <i class="fa fa-eye"></i> <?php echo get_post_meta(get_the_ID(),'__wpdm_view_count',true); ?>
    
                                </div>
    
                            </div>
                        </div>
                        <?php } else { ?>
                              <div class="col-md-<?php echo wpeden_get_theme_opts('homepage_np_grids', 3); ?>  col-sm-4  col-xs-6">
                                  <div class="thumbnail package-block" id="p-<?php echo get_the_ID(); ?>">
    
                                      <div class="relative">
                                          <a href="<?php the_permalink(); ?>"><?php centrino_post_thumb(array(300, 300)); ?></a>
    
                                          <div class="mask">
                                              <div class="maskin">
                                                  <h3><a href='<?php the_permalink(); ?>'><?php the_title(); ?></a></h3>
    
                                                  <ul>
    
                                                      <li><i class="fa fa-cog"></i> <?php echo wpdm_package_size(get_the_ID()); ?></li>
                                                      <li><i class="fa fa-th-list"></i> <?php echo wpdm_package_filecount(get_the_ID()); ?> file(s)</li>
                                                      <li><i class="fa fa-calendar"></i> <?php echo get_the_date(); ?></li>
                                                  </ul>
                                              </div>
                                          </div>
                                      </div>
    
                                      <div class="meta text-right">
                                          <div class="package-rating pull-left">
                                              <?php if (function_exists('wpdm_package_rating_avg')) wpdm_package_rating_avg(get_the_ID()); ?>
                                          </div>
                                          <i class="fa fa-download"></i> <?php echo $dc = number_format(intval(get_post_meta(get_the_ID(), '__wpdm_download_count', true)), 0, '', ','); ?>&nbsp;&nbsp;
                                          <i class="fa fa-eye"></i> <?php echo get_post_meta(get_the_ID(),'__wpdm_view_count',true); ?>
    
                                      </div>
    
                                  </div>
                              </div>
                          <?php } endwhile; ?>
                    </div>
    
                </div>
    
            </div>
        </div>
        <div class="text-center container">
            <br/>
            <button class="btn btn-primary btn-sm" id="loadmore" rel="2">Load More ...</button>
        </div>
    </div>
    #41074

    Shahriar
    Moderator

    Hi, I see, Downloads are loading after clicking category link. In initial page load  server responding with 500 error. Could you please send temporary wp-admin login information in private reply, so i can check this issue in your installation.

    #41062

    In reply to: Bugs found in V 4.5.3


    Faisal
    Member

    Hi Shaon,

    i just plugin WPDM Directory Add-on.

    2 bugas

    Site URL : http://portalhoy.com/descargas/

    Shortcode used:

    [wpdm-archive button_style="info" link_template="56ba1673a1469" items_per_page="10" category="category-slug" order_by="field-name" order="asc or desc"]

    1: when search a download > not found.

    exemple “play store apk” there are more then 15 download with the keyword but not found.

    2: i want to show 3 download per line like the Demo: http://demo.wpdownloadmanager.com/wpdmpro/archive-page-compact/ but the shortcode only show 1 per line. i try to use in code cols=1 colsphone=1 colspad=1 but nothing always showing 1 download pero line.

    Thanks!

    #40975

    Freshcom
    Participant

    Hi please help.. i would need to have Sub-Categorys on my download products, i am using this shortcode,

    [wpdm-archive button_style=”default” link_template=”link-template-calltoaction2″ items_per_page=”10″ category=”” order_by=”field-name” order=”asc|desc” wpdm-tags cols=”3″ wpdm-=”page-template=”template-1col-flat” categories cols=3 subcat=1]

    you can see the output here: http://goo.gl/udOaoe

    i get the subcategory now also shown as main cat?. and the dropdown dosent work

    thx 4 help in advance

    #40874

    In reply to: Order by updatedate


    therrmann
    Member

    I updated the plugin but it still pasts the following code into the post:
    [wpdm_packages link_template="link-template-panel" order_by="download_count" order="desc" paging="0" items_per_page="10" cols=1 colsphone=1 colspad=1 title="Most Downloaded Packages" desc=""]
    And as you can see. order_by="download_count" wich is incorrect. and should be ‘order_field=”download_count”‘
    But after many requests and bugreports i made i think this is the way your company works… 🙁

    #40841

    Shahjada
    Keymaster

    Built-in update will not work for main plugin yet, but we are working on that, until then, please download latest version from our site and update your copy manually.

    File download counted should work fine, but if you click on same download link several times in same session it will be counted as one.

    #40840

    In reply to: Template page help


    Shahjada
    Keymaster

    The style will depend on your selected link template. Please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code easily. Template docs:  http://www.wpdownloadmanager.com/doc/templates/

    However if you want me to setup a sample there in your installation, please give me temporary wp-amdin login info in a private reply.

    #40788

    CSTOne
    Member

    Hi ., thanks i have done it …

    now can able to see the files inside the folder ..

    it is possible to Redirect to new simple download page , if any user click download
    http://oi64.tinypic.com/29eknf8.jpg

    also inside file list instead showing in column , can you call action 4 link templete

    #40770

    kalico
    Member
    This reply has been marked as private.
    #40710

    Shahriar
    Moderator

    Use TinyMCE button to insert shortcode. No need to search for shortcodes. All are listed there.

    However here is an example of Archive Page Compact shortcode,

    [wpdm-archive cat_view="compact" button_style="success" link_template="link-template-panel-1-3.php" order_by="post_title" order="asc" items_per_page="10"]

    #40680

    kalico
    Member

    Hello! I’m in need of some advice about displaying videos in a modal.

    I am using WPDM Pro. I have some attachments that have a corresponding video. The video does not need to be downloaded by the end user, but I would like for the user to be able to easily view it when they download the file.

    I don’t have any trouble doing this when the Link Template takes the user to a Page Template to view and download. The embedded video in the “description” field works just fine.

    However, my preferred method (in use for all other downloads) is to use the [popup_link] shortcode in my Link Template. So the information about the download pops up in a modal window which contains some details about the file, and a download link. This way, the user never leaves the page or gets confused about navigation.

    My challenge is that the embedded video does not work in the modal window.

    The modal seems to be “basic HTML” only, so I get links and minor formatting. But so far, all my attempts to embed video just display the link to the video as plain text. If I upload the video to the media library, I get basically a screenshot from the video in the modal…there is no way to play the video.

    I would like the video to actually be embedded and play in the modal, so the user can watch it and also download the attached file at the same time, without leaving the page.

    Do you know of a way to make that work?


    Shahjada
    Keymaster

    — I need a package url with the issue to check
    — Use template tag [pdf_thumb_WxH] for pdf thumbnail, but it requires Imagick in your server
    — To download single file, you need to enable single file download from package settings and need to forward visitors to package details page. You need to insert package short-code inside page, you can add wpdm package or wpdm category in menu directly,  but if you want to use short-code in page, use a link template without [download_link] tag, docs: http://www.wpdownloadmanager.com/doc/templates/

    #40622

    markhoward01
    Participant

    That has worked, thank you.

    Please could you answer my other question: I cannot find where to change the individual file list download buttons. I have the image button plugin and that works for the package button on the link and on the page, but does not allow me to change the individual files download button.

    See http://devsite28.co.uk/index.php/2015/11/21/easter-offering-2016/

    I want to style/customise the invividual download buttons.

    Thank you

    #40608

    In reply to: Some setting error


    Shahjada
    Keymaster

    — For details button, you can add it from link template, docs: http://www.wpdownloadmanager.com/doc/templates/
    — Please make /download-manager/cache/ dir writable


    therrmann
    Member

    Not working:
    http://www.nowload.de/details/serino-desktop-tools-2014/
    http://www.nowload.de/details/serino-desktop-tools-2014/?wpdmdl=1176&ind=BJw53pk6ViFabMw-9B7bQF1ox5aU0kJ-cRMCWK8cka2SCmQSyAOL-MU-tY2JSNvIauUw_VNgaY52FENYShHQCgoNZzGrUzufdZ4OwqaP-VYbLVqqDHOS-bmJUCxsQiSG

    the download all link works but not the single file button.
    in your first post you wrote

    Sorry for the trouble, it is working fine now.

    Then it worked. I updated the plugin and it is not working anymore and you tell me it has something to do with the path? it worked before…

    Filesize is now correct via bulk import.


    therrmann
    Member

    What have you testet? We have a mix of relative path and external path.
    External Links are working.
    Local relative path not.
    Look: http://www.nowload.de/details/bauzeitenplan-projekt-manger/
    Singele filedownload does not work.
    Please fix and tell me what is the Problem?

    #40557

    Shahjada
    Keymaster

    Thanks for your appreciation.

    Yes, possible, pro version has easy to do extensive templating options ( Docs: http://www.wpdownloadmanager.com/doc/templates/ ). Now, to remove link and dots, please follow the steps:

    1. Clone the link template your are using for that package
    2. Replace [page_link] tag with [title]
    3. Remove [excerpt_...] tag
    4. Save the template
    5. Now use this link template for your packages.
    #40548

    SCDrie
    Member

    Great plugin!

    In the free version only the download link was visible, and the title of the package was not clickable.
    If you click on “download” the file starts to download immediately in the browser
    This was perfect for our website

    After installing the Pro version the title of the Package is also clickable.
    We don’t want this.
    The title of the package should NOT be clickable and the links of the package should be invisible

    Is this possible to disable the links of the titles and disable all the URLS’s of the packages?
    So only a download link.

    So I want basically the same layout as the free verion
    We bought the Proversion only for the stats


    One smaller question:
    Is it possible to hide the three dots under the package title?

    Thank you so much!

    #40539

    In reply to: Embedding


    Shahjada
    Keymaster

    Custom template or not, the download link actually will be generated from plugin and it will be shown as configured from package settings.

    #40521

    mbross
    Member

    This is a topic from the free version that I am moving here: When I add a package and select the “form lock” (using a form in contact form 7), it doesn’t show a download link or the form. If I disable, the download button appears and the file can be downloaded. Any help would be great. Thanks.
    -Matt

    #40518

    In reply to: Some setting error


    treativa
    Participant
    This reply has been marked as private.

    Apostle
    Member

    I’m using your product for my website (kingdomlearningchurch.org) after my customers buy products, there download link or page is not given to them can you asst. me in fixing this mater….maybe its something I missed in my settings…..Email: Pastorgc@aol.com…I have Pro. Version the latest update also…..

    Pastor Gary Carter, Jr.

    #40494

    Shahjada
    Keymaster

    Please download and update plugin again, it will work fine with [download_link], please apply license key in download manager settings license  tab, you can get the key from download page in our site.


    Shahjada
    Keymaster

    If you want to disable full package download, you can remove/skip [download_link] tag from/in link or page template and enable individual download. Doc: http://www.wpdownloadmanager.com/doc/templates/


    orpheus
    Member

    Hi,

    I am having the same problem. After 4.5.4 update single file download button gives me link as described above and file downloaded is always called “download” and has 0 file size.

    All other links for download are working fine, just this button not.

    Is there a quick fix for this ?

    Thanks

Viewing 25 results - 7,001 through 7,025 (of 9,350 total)