Forum Replies Created
Maybe another plugin or theme loading another instance of Bootstrap JS. Please try deactivating the WPDM Bootstrap JS from Downloads Settings Basic Misc Settings
You can use only one data table on the page. Multiple data tables on a single page are not supported yet.
Could you please explain a little more? Are you trying to add a file from URL? You can use the URL tab in attach file meta box to add a file from URL.
Hi,
The shortcode works fine with the free version. Maybe another plugin is creating the issue. You can try deactivating other plugins to find the conflict.
Or send temporary wp-admin login info in private reply, so w can check this on your site.
Thanks.
Please send temporary wp-admin login info in private reply. Never post login info in public reply. I see you have deleted the user shared above which is the right thing to do.
Also, you can post in our Pro support forum for faster response https://www.wpdownloadmanager.com/support/forum/download-manager-pro/ Aa a pro user you have access to the Pro forum.
Could you please share the exact shortcode you are using there?
To insert the correct shortcode use the TinyMCE button add-on https://www.wpdownloadmanager.com/download/advanced-tinymce-button/ It provides an easy graphical interface.
Hi George, Please send me the page link to check the issue.
Please send me the page link to check. Adding the following code should work for add to cart button,
.btn.btn-info.btn-addtocart { background: #c21c13; }
And for the pagination try this,
.w3eden .page-numbers.current { background: #c1c1c1 !important; }
Add the following code in the position pointed in the screenshot,
if( cat_id == 0 ) cat_id = jQuery('#initc').val();
https://www.evernote.com/l/AUcsLfkgbH1GZIkFBYnHJSbHykFkj0d6_I0B/image.png
Are you testing this in an unlocked package? Open downloads are always open, you do not need a temporary link for that. Expirable links are for locked packages. This link bypasses the lock and expires after passing usage limit or usage period.
Do you remember the version of Download Manager you updated from? I could try again with that version to check if the issue you are having related to the latest version.
Please check now. The result now includes the packages that coming only from category access too.
Actually, Protected files are not available to everyone. It just serves a permission denied file.
But to make it work as it usually does you have to contact the theme developer because their theme is deactivating the click in buttons which can only be solved from their side.
Hi,
Advanced Search feature is part of Directory Add-on ( https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/ ). This add-on has many other similar views to show download archive.
Sorry, No option yet to filter by tag, but we have the plan to add the tag filtering support. Currently, the add-on only lists tags using a different shortcode [wpdm_tags] and you can click on any tag to go to the tag archive page.
Thanks.
Please send me the page link to check the issue.
Hi,
If you are hosting on Siteground add following rule in your .htaccess file to fix the saving issue,
<IfModule mod_security.c>
SecFilterRemove 001868
</IfModule>
Please send temporary wp-admin login info in private reply to check the empty zip issue.
Thanks.
Deactivate and delete the old version, your data is safe. That doesn’t delete your data. Then install the latest version which you can download from here https://www.wpdownloadmanager.com/user-dashboard/?udb_page=purchases
You can send login info in private reply if you need help with the update process.
I have already logged into your site and downloaded a file to test the limit. As the minimum period is 1 day, I will check tomorrow if the limit has been reset. Please do not use the temp account for the time being.
When does this happen? Which page are you visiting when CPU usage increases?
You have to create the /download-manager/ directory/folder inside your active theme dir. Please send FTP info and wp-admin login info in private reply if need help with that.
Btw, I missed one thing in my previous reply. You can replace the title with page_link in your shortcode add a link in download title.
https://www.evernote.com/l/AUdGyfNP6glDtIIMPTyrPFW7RQxtbgBTwJgB/image.png
If adding the link enough you don’t have to edit the template file. The custom template file is required only if you want to add the download link with the title.
The customization will show only the child categories of the chosen category. You can test it using your category id 200. You can add a parent category for the actual category you want to show. Then use this new parent id in your shortcode. That will display all the categories you want to show in the drop-down.
Added the following CSS to fix the spacing issue,
.wpdm-downloads .col-md-4 { margin: 15px 0px; }
For now, You have to add it again after plugin update. But we have the plan to add a filter there to modify the title externally.
You can edit the email template from Downloads Templates Email Templates page. Please check the screenshot,
https://www.evernote.com/l/AUefTzUMRLZO8KhmPtTIET3uqHKHSvZ1eE0B/image.png