Search Results for 'all+downloads'

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

    In reply to: permission denied .txt


    Shahriar
    Moderator

    I have installed the Pro version of Download Manager on your site, you’re using the free version before. Use the package shortcode to show the downloads. You were using the direct download link. Use this [wpdm_package id='10451' template="5c548c4de15c6"] insted of Curva sofa -3D Files - Download

    I also created a custom link template 5c548c4de15c6 to show only title and download button just like your old style. Now you have to add the following message in your “Permission Denied Message for Packages:” settings and save settings.

    <a href="https://www.tosconova.com/nuovo/wp-login.php?redirect_to=[this_url]" class="btn btn-danger btn-sm"><i class="fa fa-lock"></i> Login</a>

    Side Note: Add the following code in your site .htaccess file to allow the AJAX saving of WPDM settings. Curenntly your server isn’t allowing the saving operation, that’s why I can’t add the “Permission Denied Message for Packages:”

    <IfModule mod_security.c>
    SecFilterRemove 001868
    </IfModule>


    Shahriar
    Moderator

    Hi,

    You need the Advanced Access Control ( https://www.wpdownloadmanager.com/download/advanced-access-control/ ) add-on to assign a pacakge/download to a single user. When creating the pacakge, an admin will select the user(s). Only those user(s) are allowed to access the download. Keep the ‘Allow Access’ filed empty because that allows access to the role.

    https://www.evernote.com/l/AUelpbaq5JJMMoCxKCS4V63rTuPK-DJCpckB/image.png

    Create a page with this shortcode [wpdm_my_downloads] When a user visits this page they will be asked to log in. After login, the user will see downloads assigned to them. One can’t see downloads of other users.

    When creating the pacakge you directly upload files to it. Or just link a directory/folder to the package. If you want to create a separate folder for each user and later upload files to the folder that works too. Just attach the user folder when creating the package and later upload files to that folder using FTP or any other means. You can also attach files various cloud storages using our add-ons https://www.wpdownloadmanager.com/downloads/cloud-storage/

    Let me know if you have any other query.

    Thanks.


    Nick Abston
    Participant

    Ok, I was able to find the “subscriber” section which contains the e-mail addresses which have attempted to download the package.

    This is a step in the right direction, however, there are certain to be failed attempts to download, so I would like to only be notified if the download is successful.

    As an example, if a user puts in a bogus e-mail just to attempt the download, but never downloads, I don’t want to be notified of that. I only want notification if the user actually downloads the package.

    Is this possible?

    #93016

    Mauro Pontara
    Participant

    Hi, this is the page http://www.impiantienergie.com/modulistica/
    I need to improve the name “Moduli Allegati GAS conforme Delibera 40/04” and “Home All Downloads” also all font of category names in the buttom.
    Many Thanks, i try to translate plugin.
    Mauro


    Skylux
    Member

    I’m narrowing the problem down by updating all plugins, theme and WP 5.0 one by one and restoring the backup when needed.

    It seems that i’m fine with WP 5.0 and all plugins updated.
    Just when updating WPDM from 4.7.7 to 4.9.0 i’m experiencing the issue.

    What we get is a file named “download error.txt”
    inside that txt file i read: Error opening /data/sites/web/skyluxdownloadsbe/www/wp-content/uploads/wpdm-cache/5c506d9da3f63_N_T_Tarief_Skylux_Climacrown.pdf

    I read wpdm-cache in that URL, might this be a conflict with Autoptimize?

    Kind regards,
    Skylux

    #92931

    In reply to: Session expired error?


    Shahriar
    Moderator

    Maybe cache directory /uploads/wpdm-cache is missing there. Create it manually and guest order downloads should work after that.


    Shahriar
    Moderator

    The cache directory /uploads/wpdm-cache was missing there. I have created it manually and guest order downloads are functional now.


    Skylux
    Member

    Hello,

    Our setup is using the FTP add-on to link files in packages.
    After updating both WPDM (4.7.7 to 4.9.0) and WordPress (4.9.9 to 5.0.3) we are experiencing some download problems.

    Since doing those updated when clicking any file’s download button we get a txt file “download error” that specifies a URL that was not retrievable. It seems like the file ID get’s inserted into the URL? Something like this: http://ftp.example/5b28a0e884de9-filename-example.pdf
    I believe that before this ID was not inserted into the URL.

    I have reverted to a backup for now, any idea what might be causing this?


    Geonauta
    Participant

    Code entered on the page :

    [wpdm-archive category=”87″ cat_view=”extended” button_style=”default” link_template=”link-template-calltoaction3.php” order_by=”data” order=”desc” items_per_page=”10″]

    URL of the page: https://www.acbrescia.it/materiale-archivio/

    Before the update the button arrangement was horizontal (figure 1) with this code:

    <div class=”wpdm-categories”>
    <ul class=”row”>
    <li class=”col-md-4 col-sm-6″>
    > File Audio
    <ul class=”dropdown-menu” role=”menu” aria-labelledby=”dLabel”>

    <li class=”col-md-4 col-sm-6″>
    > File Video
    <ul class=”dropdown-menu” role=”menu” aria-labelledby=”dLabel”>

    </div>

    After the update the button layout has become vertical (figure 2) with this code:

    <div class=”wpdm-categories”>
    <ul class=”row”>
    <li class=”col-md-4 col-sm-6″>
    > File Audio
    <ul class=”dropdown-menu” role=”menu” aria-labelledby=”dLabel”>

    <li class=”col-md-4 col-sm-6″>
    > File Video
    <ul class=”dropdown-menu” role=”menu” aria-labelledby=”dLabel”>

    </div>

    #92894

    In reply to: Open in New tab/window


    Shahriar
    Moderator

    You can replace the [download_link] tag in link or page template with the following code to open download in a new tab,

    <a class="btn btn-primary" target="_blank" href="[download_url]">[link_label]</a>

    Where are you trying to change the download button behavior? Is it in all downloads table or in package shortcodes? The solution will work for shortcodes or package details page.

    #92873

    Hello,

    I tried to modify this behaviour by following instructions on a previous post. However, placing this line in wpdm-all-downloads.php line 355 did not work

    echo “Download“;

    #92838

    Shahriar
    Moderator

    Make a copy of wpdm-all-downloads.php file and place it in /active-theme/download-manager/wpdm-all-downloads.php location.

    #92821

    Aric Shelby
    Participant

    Just purchased Special Pack and also Paypal Pro after seeing the Crypton demo, specifically this page is exactly what I wanted.

    https://demo.wpdownloadmanager.com/wpdmpro/download/premium-images-demo-product/

    I loaded that page in multiple browsers and on my 2 cell phones, it was perfect.

    The theme I got doesn’t look quite the same, and there are formatting issues when on a small screen (bootstrap is not collapsing properly).

    I can fix the bootstrap issues in the theme files, but the bigger issue is the Buy Now button isn’t showing up, which is 90 percent why I went with you guys. That instant click and purchase is invaluable and always increases sales in my experience. So I must have it working as advertised.

    I selected the option in Downloads->Settings->Premium Package->Basic Tab->Purchase Settings->Show Buy Now Option

    But It shows and empty box on the front end, see attached pics.

    What to do?

    New customer with all plugins downloaded yesterday, wordpress is up to date. Also, switched themes and the button doesn’t show up on other WPDM themes either.

    Thanks

    #92783

    Vela Agency
    Member

    I have a fresh WordPress (5.0.3) install and when I enable Downloads Manager (4.9) I receive the following error in the dev console:
    Failed to load resource: the server responded with a status of 404 () https://xxxxxxxx.xxx/wp-includes/js/jquery/jquery.form.min.js.map

    I have verified the file exist via FTP and there are no other plugins activated when the error occurs.

    Any help is appreciated.
    Kevin

    #92777

    Looks like I need to override ..\plugins\download-manager\tpls\wpdm-all-downloads.php

    Is there a location in my theme folder I can do this?

    Somethinglike: ..\themes\my_theme\download-manager\tpls\wpdm-all-downloads.php

    #92733

    In reply to: Disappearing Downloads


    Shahriar
    Moderator

    You can check the trash from “All downloads” page. It is visible only when there are packages in the trash.

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

    If you send admin login info I can check this issue more closely.

    #92732

    Shahriar
    Moderator

    You can set URL structure from Settings Basic URL structure panel. To show all your downloads in yoursite.com/store page, enable the “WPDM Archive Page” and set store as “Archive Page Slug”.

    If you want, You can build a custom archive page for that store page. The template file name should be archive-wpdmpro.php This template file gives you full control over how the store page will look like. If you do not create this template an archive template from your theme will be used.

    #92724

    In reply to: Filter Button


    Shahriar
    Moderator

    The shortcode is coming from WPDM Archive Page Add-on ( Directory Add-on ). Please install and activate the latest version of the add-on. That should bring back your downloads page. You can download it here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases

    #92714

    Shahriar
    Moderator

    When using jstable it traverses through all available downloads. So, it does use lots of memory when you have many packages. In this case, the best option is deactivating js table.

    You can use Archive Page ( Directory Add-on ) for the search feature. It has ajax search which is partially similar to the jstable search. Archive Page demo https://demo.wpdownloadmanager.com/wpdmpro/archive-page-default/

    #92665

    johanfrc
    Participant

    Hey.

    Have a very strange problem.

    Whenever I try to download a file on my site I get this error:

    Warning: A non-numeric value encountered in /customers/7/6/8/jcai.dk/httpd.www/wp-content/plugins/download-manager/libs/class.DownloadStats.php on line 35

    and then a lot of strange letters and symbols. It can take minutes before all characters are read.

    But if I refresh the page, then the file is downloaded without any problem.

    I’m using PHP 7.2 if that can help. Otherwise, ask if there is other info you need.

    #92631

    We allocated 1gb memory for PHP framework. When using the jstable function with wpdm_all_packages shortcode (jstable=1) the allocated memory is exceeded. The plugin builds a table with more than 1GB memory for itself. When deactivating (jstable=0 or deleting the entry), it works. So far so good. jstable is fixed used in your code, expecting to have it activated and prevents to switch to the next page. We found a workaround with defining line 1002-1005 of file wpdm-archive-page/wpdm-archive-page.php as commentary. But it has also influence from stats, we unfortunately needed to use. It freezes the system completely by memory allocation overflow. We have currently entered 2090 downloads in WPDM.
    Can you check it. Maybe you have ideas for workarounds which doesn’t need to reenter after an update.

    #92504

    Noomia SPRL
    Member

    Hi Shahriar,

    I’m not using WPDM templates tags. I have a custom theme, with custom PHP files. One of my php file is using the WP default loop to loop and display all the downloads.
    Right now, I was using `$data[‘download_link’] = \WPDM\Package::downloadLink($data[‘ID’], 0, array(
    ‘template_type’ ► ‘link’
    ));` to display the download button.

    Now, I would like to :

    1. Add the cart
    2. Add the “+” button to add files to the cart, as I explained earlier in this thread

    Which function should I use ? Do I have to do something regarding the JS to add file in cart ?

    Thank you in advance,
    Cedric

    PS : I notice that the “Notify me of follow-up replies via email” is not working.

    #92454

    Chad
    Participant
    This reply has been marked as private.
    #92448

    Shahriar
    Moderator

    Hi,
    You are using the free version of WPDM there. But PDF Viewer requires the Pro version. Please install the Download Manager Pro and set Single Column with Doc Preview as page template. Then the PDF viewer will be visible to private downloads.

    Thanks.

    #92417

    Shafayet
    Moderator

    The shortcode is incorrect, please use any of the following add-ons to generate shortcodes/blocks:

    Advanced TinyMCE button

    Gutenberg Blocks

    Or please follow the shortcode doc properly:

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

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