Search Results for 'all+downloads'

Viewing 25 results - 1,326 through 1,350 (of 4,376 total)
  • Author
    Search Results

  • Ikram Dirujii
    Participant

    Sir i tried a lot from thewpdm-all-downloads.php file inside in the tpls3 folder, I did other all changes but I did not understand the link, so I want to open the [page_url] instead of download_link

    #149735

    In reply to: Templates


    martin
    Participant

    Thanks. I have resolved that issue but now have a new one.

    1) How do I create a grid of flip-card items that are part of the same package

    2) My shortcodes do not work.

    For example:

    [wpdm_all_packages login=1 thumb=1 items_per_page="20" categories="free-financial-calculator-downloads" jstable=1 order_by="field_name" order="ASC/DESC" cols="title,file_count,download_count|categories|download_link" colheads="Title|Categories|Download::155px"]

    displays with no problem

    But this does not display:

    [wpdm_package id='271915']

    We are using “classic editor” and will not use Gutenberg.

    Thanks for your help.

    #149723

    Ikram Dirujii
    Participant

    Sir NAyeem plz solve my problem, without Adsense ads using the wpdm is waste for me, because I am not selling anything I am providing free downloads, AdSense are working fine on my all pages, but on wpdm package pages also showing less ads, and on lazy page 0 ads

    • This reply was modified 4 years, 3 months ago by Ikram Dirujii.
    #149706

    In reply to: item_per_page


    CSDS
    Participant

    Thanks, that did the trick. To help others, it would be ideal to update your documentation at https://www.wpdownloadmanager.com/doc/short-codes/wpdm_tag-query-all-downloads-from-specified-tags/

    #149645

    CSDS
    Participant

    Hi, I’m using the following to query all downloads from a specified tag – however the item_per_page parameter doesn’t seem to be working, no matter if I specify 5 or 50, for example. It just shows 10 and only 10.

    <?php echo do_shortcode("[wpdm_tag id='foobar' item_per_page='50' order_by='update_date' order='desc' template='foobar-link' toolbar='0' cols=1 colspad=1 colsphone=1]"); ?>

    #149627

    Andy Blakely
    Participant

    Hi there,

    When I create a page template in elementor for the downloads page, it then doesn’t render the WPDM shortcakes, why is that? can we get a fix on this as it really limits the design of download pages.

    #149609

    Shahjada
    Keymaster

    Working fine now:
    Downloads%20%E2%80%B9%20Affiliate%20Training%20PLR%20%E2%80%94%20WordPress

    The issue was due to other plugin’s js code conflicts, any properly built plugin shouldn’t add js code sitewide, where it is not necessary. However, I’ve added some js code to override the conflict.

    WPDM Gutenberg block plugin to generate shortcodes visually.

    #149581

    Nayeem Riddhi
    Moderator

    Hi,

    It is better for you if you use the latest version of WPDM, for updating the WPDM, you may follow this procedure, please simply click the Save Settings again for the license key option from Downloads > Settings > License, which will regenerate the access token. Finally, go to the plugins page and the update will work fine this time, and if you want the older version of WPDM, Please mail support@wpdownloadmanager.com, I hope you may get the help

    thanks

    #149554

    Tom
    Participant

    I have now tried again and found that the downloads are no longer accessible until I execute the following SQL command in the database:

    
    UPDATE wp_postmeta SET meta_value = replace(meta_value,'http://old.url','http://new.url');

    Of course, I have adapted “old.url” and “new.url” to my URLs.

    Before, all downloads were still linked, but after this command they were no longer. How can I correct this?

    • This reply was modified 4 years, 3 months ago by Tom.

    Steve Laborie
    Participant

    Hi. Have a serious problem.
    Moved from test server. changed the root folder accordingly.
    Now, all the previous attached files are not there anymore. In addition, If I try to set them manually, Form lock rotates and nothing happens. We have 300+ Downloads, thats serious.
    Help?

    #149511

    Shahjada
    Keymaster
    #149499

    Ignition
    Participant
    This reply has been marked as private.
    #149415

    Nayeem Riddhi
    Moderator

    Please simply click the Save Settings again for the license key option from Downloads > Settings > License, which will regenerate the access token. Finally, go to the plugins page and the update will work fine this time

    and for add-on for now,

    1 ) Download the latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
    2 ) Install the latest version

    thanks

    #149388

    Tiffany Richards
    Participant

    Normally, in WP when I go to my “Downloads” (for WPDM) I see my list of documents and a column that showed the shortcode for each document. That column is gone and I can’t find the shortcode anywhere for my individual documents. Please advise.
    https://www.screencast.com/t/6xJnmDJ5loMp Where is my missing column? Or, where have the shortcodes been moved?
    Thank you.

    This reply has been marked as private.

    Tom
    Participant

    Specifically, it is about this page: http://wordpress.p568699.webspaceconfig.de/downloads/ (Password: WETRA2020)


    Tom
    Participant

    Hello!

    On a client site, we use the download manager, with which we offer about 300+ downloads.

    On the page “Downloads” all documents are divided into different categories. As soon as I switch to the second page of a category, the page is reloaded and I am back at the top of the page. This is quite annoying when you have about 10 categories and have to search for the right area again.

    Therefore the question: Is it possible to display the second page of a category without reloading the page? Or if the page is reloaded, does it automatically scroll back to the category where you clicked on page 2?

    I would be very happy to hear from you!

    Thank you very much & best regards,
    Manuel

    #149301

    In reply to: Download was Expired.


    Paul
    Member

    I’ve got it fixed! Thanks to your tip about the version I thought about checking my custom wpdm-all-downloads.php file in my child-theme.
    It contained old code, just copied the new code from the latest version into that file and tested it.
    It’s now working, the download link shows as:

    <a class="wpdm-download-link download-on-click btn btn-primary " rel="nofollow" href="#" data-downloadurl="https://linkhere.com">Downloaden</a>

    #149298

    In reply to: Download was Expired.


    Paul
    Member

    Thanks for the quick reply!
    The website is private and I cannot make it public in an instance.

    The download links have the following HTML:

    <a class="wpdm-download-link wpdm-download-locked" rel="nofollow" href="#" onclick="location.href='https://linkhere';return false;"><i class=""></i>Downloaden</a>

    The link is created by this code in my custom wpdm-all-downloads.php file:

    <td class="pdf-file">
        <small>
            <?php
            $number_files = count($data['files']);
    
            if ($number_files == 0){
                echo "<span style='color:#cccccc'>Niet beschikbaar</span>";
            } else {
                echo "(" . $number_files . ") " . $download_link;
            }
            ?>
        </small>
    </td>

    The $download_link outputs the HTML with the classes: “wpdm-download-link wpdm-download-locked”.
    What is the right way to remove them?
    I’ve found a few parts of this code in the wpdm-functions.php file, but it won’t change when I edit it and place it in my Child-theme.

    Thanks again!

    #149045

    In reply to: Cannot install addons


    Nayeem Riddhi
    Moderator

    Please simply click the Save Settings again for the license key option from Downloads > Settings > License, which will regenerate the access token. Finally, go to the plugins page and the update will work fine this time

    and for add-on for now,

    1 ) Download the latest version from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
    2 ) Install the latest version

    thanks

    #148996

    Nayeem Riddhi
    Moderator

    I have checked that Downloads > All Packages is working fine from your side with your login credentials, can you please adjust the option appending with this parameter, edit.php?post_status=draft&post_type=wpdmpro in your URL for the attached screenshot, please check and let me know

    thanks

    This reply has been marked as private.
    #148975

    Ignition
    Participant

    Hi Nayeem, that was just an example of what we wanted. We would like to be able to see ALL the downloads like that page with the numbers to click through at the bottom eg. “Showing 1 to 8 of 103 downloads. Previous12345…13Next” as well as the search function and “display” dropdown at the top.

    This is the page we are working on: https://verbrec.com/wpdm-test/

    #148889

    Theresa Stacy-Ryan
    Participant

    Same problem – tracking/history was fine until December 11, 2020. That was the last tracking and we know there were downloads during promotion periods. Did a WordPress update mess this up? WordPress, theme, and all plugins are up-to-date.
    tmsr

    #148860

    gmo
    Participant

    I have just renamed the current download-manager folder under plugins and added the old folder.

    This means that the individual files, which have always been in folders, open perfectly in the browser with the [download_link_dynamic] in functions.php.
    This works for the individual download buttons as well as in the download archive with all available downloads.

    As soon as I rename the old download-manager folder again and activate the new one, it no longer works and the files are zipped and downloaded.

    Again for reference, the old version was Download Manager Special Pack and the new Download Manager Pro v5.3.

    What has changed so much between these two versions?

Viewing 25 results - 1,326 through 1,350 (of 4,376 total)