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>
please give me an example url and point me there what you exactly want to change, then I’ll be able to suggest you proper css change 🙂
To check the issue, I need to edit wpdm-premium-packages/tpls/view-order.php
, but now I can’t don’t form plugin editor, please give me ftp access to plugins dir in a private reply.
ops, right, I forgot yo update this, thanks, updating the add-on soon.
ok now, there came extra html code with you copy/paste, use use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.
please give me your url to check.
[wpdm_all_packages jstable=1]
should work fine.
Looks like your server is not supporting output buffering. find and remove @ob_end_clean();
from functions.php
from where the short-code tab is coming, however, please send me a temporary wp-amdin login info in a private reply to check your issue.
please activate bootstrap css from download manager settings page to get rid of this.
http://instanify.com/download-category/ebooks/ shows the items/packages from a category. But if you want to show packages in static page, you
can use category short-code and use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code.
To show all packages in a page, activate archive page from download manager setting page or if you want to use style like this http://demo.wpdownloadmanager.com/wpdmpro/archive-page/ , you need this add-on http://www.wpdownloadmanager.com/download/wpdm-directory-add-on/
yes, select full width page template :), you also can change page header styles from the page settings metabox under content editor box
probably the link template is not using [icon]
tag, however you can clone the icon to create new one, replave [thumb_WxH]
tag with [icon]
tag and use the new template, then you will see the selected icon
ok, don’t worry, I’ll add it with your account, think it as a gift 🙂