Search Results for 'all downloads'

Viewing 25 results - 1,151 through 1,175 (of 4,412 total)
  • Author
    Search Results

  • Nayeem Riddhi
    Moderator

    Hello @puhl,

    Hope you are well. please adjust the shortcode with this parameter orderby, it is working fine here,

    https://dev.haaweb.net/wpdm-test/

    you shall also be able to find the doc and proper parameters from here,

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

    And I have checked your video, it is working fine from my side. can you please check it again

    Thanks you and regards

    #159314

    Humayon
    Spectator

    Hi @mdjmiah,
    Sorry for the inconvenience.
    Maybe you are updating the WPDM Pro after a long time. So, simply visiting the link and page template menu on the admin dashboard will resolve the issue. As the action will regenerate the templates automatically in the new style.
    Go to Downloads>templates then visit all tabs there.
    Hopefully, your problem will be solved. If it doesn’t work, please, provide us with your temporary wp-admin login details and site URL in a private reply for checking the issue.
    Also, please share the related page/file/package URL with us where the issue exists.
    Thank you

    #159287

    Fly
    Participant

    Hello, thank you. I have just tried it as described, after installation go to the template tabs but the error still exist. No downloads are displayed 🙁
    Installing the old verison and it is ok.
    Do you have other ideas to install the update successfull?
    Thank you.
    Regards,
    Martin


    Guillaume Dejy
    Participant

    Hello, I still have the same issue, just bought the Advanced Access Control and was thinking by following the documentation that i’ll be able to show only the files assigned to a specific user using the [wpdm_my_downloads login=1] code but it’s not going like that as this code show as well all the others files available to download, i’d like to show only the files assigned to this user. The previous discussion on this topic gave some solutions about that ?

    Regards,


    Ian Voller
    Participant

    Hi,

    I have fixed the All Downloads Page issue by installing Guttenberg Blocks for download manager, but I am still having the issues in the Admin section.

    As said above with you temp login it shows fine but with my login I still get that error?

    Thanks


    Ian Voller
    Participant

    Hi Humayon,

    I have found the issue.

    When I log in with your temp details I can see the file list on the admin section, when I login with my details I get the message as above and am unable to see them, so I am thinking that it is an issue with my privileges?

    This is the code I have in the All Downloads Page.
    <!-- wp:download-manager/packages {"items_per_page":"17","template":"link-template-calltoaction3.php"} /-->

    You can see this under Text and not Visual in the editor.


    Humayon
    Spectator

    Hello @ukfastcar,
    In my inspection, I found that the Downloads►All Files section is working fine. Please have a look at this.
    Also, in the above-mentioned link, there is no shortcode used that’s why it’s showing blank like this.
    Can you please let me know how it was showing before?
    Thank you


    Ian Voller
    Participant

    Hi Humayon,

    It has not been resolved on my end as I still see the same issue and now have a further issue.

    In the admin section – Downloads – All Files I still get the same error

    Also now on the home page when I click All Downloads link the page shows but with now download links?

    All Downloads

    Thanks
    Ian

    #159156

    Humayon
    Spectator

    Hi @fscedfu/,
    Sorry for the inconvenience.
    You are updating the WPDM Pro after a long time. So, simply visiting the link and page template menu on the admin dashboard will resolve the issue. As the action will regenerate the templates automatically in the new style.
    Go to Downloads>templates then visit all tabs there.
    Hopefully, your problem will be solved.
    Thanks


    Peter Malmberg
    Participant

    Hello,

    I’m listing packages with the Directory Add-On and a custom link_template.

    [wpdm_archive cat_view="extended" link_template="5a7c0d281e05c" showcount="1" items_per_page="10" order_by="title" order="asc"]

    After updating Download Manager from 5.4.1 to 6.0.5 and also updated all the Add-ons, it wont list the packages anymore because I get a JS-error: Uncaught ReferenceError: wpdm_asset is not defined

     function getDownloads(cp, container, init) {
    
            WPDM.blockUI('#wpdm-archive-page');
            var scode_params = typeof wpdmap_params !== 'undefined' ? wpdmap_params : '';
            jQuery('#wpdm-downloads').prepend('<div class="wpdm-loading">'+wpdm_asset.spinner+' '+__('Loading', 'wpdm-archive-pae')+'...</div>');
            var from_date = ''; var to_date = ''
            if(jQuery('#dates_filter').is(':checked')) {
                from_date = wpdmap_sdate;
                to_date = wpdmap_edate;
            }
            init = typeof init === 'undefined' ? 0 : 1;
            jQuery.post(location.href, {
                action: 'get_downloads',
                cp: cp,
                init: init,
                search: jQuery('#src').val(),
                category: wpdmac_category,
                tags: wpdmac_tags,
                orderby: jQuery('#order_by').val(),
                order: jQuery('#order').val(),
                from_date: from_date,
                to_date: to_date,
                date_col: wpdmap_dcol,
                sc_params: scode_params
            }, function (response) {
                if(typeof container === 'undefined') container = '#wpdm-downloads';
                jQuery(container).html(response.html+wpdmapPagination(cp, response.last));
                WPDM.unblockUI('#wpdm-archive-page');
            });
        }

    Why is not wpdm_asset defined? Can you please help me?

    #159083

    Nayeem Riddhi
    Moderator

    Hello @thehawkman,

    Hope you are well.

    For #1, please check option from Insert URL option as I attached image,

    Image 2021-08-04 at 3.02.08 PM

    For #2, For creating an account and setting pages, can you please check these options as I image attached,

    Image 2021-08-04 at 3.09.36 PM

    and you can also check, Admin Menu Downloads Settings Frontend for restricting role-based upload, please also check the doc here,

    [wpdm_frontend] – Front-end Uploader UI / Author Dashboard

    For #3, if you are trying to give role-based commission to the site users of their sales amount, From premium package add-on, and you can check the payout settings here,

    Payout Settings

    For #4, And for You are not allowed issue, can you please check the Allow Access option from the frontend uploader

    I hope these may help you, please let me know if you have other queries

    Thank you and regards

    #159070

    In reply to: Tag titles not showing


    Tanvir
    Spectator

    Hello,

    Please update the WPDM plugin now. New version released 2hours ago. Query tag has been fixed.
    you can follow the shortcode structure here: https://www.wpdownloadmanager.com/doc/short-codes/wpdm_tag-query-all-downloads-from-specified-tags/
    Let me know if you still find the issue.

    Thanks

    #158922

    Packaa Inc
    Participant

    Hi Tanvir,
    Please check the screenshot.SIDEBAR
    I want a sidebar that shows the category of the download, most popular downloads, and want to remove all blog features…
    What I can do? I just purchased the PRO version but it seems not work.

    Packaa

    #158895

    Leopoldo Cagalli
    Participant

    Thanks Kabir.

    The solution you suggested me, means that I have to rearrange all my pages, all my categories and all my downloads.
    Since it is no longer possible to restore the original document sequences exposed on each page, this will require a lot of work …

    The WPDM Widget Pack is not what I need, I need the WPDM ListPackages widget or a way to automatically restore/convert it into a different WPDM widget but with the same functionalities.

    Am I the only one who has reported this problem?
    If a widget existed, why was it removed for no reason and not reported in the plugin’s change log?

    Cheers!


    Jeremie Sinic
    Participant

    All Pages are Broken due to Download Manager Pro
    https://blackvue.com/downloads/
    Currently, we have deactivated it and the website working properly.
    Please help me out on this


    ClearTouch
    Participant

    Could you clarify what the CSS issue was and where you found it? I am still seeing the same thing with the login box that you sent in the screen shot when in incognito mode. If I use my wp-login account I can then see the downloads page but only when I am logged into a WordPress account. This is the same as before where I can only view the downloads page when I am logged into WordPress however, for this site we don’t allow others to make accounts so they wouldn’t be able to view the page in its entirety.

    • This reply was modified 4 years, 1 month ago by ClearTouch.
    #158673

    campus
    Participant
    This reply has been marked as private.

    Tanvir
    Spectator

    Hello @robcasella1,

    Sorry for this inconvenience.

    Make sure that WPDM and all add-ons you are using of WPDM are in the latest version. If you can’t update it directry from WordPress dashboard, Please update from here.
    wpdm_my_downloads shortcode is from this addon:

    Advanced Access Control


    Make sure you have updated this to the latest 3.0.5 version.

    If, still the problem exists then please share your admin login credentials with us in a private reply so that we can debug and give you a better solution about it? I see this while trying to access your site.
    Screenshot-3

    Best Regards

    #158651

    In reply to: Download links broken


    Humayon
    Spectator

    Hello @eammendola,
    Hope you are well.
    wpdm-all-downloads.php is renamed as all-packages-shortcode.php, and the file location is /download-manager/src/Package/views/, however the template customization rules are same as mentioned here.
    Thank you

    #158647

    Maria
    Participant
    This reply has been marked as private.
    #158565

    Maria
    Participant
    This reply has been marked as private.
    #158457

    GoldenMoon
    Participant

    If you go to Downloads -> Templates -> Link Templates
    and if you check each previews for each of the templates you would see that all of them except a few hyperlinks. Only ones which have [title] instead of [link] defined in the template do not show it.
    So is there any in which I can remove it

    #158369

    In reply to: Multilanguage file


    Sidratul Sohrat
    Spectator

    Hi,

    You can select a specific category for all the same topic files, then use this shortcode and add that category slug on the shortcode. You can add those languages’ names in the title. I think, it will look considerably similar to your example page/

    Thank you

    #158290

    Roxanne Merket
    Participant

    Is there a way to bundle certain downloads together? I have 10 downloads I’d like to be tagged in their individual categories, but I’d also like to bundle them all together as a single package and tagged as another category… Is there a way to do this easily? Or should I just create them both ways?


    twomuch
    Member

    Hi,
    I am using the version 1.4.0 of file cart and i just noticed that when you click the plus symbol on the file cart button, it saves the file in the file cart and when you download, it actually downloads the zip folder. The problem i have with it is that, it happens on all protected files and i am not even logged in. So that is a big issue.

Viewing 25 results - 1,151 through 1,175 (of 4,412 total)