Everything is working fine in your setup. The doc page is also updated http://www.wpdownloadmanager.com/doc/post-subscription/ . Now you will see subscribe button in every download page.
Problem is happening because of your theme, bootstrap select enqueue converting regular select menu to bootstrap dropdown, however, need to edit js/site.js
inside your theme dir to fix it.
use parameter name q
, like: q=icon
Probably your pdf is already encrypted, however please give me temporary wp-admin login info in a private reply to check.
There is no global settings for this.
ok now, earlier I missed to update a file in your installation.
Please give me temporary wp-admin login info with the url where you using the link template to check the popup.
API is read-only, there is no write access for now, but we will extend it soon. But getPackageList
should work fine, may you please give me temporary wp-admin login info in a private reply to check.
No such option, but you may use following css at the end of your theme’s style.css:
.w3eden .pagination{ display: none !important; }
Please give me your package URL to check.
Actually that is how google docs work, it doesn’t execute js/css/html code 🙂 .
In that case, please mail to customize@wpdownloadmanager.com
We are still testing lazy download add-on on mobile, it is causing trouble sometimes. anyhow update is coming soon, thanks for your patience.
I see there are some missing image in docs due to recent server change, I’m adjusting those, in the meantime, please give me temporary wp-admin login info in a private reply to check and setup there add-on in your installation.
You need to change the individual file download button style using CSS. For example, you may add following css at the end of your theme css to make those button like package download button:
.wpdm-filelist .btn-xs.btn-primary:hover, .wpdm-filelist .btn-xs.btn-primary{ background: #984AC3 !important; }
“also how are the security settings/file access set and controlled?” <– no such option is available with the add-on, purpose of the add-on is to simple the upload process, it will generate private URL and shared users will be able to see this, but we will add some dropbox.com like options soon with this add-on. However you want detailed option while creating package from front-end, you can use short-code [wpdm_frontend]
. The conflict with ultimate members is actually need to be solved from their side, wpdm has nothing to do with this. However you also may use BuddyPress, anyhow wpdm also will have public profile add-on soon.
WPDM or access control add-on doesn’t have option to create use role, but you may use plugin like this https://wordpress.org/plugins/advanced-access-manager/ to manage/create user roles, then use allow access option to select those custom roles.
Extremely sorry for the delay, somehow I missed your post, please give me ftp access to plugins dir, as now from wp-admin I can’t open plugin editor to check.
Put the code in footer.php
inside your activate theme dir, just before </body>
tag
No such short-code. Please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.
— I need a package url with the issue to check
— Use template tag [pdf_thumb_WxH]
for pdf thumbnail, but it requires Imagick
in your server
— To download single file, you need to enable single file download from package settings and need to forward visitors to package details page. You need to insert package short-code inside page, you can add wpdm package or wpdm category in menu directly, but if you want to use short-code in page, use a link template without [download_link]
tag, docs: http://www.wpdownloadmanager.com/doc/templates/
Ok, I’ll add 3 separate date tag {download_date}, {publish_date}, {purchase_date} with the next update.
Theme is twentytwelve , wpdm template tag is for file list is [file_list_extended]
You will need this add-on http://www.wpdownloadmanager.com/download/advanced-access-control/ . There is a short-code:
[wpdm_my_downloads login=1]
Which matches your requirement.
It looks like a theme conflict, however you may use following javascript code to make it work:
<script>jQuery(function($){ $('#tab-bab9946c9335eb1a55a .pagination a').on('click', function(){ var href = $(this).attr('href'); if(href!='') location.href= href; }); });</script>
— For details button, you can add it from link template, docs: http://www.wpdownloadmanager.com/doc/templates/
— Please make /download-manager/cache/ dir writable