-
Search Results
-
Topic: error updating file
I encountered a situation similar to this: Let’s say we uploaded a file to the site, but we saw that there was an error in this file. What should I do to update this file? Because after the update, I uploaded the new version of the erroneous file to the topic I published, but it gives an error when downloading the file. The link to the file is as follows:
Note: Since this topic is currently being scheduled, you can log in to wp admin and review it.
https://www.mebders.tr/download/3-sinif-okuyorum-anliyorum-calisma-kagidi-mart-ayi-3-hafta/
I uploaded a file to the site for testing purposes for the e-book and activated the e-mail lock.
I wrote the file’s id number in the codes section on the home page.
I also selected the download option by e-mail from the file’s settings.
However, when I want the test e-book to be sent to my e-mail, it does not go.
I would be very happy if you could help me with this problem.
It would be great for me to solve this problem in advance when publishing the e-book in the future.
Thank you, best regards.
the link to the e-book for testing purposes that I mentioned
link:Topic: Plugin causing conflict
Firstly I can’t believe this paid plug-in has no formal support facility.
I have a very serious issue caused by the plug-in.
When the plugin is enabled it is stopping customers from registering on an online course. Instead of the registration processing, it shows a blank error message bar at the top. If the download manager pro plug-in is disabled, registration for the course completes eight issue.It can be tested by visiting https://spra.co.uk/courses/small-roofs-training-module/ and clicking the “Start now” button. Then use the “Signup” link and try to register.
How do I have a member of your support team look at this as you will need login details?
Thank you.
Geoff
Hi,
would it be possible to integrate categories’s slugs in download packages’s links ?
for example : http://www.mywebsite.com/document/category-a/subcategory-b/package-name/?wpdmdl=1866&refresh=67b597aa7d8d51739954090
Topic: SQL Queries #Performance
Dear WP Download Manager Pro Team,
please forward this to your developer team.
We are currently debugging our sites performance, and according to “Query Monitor” the WPDM plugin is adding a lot of page load time by executing a lot of SQL queries. On our page with 12 download packages, it is sending 121 SQL queries which accumulates to 515MS added time to page load.
The 12 downloads are with the Gutenberg block. The template is not displaying any statistics of number of previous downloads, but it seems the plugin is fetching statistics for every download block, adding 12 uncached sql queries and 242MS of TTFB time alone. (Please see my attached screenshot).
Secondly, there are 60 SQL queries to wp_comments table adding another 97MS of TTFB. These queries are also completely unnecessary for us – we don’t allow comments.
Thirdly, query monitor also warns about duplicate queries when fetching the download data itself from wp_postmeta.
Please see our attached screenshots.
We are looking forward hearing from you.
Best,
LeonhardScreenshot 1: https://snipboard.io/jBhpbD.jpg – Query Monitor Slow Query Warning
Screenshot 2: https://snipboard.io/HU0aZu.jpg – WPDM adding 246MS of TTFB for statistics
Screenshot 3: https://snipboard.io/jKEDfp.jpg – WPDM adding 97MS of TTFB for 60 queries to WP Comments
Screenshot 2: https://snipboard.io/s4N9XV.jpg – WPDM adding 515MS of TTFB altogetherPS: This is our Template:
<div class=”wp-block-download-manager-panel w3eden wpdm-sa wpdm-sa-many”>
<div class=”card card-default panel panel-default”>
<div class=”card-header panel-heading collapsed” data-toggle=”collapse” href=”#wpdm-[version]”>
<div class=”title” style=”color:#333333″>[description]</div>
</div>
<div class=”card-body panel-body collapse” id=”wpdm-[version]”>
<div class=”d-all”>[icon] Download all ([package_size]) [download_link]</div>
<div class=”content”>[file_list]</div>
</div>
<div class=’panel-footer’></div>
</div>
</div>
