Search Results for 'all downloads'

Viewing 25 results - 2,351 through 2,375 (of 4,431 total)
  • Author
    Search Results
  • #94815

    Ariane Gordijn
    Participant

    Not all answers solve my questions, I will number the questions, make it easier?
    (Tried the ol list but no numbers?)

        1 File Cart shortcode [wpdm_file_cart]
        ► This will show the whole Cart, what I want is the tabs/buttons that will take you to the File Cart to be in the header, instead of floating on the right side. So it would be great if there was a shortcode to solve this.
        2 Not clear which name you want to change. Could you please send a screenshot pointing the location?
        ► Here I mean the same tab/button that send you to the cart. Right now it says: “Regiobranding downloads”. I would like there just Downloads or just a icon. The text is not wrapped in a span or something so to work it with CSS is also difficult. See https://www.iqheadquarter.nl/regiobranding/regiobranding-categorie/kaart/ for what I mean, right side the big tabs.
        3 Possible but requires lots of customization to show cart on the pop-up.
        ► Maybe it is easier to open in Lightbox? Is that possible?
        4 Please translate the text from /wpdm-file-cart.php file. Currently, the add-on doesn’t have the language file.
        ► Does this mean I have to do this again every time when the Add on had an update?
        5 My question: I combine File Cart with Form Lock and I have made a form with Contact Form 7. This is working but: First you have to fill in the form, click on send button and then the download button appears. I would like the send button of the form to start the download immediately so you won’t have to click another button. Is this possible?
        Your answer: Not possible right now. But noted for implementation.
        ► My client doesn’t like that. Is it maybe possible with Gravity forms or will I have also 2 buttons?
        6 My question: Also I would expect the File cart to be empty after downloading, but it isn’t?
        Your answer: Add the following code at line 123 in /wpdm-file-cart/tpls/file-cart-html.php to empty the cart after download.
        localStorage.removeItem(‘file_cart_data’);
        ► This works only partially, cart is not empty until you go to another page. Apparently something has to refresh as well. Do you have a solution for that?

    The url for all this https://www.iqheadquarter.nl/regiobranding/regiobranding-categorie/kaart/

    Thanks again and hopefully you can help.

    Regards Ariane

    #94812

    Kazi
    Spectator

    Hi,
    Here is the details of how to use the shortcode https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/
    and the demo is here https://demo.wpdownloadmanager.com/wpdmpro/package-list-in-responsive-table/
    Please let me know if you need more help.
    Thank you

    #94795

    Shahriar
    Moderator

    Hi,

    The correct shortcode for this use case is the category shortcode, not the all packages shortcode. Please check the category shortcode documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/

    Thanks.

    #94773

    Hi, how can we download previous versions of downloads we’ve purchased?

    Specifically at the moment we need PDF Stamper v1.9.1, Amazon s3 v2.6.3 and Advanced Custom Fields v1.7.3.

    Thank you.

    #94739

    Mark Woodroof
    Participant

    Hi

    Bit of an odd one that I have never seen before – when updating v4.9.0 it deletes the whole plugin folder and downloads a new folder (called Prosper) with a theme in it!

    Please advise.

    Mark

    #94718

    Shahriar
    Moderator

    How do you want to sort your downloads? By publishing date? Please check the category shortcode documentation here https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/

    #94674

    Shahriar
    Moderator

    You can delete all stats data from Downloads Settings Privacy tab. But no option yet delete stats based on date range.

    All of my downloads are showing as a number, e.g. https://www.hey.nhs.uk/downloads/ers-referral-forms/ shows as 588b540b86a6a

    What is happening? 🙁

    #94575

    Shahriar
    Moderator

    You can define the archive URL from settings page as shown in the screenshot above.

    Currently it is https://ps-cardiagnostics.com/all-downloads/

    #94571

    Shahriar
    Moderator

    You have created a custom template for wpdm-all-downloads.php which is the template file for all downloads shortcode. But the file is empty in /your-child-theme/download-manager/wpdm-all-downloads.php directory which basically removes all functionalities of all packages shortcode. Deleting this custom template should fix the issue.

    #94544

    In reply to: Search with tags


    Kazi
    Spectator

    Hi Sam,
    Here is the list of all valid data fields https://www.wpdownloadmanager.com/doc/short-codes/wpdm_all_packages-list-all-downloads-in-tabular-format-in-a-page/ and how to use.
    If you need to add tags function its not easy way. You need to edit files for customization.
    Thank you

    #94520

    Peter Kong
    Participant

    Hi. I have just enabled the download archive and I am still not able to get it to show all products on the same page – https://ps-cardiagnostics.com/all-downloads/. Please help. Thanks

    #94297

    Shahriar
    Moderator

    Hi,

    You have to customize wpdm-all-downloads.php template file to change the download button behavior. Create a custom template file for all downloads table to keep the changes even after the plugin update. Here is how you can do that,

    1 ) Copy the /download-manager/tpls/wpdm-all-downloads.php file.

    2 ) Place it in /active-theme/download-manager/ directory.

    3 ) Replace echo $download_link; with echo "<a target='_blank' href='".\WPDM\Package::getDownloadURL($data['ID'])."'>Download</a>"; in line no 355

    That should open the links in a new tab.

    Thanks.


    Luke Holloway
    Participant

    Hi,

    When I use [wpdm_category] it generates a login box (.w3eden div with a #wpdmlogin and a login form) in the header for every download on the page. It works fine while logged in, but visitors see the login boxes and it breaks styling on the page.

    I’ve tried other shortcodes such as [wpdm_all_packages] for the same categories and these display fine, the issue only happens with [wpdm_category].

    I need to use [wpdm_category] because I need the “AND” operator to display only downloads that fall within 2 categories.

    All packages are Allow Access: All Visitors, I’ve even set each category to “All Visitors” and still can’t get the login box to go away.

    Shortcode example:
    [wpdm_category id="documents, blue" operator="AND" toolbar="0" paging="1" order_by="field name" order="asc or desc" items_per_page="10" template="5c740c312dc7e" cols=2 colspad=2 colsphone=1]

    Thanks

    #94242

    prodesigner
    Participant

    Here is a short code that will show similar posts with thumbnails. Can you let me know what I have to update to include Downloads / All packages in the results too. Or if there is a better way to show similar downloads please let me know.

    <?php $orig_post = $post;
    global $post;
    $tags = wp_get_post_tags($post->ID);
    if ($tags) {
    $tag_ids = array();
    foreach($tags as $individual_tag) $tag_ids[] = $individual_tag->term_id;
    $args=array(
    ‘tag__in’ ► $tag_ids,
    ‘post__not_in’ ► array($post->ID),
    ‘posts_per_page’►5, // Number of related posts that will be shown.
    ‘caller_get_posts’►1
    );
    $my_query = new wp_query( $args );
    if( $my_query->have_posts() ) {

    echo ‘<div id=”relatedposts”><h3>Related Posts</h3>

    </div>’;
    }
    }
    $post = $orig_post;
    wp_reset_query(); ?>

    #94206

    ZOOK Marketing
    Participant

    I’m trying to display all of the downloads available and also remove the “Display ## downloads per page” located at the top left and also remove “Previous 1 Next” at the bottom right of the page.

    https://marketingportal.zookdisk.com/zook-branding/

    I have added an image and circled in red of what I want removed, but still be able to display all downloads.

    #94202

    Shahriar
    Moderator

    Hi,

    Category archive template is controlled by your theme. But you can partially control it from Downloads Settings Frontend Access Category Page Options. Chech the avilable option there.

    Another option is using a custom taxonomy archive template in your theme. The file name is taxonomy-wpdmcategory.php and you have to place it in your active theme directory. Implementing this requires PHP coding experiences.

    Thanks.

    #94149

    In reply to: How create a homepage?


    Shahriar
    Moderator

    The demo site is using our Crypton theme https://www.wpdownloadmanager.com/download/crypton/ So you need this theme to create the exact layout.

    But you can also use category shortcodes to display downloads from a category. Install the TinyMCE add-on ( https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ ) for using shortcode easily.

    #94125

    Elena Butler
    Participant

    Waw, thank you!

    It (sort of) works.

    The code counts the number of packages and downloads correctly, but it sticks results to the top of the article, and not where the shortcode really is.

    I also get “Updating failed” error every time I try saving the page. It seems the page actually does get saved though despite the error.

    Can you take a look why?

    #94013

    Noomia SPRL
    Member

    Hello guys,

    Right now, I’m using this code to generate my download button:

    $data['download_link'] = \WPDM\Package::downloadLink($data['ID'], 0, array(
    			'template_type' ► 'link'
    		));

    It generates this kind of HTML:
    <a class="wpdm-download-link btn btn-primary " rel="nofollow" href="#" onclick="location.href='https://mysite.com/?wpdmdl=5286&refresh=5c6d13a29aef41550652322';return false;"><span>Download</span></a>

    In the <a> tag, I would like to add a data-url attribute that will contain the href to the file. How can I do that? How can I get only the url, not the full <a> tag ?

    In fact, I need that because I want to create a “Download selected files” button, that will launch multiple downloads at once, depending on selected packages. (not all-in-one ZIP, but trigger each download separately). How would you do that?

    Thank you in advance,
    Cedric

    #93978

    Shahriar
    Moderator

    Could you please check the PHP error log or send me the log file. It should indicate where the issue is. Downloads are actually logged as I see the count is increasing.

    #93942
    This reply has been marked as private.
    #93909

    Shahriar
    Moderator

    So, You are using the default category archive template provided by your theme to display downloads. If you want to modify the ordering in this case, you have to customize the category archive template of your theme.

    But Download Manager has a category shortcode to show packages from a category in a better and customizable way. Here is a demo of category shortcode https://demo.wpdownloadmanager.com/wpdmpro/category-short-code/

    Shortcode documentation https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/

    You can keep using your theme archive but category shortcode gives you more control over the view and ordering etc without code customization.

    #93908

    Shahriar
    Moderator

    You can’t yet import the exported CSV to transfer your downloads. Because some column names don’t match the import file structure and some values are still exported in a serialized state. We are working on making this more useful. Currently, you have to change the column names and remove some CSV columns to make the exported CSV import ready.

    For now, your best option is using the WordPress default exporter/importer to transfer the downloads. That works fine when you are transferring all your downloads.


    Andy Woodward
    Participant

    We have just migrated multiple WordPress sites which use the Download Manager plugin to a new server with php 7.1.26 installed (the old server used 5.3). Ever since, the download buttons on WPDM package pages do not work – they do change the url of the window, but nothing downloads. However, if you remove the “WPDM Package URL Base” and the package name from the URL in the address bar, you not only get the download, but also the BEHAVIOUR configured in Download Manager settings (eg. if it is configured to try and open the file in browser, it does so, otherwise it simply downloads).

    Can you please advise why this has happened, and is there a simple config change we can make to correct it?

    Thanks in advance

Viewing 25 results - 2,351 through 2,375 (of 4,431 total)