Dear support
we moved WPDM to current version. Layout of templates were broken, so we deceided to change them…..At least we have a few problems left:
1. Pagination layout on mobile is weird… On some mobile devises pagination is loosing layout –> numbers not in one row, in two rows added… Is there a way to fix that problem? Maybe a option to change to forward / back function on mobile instead of pagination
2. if a second page is loaded through pagination, page does not jump to the start of the download overview. It stays at the end of the page. Normally it should jump to the beginning of the overview.
3. if we use “default” olayout for archive page –> how can we change categories to be
a. full width above the downloads
b. or above the downloads in two rows 50/ 50
4. if we use these layouts are used the page “jumps” always. does not reload smooth. Any way to change?
Thanks for your support Marc
Hi together,
i’ve a small issue with my download speed. For example:
– 5.75GB File download via http link (or added via http link in the download package) in 20 min
– Same file added via file manager loads in much longer time than 1 hour.
I testet also the download speed module with no entry (leave the field empty) or adding speed parameters like this: 100000000
The only option to get it fast again when a file was added via file explorer at the download package is: resumable downloads
When i deactivate it… its fast again. But then the webbrowser can’t calculate the time is left to get the download finished.
Has anyone an idea to get it better work?
Best regards
Christoph
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?
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>
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“;
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
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
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.
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.