-
Search Results
-
Topic: Issue with Accordion FAQs
Hello,
I’m experiencing an issue where the Accordion style boxes are opening then closing by themselves. I’ve tried reinstalling WP Download Manager Pro and the File Cart Add-on. This issue can be replicated on all web browsers, however for some reason on mobile the boxes are working correctly. If I disable the WP Download Manager Pro plugin, the boxes work correctly but the Download and Add to Cart buttons break.
Please advise of troubleshooting steps to try.
Visit the link then try to expand one of the cases (accordion style boxes lower on page). They will expand then close.
Thank you,
TimAll emaillock-link result in a critical error and no page ist visible:
Warning: include([mypagepath]/wp-content/plugins/download-manager/tpls//download-page-clean.php): failed to open stream: No such file or directory in [mypagepath]/wp-content/plugins/download-manager/libs/class.Apply.php on line 1170
That’s because tpls//download-page-clean.php does not exists. Only tpls3/download-page-clean.php
Please fix it as soon as possible
Topic: mail lock error
Hi,
We are receiving this error message on the screen when trying to download a package.
Can you please help us fix this? We are using mail lock.Our url is http://www.dragoman.ist, pakcages publications) are on this link
https://www.dragoman.ist/tr/ceviri_kaynaklari/Error message:
Warning: include(/home/customer/www/dragoman.ist/public_html/wp-content/plugins/download-manager/tpls//download-page-clean.php): failed to open stream: No such file or directory in /home/customer/www/dragoman.ist/public_html/wp-content/plugins/download-manager/libs/class.Apply.php on line 1170
Warning: include(): Failed opening ‘/home/customer/www/dragoman.ist/public_html/wp-content/plugins/download-manager/tpls//download-page-clean.php’ for inclusion (include_path=’.:/usr/local/php71/pear’) in /home/customer/www/dragoman.ist/public_html/wp-content/plugins/download-manager/libs/class.Apply.php on line 1170
We have a site that has over 1000 different downloads, some direct and some via dropbox
Since the 5.0.3 update a specific section of them stopped working, when the download button was clicked nothing happened.
In the packages and settings we cold not see any difference between the ones working and those not but via a number of “try and see” test we (by luck) worked out that if the permalink started with a number it did not work, but if it started with a letter then it worked fine
For example: 2019-ita-3 did not work but ita-2019-3 worked fineThis is fine going forward as we will change the naming system for 2020 onwards BUT the area affected is based on years so all the packages start with a year (2011, 2012 …… 2019) – its something like 600 packages and we really don’t want to have to manually change all the permalinks
Any fixes?
Hi !
I’m having a weird problem : some of my documents correctly download when I press the download icon. Some others redirect my browser on the download page template. How can I fix this ?Hi,
I use wpdownloadmanager on pesnetwork.eu and in the console I discovered the following error in the console:
GET https://www.pesnetwork.eu9999999999/?ver=5.3 net::ERR_ABORTED 404 (Not Found)After digging further, I found that this is caused by wpdm-css:
<link rel=’stylesheet’ id=’wpdm-front4-css’ href=’https://www.pesnetwork.eu9999999999?ver=5.3′ type=’text/css’ media=’all’ />
Any idea why this happens and how this can be fixed?
thx,Robert
How do you override the 128X128 Thumbnail image size in a custom Link Template.
Here’s my code:
<div class=”panel panel-default c2a4″ style=”margin-top: 15px; margin-right: 150px; margin-bottom: 15px; margin-left: 150px;background: #f5f7f9″>
<div class=”panel-body text-center” style=”padding-bottom: 20px”>
<div class=”text-center wicon”>
[thumb_384x384]
</div>
<h3 style=”padding: 0;margin: 0;margin-bottom: 5px”>[title]</h3>
<div class=”panel-footer text-center” style=”background: #fcfcfc”>
View More
<div class=”d-button d-inline-block”>[download_link]</div>
</div>
</div>
<style>
.w3eden .text-small{ font-size: 10px; }
.w3eden .c2a4 .wpdm_icon{ height: 64px !important; width: auto; } .well.c2a4 .media-body{ font-size: 11pt; }
.w3eden .c2a4 .wicon img{ border-radius: 2px; max-width: 20px;margin: 15px auto 25px !important; }
.w3eden .c2a4 .btn{ border-radius: 20px; margin: 0 3px; padding: 0 25px !important; height: 36px !important; line-height: 36px !important; font-size: 12px; font-weight: 800; }
</style>