Forum Replies Created
Please download attached files, unzip and upload wpdm-emails.php in /plugins/download-manager/ dir.
Package will show all attached file or all files from attached dir. if you want to hide full file list you need to remove [file_list] tag from page template or create new page template without [file_list] tag. But no option to hide specific file from attached files or dir.
It should never mess up with post category, as just the labels are same, but the url slug and taxonomy slug is totally different and also url structure fot post category and wpdm category are totally different except you use same slug in settings option, in that case, use a different url slug for wpdm category in Admin Menu Downloads Settings page .
Yes, in menu manager it may looks like little confusing because of same label, but on expand user will understand seeing category names.
ok, we will add the option with the next update of the plugin.
the option clears any unwanted chars but in some rare case server doesn’t support it and need to keep it disabled
Released a new update of appshop theme, with missing slider selection option, please download again to get the updated copy.
Free & Paid filter will work if premium package add-on installed, you can download and install premium package add-on from here http://www.wpdownloadmanager.com/download/premium-package/ , It is free now. if you add price for some apps, those will be shown in paid filter.
please give me temporary wp-admin login info in a private reply to check your issue.
please give me your site url and temporary wp-admin login info in a private reply to check.
For those info, need to customize code in file wpdm-all-downloads.php
Hide Everything option will work for link and page templates. However we will improve the option for other short-codes too in next update.
I see all downloads are working fine. However, when you select a file from browser it shown full path only in admin, because, file can be selected form anywhere in server, need to see full path to get exact location. But when you upload file always stores in same dir, so, don’t need to show full path their, as it is always same.
@alex_t, actually the js issue need to be fixed from theme, nothing to do with plugin, as in plugin we are just using bootstrap for popup.
However, you may remove download link from link template and when user clicks on title they will be redirect to details page, there popup may work fine with your theme.
The screenshot you attached looks like a page template. So, You need to change page template for change the view.
You can customize email template from Admin Menu Subscribers Email Templates Tab. To check facebook issue please give me temporary wp-admin login info in a private reply.
You can add css in your theme css file and change style using used classes.
that will not cause any problem with server or site in fact, as such code easily can be pushed though firebug and only execute in client site, and in server site the parameter passed through wp filter fucntion to to strip all unnecessary chars. Still to avoid confusion I released a new update now with the adjustment, please update you copy.
You need to create individual package for each file if you want to show all custom info for each files.
Use following code in your link/page template:
[download_link]
<style>
.wpdm-download-link {
border-radius: 5px;
padding: 15px 25px;
font-size: 22px;
text-decoration: none;
margin: 20px;
color: #fff;
position: relative;
display: inline-block;
}
.wpdm-download-link:active {
transform: translate(0px, 5px);
-webkit-transform: translate(0px, 5px);
box-shadow: 0px 1px 0px 0px;
}
.wpdm-download-link {
background-color: #55acee;
box-shadow: 0px 5px 0px 0px #3C93D5;
}
.wpdm-download-link:hover {
background-color: #6FC6FF;
}
</style>
Yes, please give me your license key here in a private reply when you need to unlock it to use with live domain.
Please try using [download_link_extended] instead from [download_link] in your link/page template ( Docs: http://www.wpdownloadmanager.com/doc/templates/ ).
For 2nd option, are you taking about the email lock feature or about the newsletter add-on?
which version were you using before, however, please give me temporary wp-admin login info in a private reply to check your issue.
1. Please download and import sample data from here https://docs.google.com/uc?authuser=0&id=0B4DIaok0ssenWUNFcnR6VTZQUDg&export=download
2. Go to Admin Menu Appearance Theme Options Homepage Settings Tab Select Homepage Slider Category
3. For homepage right sidebar user “Homepage Right” widget area
4. Linked in lock is not working because if their api change, however it will be available again from next update of the plugin
5. For appshop, theme there is nothing complex to configure, just homepage slider and 1 categories select from homepage settings tab, upload logo and change color scheme from general settings tab, that all.
However, if you want me to set it up there in your site, please give me temporary wp-admin login info in a private reply.
they are separate package, like here http://demo.wpdownloadmanager.com/wpdmpro/ready-templates/ , “Template: Default 3 Columns, Detailed”
Hide everything option only hide descriptions and download link, but titles are totally depends on your theme. As you are using custom access level you can use short-code [wpdm_my_downloads login=1] to create dedicated page for use downloads.
You can use shoort-code [wpdm_login_form] to create login page. Npw create package and for access field, select user roles you want to allow download the package.
IF you need description for each download you need to create separate package for each download/image. Create a package, upload & attach the image file, add preview image, select a category and publish.
Need to follow same process for every image.