Forum Replies Created
http://kidzkonnect4jesus.org/download/needs-list-2016/ <– I just tested here, looks like file attachment is working fine for me.
I see, they should be available in /languages/wpdmpro.po file.
Someone must reply you and finish it today :).
Done. ok now. New file in child theme taxonomy-wpdmcategory.php
Check now please. I applied a new page template with tag [download_link_extended] instead of [download_link]. Docs: http://www.wpdownloadmanager.com/doc/templates/
- I need to check it in your installation, please give me temporary wp-admin login info in a private reply.
-
— Yes, you need to remove [download_link] tag from current link/page template or create new link/page template without [download_link] tag, docs: http://www.wpdownloadmanager.com/doc/templates/ , but single file download will not work for social locks.
— Only password lock will work there
— Facebook like/Google +1/Linkedin Share is already there, for Facebook share you may use this add-on http://www.wpdownloadmanager.com/download/share-on-facebook-to-download/
+ temporary wp-admin login info in a private reply.
in that case use following JavaScript code:
<script>
jQuery(function($){
$('#xfilelist .panel-footer a.btn').on('click', function(){
window.open(this.href)
return false;
});
});
</script>
That was because of some javascript errors coming from js minify , I disabled js minify from cache plugin and now it is working fine.
I see they implemented archive page in a weird way, I don’t want to edit in that file, please give me ftp access to theme dir, I’ll copy archive.php and create new file taxonomy-wpdmcategory.php , then will edit that file.
Import is working good now.
http://3dmatic.com.au/wpdm-package/drilling-template/ <– is not showing link template, you were seeing 2 featured images because 1 is coming from your theme and another is from page template. However I’ve created and applied another page template to that package now.
- The base path format was incorrect, that’s why there were so many slashes ( \\\\\ ), I’ve adjusted the path in wpdm settings.
- Play button will only work for public packages where no lock option is applied
- Popover is hiding because of theme css , So I used a new template where it is showing properly http://marcoemme.com/dj/download/houseland18/ , template docs: http://www.wpdownloadmanager.com/doc/templates/
Yes, you simply need to create a custom link/page template for that, instead of using [download_link] tag, you need to use <a href="[download_url]" target="_blank">[link_label]</a> in your template. Docs: http://www.wpdownloadmanager.com/doc/templates/
http://cdn.wpdownloadmanager.com/wp-content/uploads/2015/12/QQ%E5%9B%BE%E7%89%8720151224162616.jpg <– You can’t use category short-code inside package description, it will generate infinite loop when same category is assigned to that package, you need to use the short-code in regular post or page.
Yes, File size stored in post meta __wpdm_package_size
http://osz-biv.de/bildungsgaenge/berufliches-gymnasium/termine-und-downloads/ <— this is because you copy/paste short-code, where some extra html tag pasted too. Please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.
http://osz-biv.de/downloads/allgemein/ <— is because of your theme, however, please give me temporary wp-admin login info in a private reply, I shall adjust it for you.
Within next 2 weeks. Next week we are coming with wpdm update, then we shall start with the add-on.
http://3dmatic.com.au/wpdm-package/drilling-template/ <– this page is showing page template only, however you can customize or create new page template from Admin Menu Downloads Templates. Doc: http://www.wpdownloadmanager.com/doc/templates/
To test csv in your installation, please make /download-manager/wpdm-functions.php writable or give me ftp access to download-manager dir..
Looks like some files are missing from upload, please give me temporary wp-admin login info in a private reply to check it there and set it up for you.
You need to use button_style='style-name' to apply different style, docs: http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
There was an blank char after “title”, the new working csv attached.