Shahjada

Forum Replies Created

Viewing 25 posts - 8,976 through 9,000 (of 15,655 total)
Jan 15, 2015 at 3:44 am
#24777
Keymaster
Shahjada
Staff OP

Use WPDM Packages by Category widget, you don’t have to write custom short-code there. And clear cache.

Jan 14, 2015 at 9:00 pm
#24771
Keymaster
Shahjada
Staff OP

how, now also you can try editing short-code, use order field name menu_order

Jan 14, 2015 at 8:59 pm
#24770
Keymaster
Shahjada
Staff OP

ok. got it, I’ll add the option, order by menu_order

Jan 14, 2015 at 8:58 pm
#24769
Keymaster
Shahjada
Staff OP

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.

Jan 14, 2015 at 8:46 pm
#24768
Keymaster
Shahjada
Staff OP

before v4.1.9, which version were you using?

Jan 14, 2015 at 8:46 pm
#24767
Keymaster
Shahjada
Staff OP

#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?

Jan 14, 2015 at 8:42 pm
#24766
Keymaster
Shahjada
Staff OP

to change link styles:

.list-group li a, . media-heading a{
/** add your css here **/
}
Jan 14, 2015 at 8:39 pm
#24765
Keymaster
Shahjada
Staff OP

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.

Jan 14, 2015 at 8:33 pm
#24763
Keymaster
Shahjada
Staff OP

Ok, I’ll add order by ID from with next update of the plugin.

Jan 14, 2015 at 8:29 pm
#24762
Keymaster
Shahjada
Staff OP

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.

Jan 14, 2015 at 8:22 pm
#24761
Keymaster
Shahjada
Staff OP

ok, I’ll add the option with the next update for the add-on.

Jan 14, 2015 at 8:21 pm
#24760
Keymaster
Shahjada
Staff OP

from download manager pro settings page check Show Only Login Button Instead of Login Required Message

Jan 14, 2015 at 8:11 pm
#24758
Keymaster
Shahjada
Staff OP

I got an email from event calendar dev, I’ll reply to discuss details with them.

Jan 14, 2015 at 8:08 pm
#24756
Keymaster
Shahjada
Staff OP

add some description properly, then it will show there.

Jan 14, 2015 at 8:02 pm
#24755
Keymaster
Shahjada
Staff OP

ok now. actually most other them are installation specific and generic fixes already added with plugin for next update.

Jan 14, 2015 at 7:04 pm
#24753
Keymaster
Shahjada
Staff OP

sorry, not clear, may you please explain little more.

Jan 14, 2015 at 6:45 pm
#24752
Keymaster
Shahjada
Staff OP

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 )

Jan 14, 2015 at 6:39 pm
#24750
Keymaster
Shahjada
Staff OP

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.

Jan 14, 2015 at 8:52 am
#24727
Keymaster
Shahjada
Staff OP

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);

Jan 14, 2015 at 8:47 am
#24726
Keymaster
Shahjada
Staff OP

#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

Jan 14, 2015 at 6:15 am
#24721
Keymaster
Shahjada
Staff OP

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.

Jan 14, 2015 at 6:12 am
#24720
Keymaster
Shahjada
Staff OP

give me temporary wp-amdin login info in a private reply, I’ll adjust it for you.

Jan 14, 2015 at 6:08 am
#24717
Keymaster
Shahjada
Staff OP

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>

Jan 14, 2015 at 5:59 am
#24716
Keymaster
Shahjada
Staff OP

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 🙂

Jan 14, 2015 at 4:36 am
#24715
Keymaster
Shahjada
Staff OP

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.

Viewing 25 posts - 8,976 through 9,000 (of 15,655 total)