Forum Replies Created
Hi, Please mail to support@wpdownloadmanager.com to discuss order related issue. Thanks.
Oh, got it now. The issue was related to the link_template parameter in wpdm_packages shortcode. The correct parameter should be template I have updated the homepage shortcode. Now download link is linked to the package details page.
Page icons are working now. Font files were not loading there due to a query param. Updated the /thenext/fonts/icons.css to fix it.
In dev site, contents are on the page but hidden because of your theme style. You have to add the same style on dev site to make the content visible.
https://www.evernote.com/l/AUeHo-F-oIhA9LSnjFTWZx7FKkyMu72Gc_0B/image.png
https://www.evernote.com/l/AUcgvSbwb8NLG6RRzAYoGWyFu_1m3PQntsMB/image.png
Hi,
Download buttons work for me on both sites. Did you face the issue with the version you have there now?
https://www.evernote.com/l/AUfmNOoO4xBHPLAbnxJbVW3EYVM0GzER7HkB/image.png
The code update in class.Package.php file is not a generic issue so we can’t update the core code. It happened because of your theme was removing the onclick event on the button.
Thanks.
Yes, I have already added the patch on your site.
Works fine on my Outlook web version,
https://www.evernote.com/l/AUcSsK_Uf3pKELMHHBpiv106Zu43Zb7blQsB/image.png
However, here is the text template. Unzip it first, then place it in /download-manager/email-templates/ dir. Select this Text template as email template from Downloads Templates Email Templates tab. There you will find the email lock template too.
Added a patch to fix the issue. Working now. This patch will be added in next release too.
WPDM Email Templates work in any modern email client. Please make sure your users aren’t using outdated email client. However, if HTML email doesn’t work for your users you have to use plain text email. Let me know if that’s what you prefer, I will send you a plain template.
It should be okay now. Just click the ‘check for updates’ button. It might take 24 hours to refresh the list based on your last check. However, no need to worry, you have the latest version 2.7.2
Sorry about that. Please try again. Should work now.
File upload worked fine in my test. Here is the test package I created https://rite-records.ae/download/5b16f0a8b7813/?wpdmframe
To remove the My Downloads Tab please find and remove the following line from /plugins/wpdm-custom-access-level/wpdm-custom-access-level.php file. This should be the line no 611.
add_filter("wpdm_user_dashboard_menu", "dashboardMenu");
You have to remove that line again after plugin update. This is happening due to some js conflict with your theme.
1 ) Single Post with left sidebar -> https://www.creativeonlinepublishing.com/healthy-habits-to-improve-your-memory/
2 ) Done, saved the customizer blog layout option. And re-added widgets in the right sidebar.
3 & 4 ) Disabled WPDM Fontawesome to fix the icon issue.
5 ) Changed col-md-6 to col-md-12 in /download-manager/wpdm-functions.php file line no 1610
6 ) Added the category section
Yes, that is the actual active theme. You have to create a new folder inside the active theme folder and name it download-manager
Which archive view are you using? Is it compact view? If possible please send me the page link to get a better understanding of your use case.
Everything works fine on my side. Using latest versions of core plugin and all add-ons ( PDF Stamper, Premium Packages ). Guest order and Stamping working fine. So, It should be okay to update everything on your side too. I hope you will get the same result.
Removed the following code ( line no 298 ) from /download-manager/wpdm-functions.php file, that fixed the audio player issue.
<audio autoplay controls style='width: 100%;display: none' id='wpdm-audio-player'></audio>
You can verify the license when moved to the live server.
1 ) This page restriction is coming from some other plugin. Archive Page doesn’t have any feature that blocks the page. Please try deactivating your access control plugins or check related settings.
2 ) I have modified the plugin to open package details in a new tab when clicking the view details ( aps-content-cat.php line 66 )
3 ) Added the download count with category name ( archive-page-with-sidebar.php line 34 )
4 ) Changed the link template to link-template-panel-1-3 to show packages in 3 columns.
Please check now. The issue is actually coming from your editor plugin. When you are entering edit mode your plugin is not calling the wp_head but enqueuing all frontend scripts from other plugins. So, some files are missing the required variable initialization.
However, I have added the following code in /wpdm-premium-packages/assets/js/wpdmpp-front.js to handle this situation,
if(wpdmpp_base_url == undefined ) var wpdmpp_base_url = '';
The only difference I noticed is the download button. In frontend, the link template has a red download button which is coming from WPDM Image Button add-on. You have to disable the add-on if you want just text instead of a button.
Looks like there is an issue with the order when shortcode is placed in the homepage. We are checking it and will add necessary patch in next release. For now please disable the toolbar using toolbar=0 parameter.
Added the following CSS in your child theme’s style.css file. Now tree view looks better without the dots.
ul.jqueryFileTree li {
list-style: none !important;
}