in that case, simply clear the value for file browser root, it will take ABSPATH automatically.
please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code, all options are available there.
Use WPDM Packages by Category widget, you don’t have to write custom short-code there. And clear cache.
how, now also you can try editing short-code, use order field name menu_order
ok. got it, I’ll add the option, order by menu_order
The issue is with your theme, I tried changing another theme ( 2015 ), and everything was working fine. May you please contact theme developer to check his code.
before v4.1.9, which version were you using?
#1. please give me the url where you got issue with player.
#2. I tried again with front-end login form, I’m not seeing any such blank page, which login info are you using?
to change link styles:
.list-group li a, . media-heading a{
/** add your css here **/
}
Actually, migration process never miss attached files. though sometimes need to reassign categories, but never the attached files. how I also check few of your files like ....wp-admin/post.php?post=4962&action=edit, attached files are showing properly.
Ok, I’ll add order by ID from with next update of the plugin.
bulk import doesn’t count sub dirs for now, anyhow we have it in our to do list. Yes, you can re product database entry from build import dir again if you lose database for any reason.
ok, I’ll add the option with the next update for the add-on.
from download manager pro settings page check Show Only Login Button Instead of Login Required Message
I got an email from event calendar dev, I’ll reply to discuss details with them.
add some description properly, then it will show there.
ok now. actually most other them are installation specific and generic fixes already added with plugin for next update.
sorry, not clear, may you please explain little more.
please open class.WPDM_Crypt.php , replace substr(md5(SECURE_AUTH_KEY), 2, 6); with substr(md5(SECURE_AUTH_KEY), 2, 16); ( 2 occurrences there )
Sorry, actually it is in file /wp-content/plugins/download-manager/class.pagination.php, however I’ve added those strings with .po file for next update.
Looks like your theme function is messing up inline js code ( theme is forcefully removing and re-adding the_content filter, which is not right standard for wordpress theme ), however to resolve the issue, please open hooks.php, find add_filter('the_content', 'wpdm_downloadable'); ( line # 102 ), replace it with add_filter('the_content', 'wpdm_downloadable', 999999);
#1. please give me the error message you are seeing there
#2. it is working fine for now, after login I see:
https://www.evernote.com/shard/s349/sh/419812e3-939a-415a-ab16-6ac004c4ddf9/7aa192370e6f38cb44c12732e012076f/deep/0/Upload—Download-Sermons.png
It will auto-populate one, next time while you editing files, if you clear the field and save package it will re-populate again as soon as you view the package.
give me temporary wp-amdin login info in a private reply, I’ll adjust it for you.
Use following template code:
<div class=”media”>
<a href="[download_link]" class="icon25 pull-left" rel="nofollow">[icon]</a>
<div class=”media-body”>
<p class=”media-heading” style=”font-color: #000 padding-top: 1px;border:1px;margin: 1px;”><h3>[title]</h3> [download_link]</p>
</div>
</div>
<style>.icon25 img{ max-width: 25px !important; }</style>