Shahjada

Forum Replies Created

Viewing 25 posts - 12,951 through 12,975 (of 15,657 total)
Feb 9, 2014 at 8:49 am
#12063
Keymaster
Shahjada
Staff OP

you need to download latest version from you order details page, then delete old version and install the latest version.

Feb 9, 2014 at 8:47 am
#12062
Keymaster
Shahjada
Staff OP

in pro v4.0.0 sortable list removed from core, as most users have 1000s of packages which was causing high load in that page because of datatable, but still the same table will be available again with extended short-code add-on ( free ).

Feb 9, 2014 at 8:45 am
#12061
Keymaster
Shahjada
Staff OP

disable js minify from your cache plugin, then it will work. Now JS minifier breaking jquery .

Feb 9, 2014 at 8:37 am
#12060
Keymaster
Shahjada
Staff OP

got the additional image issue, adjusted it for next update. also will check the comment issue.

I see fancybox is already working good there

Feb 7, 2014 at 9:33 pm
#12031
Keymaster
Shahjada
Staff OP

I see, now in wpdmpro it is showing the post type archive page for wpdmpro. anyhow it is not an issue.

Feb 7, 2014 at 9:32 pm
#12030
Keymaster
Shahjada
Staff OP

@Zorrox, Thanks 🙂

Feb 7, 2014 at 9:32 pm
#12029
Keymaster
Shahjada
Staff OP

ok, send temporary wp-admin login info and ftp access to download-manager dir to support@wpdownloadmanager.com, please also attached this forum post link, support team will do the rest.

Feb 7, 2014 at 9:26 pm
#12028
Keymaster
Shahjada
Staff OP

wpdm pro don’t have any file size limit, anyhow please check if you have nextgen gallery installed, in that case you will have to apply this patch here: http://www.wpdownloadmanager.com/support/topic/0kb-download-process-php-next-gen-gallery/ , otherwise please send a temporary wp-admin login info to support@wpdownloadmanager.com, support team will check your issue.

Feb 7, 2014 at 9:22 pm
#12027
Keymaster
Shahjada
Staff OP

please let me know where you facing problem, i can assure you that this one is the best and most used plugin in this category.

Feb 7, 2014 at 9:19 pm
#12026
Keymaster
Shahjada
Staff OP

@Zorrox, thanks 🙂

Feb 7, 2014 at 9:19 pm
#12025
Keymaster
Shahjada
Staff OP

@Speedy,
1) category should me imported successfully, but may not be assign to packages properly because of slug change in some cases. now category page still will not show short-code, but use tinymce button add-on to generate short-code
2) not clear
3) not cear, but there should not be any issue with files
anyhow please send a ftp access to plugins dir and wp-admin login info to support@wpdownloadmanager.com to check your installation

Feb 7, 2014 at 9:11 pm
#12024
Keymaster
Shahjada
Staff OP

in that case use something like this:

 
<div class="col-md-6">
<div class="thumbnail">
<div class="media">
    
<a href="[download_url]">[icon]</a>
 
    <div class="media-body">
    <h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>    
    [download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-download-alt"></i> [download_count] downloads
    </div>
</div>
</div>
</div>
Feb 7, 2014 at 9:08 pm
#12023
Keymaster
Shahjada
Staff OP

hmm, not clear about the comment issue, actually comments can be turn on/off your wp settings, nothing to do with wpdm pro, or am I missing something? please tell me little more details.

anyhow checking additional image issue.

Feb 7, 2014 at 9:00 pm
#12020
Keymaster
Shahjada
Staff OP

@diyroberts, didn’t you update to v4.0.4?

Feb 7, 2014 at 8:57 pm
#12019
Keymaster
Shahjada
Staff OP

“WordPress 3.8.1 is available! Please update now.” is your wp update notice, not from wpdm pro :), anyhow you can update wp automatically, simply clicking on update link there.

Feb 7, 2014 at 8:55 pm
#12018
Keymaster
Shahjada
Staff OP

issue already resolved in v4.0.4, please check your template ID, anyhow please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code

Feb 7, 2014 at 8:51 pm
#12017
Keymaster
Shahjada
Staff OP

please use this add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ to generate short-code, there you will have option to apply link template to a category.

Feb 7, 2014 at 8:50 pm
#12016
Keymaster
Shahjada
Staff OP

if you simply move the database table and the dir /wp-content/uploads/download-manager-files/ then everything should work fine.

Feb 7, 2014 at 8:49 pm
#12015
Keymaster
Shahjada
Staff OP

just confirmed from support team, your issue is resolved, problem was you had block hotlink add-on active, which is still not compatible with v4. anyhow compatible version coming soon. Thanks

Feb 7, 2014 at 8:46 pm
#12014
Keymaster
Shahjada
Staff OP

look like all files not uploaded properly or still showing data form cache, please try clearing browser cache, if that doesn’t fix it, please send a temporary wp-admin login info to support@wpdownloadmanager.com. support team will do that for you.

Feb 7, 2014 at 8:44 pm
#12013
Keymaster
Shahjada
Staff OP

not yet, but we have started with add-ons already, so it will come soon.

Feb 7, 2014 at 8:40 pm
#12011
Keymaster
Shahjada
Staff OP

yes, it is simple, please create a link template using following code:

<div class="col-md-6">
<div class="thumbnail">
<div class="media">
    
    [thumb_60x60]
 
    <div class="media-body">
    <h4 class="media-heading" style="padding-top: 0px;border:0px;margin: 0px;">[title]</h4>    
    [download_link] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-th-large"></i> [file_size] <i style="margin: 2px 0 0 5px;opacity:0.5" class="fa fa-download-alt"></i> [download_count] downloads
    </div>
</div>
</div>
</div>

and apply this to your packages

Feb 7, 2014 at 8:24 pm
#12008
Keymaster
Shahjada
Staff OP

most short-codes already listed in old docs http://www.wpdownloadmanager.com/docs/list-of-download-manager-pro-short-codes/ though some are changed in v4, anyhow you can generate short-code using tinymce button add-on http://www.wpdownloadmanager.com/download/advanced-tinymce-button/ , but I see you actually asked to add download link of “single file” inside a package. It is exactly no possible, but if you enable individual download and use [file_list] with link or page template, you can show individual download link of all attached files.

Feb 7, 2014 at 8:20 pm
#12007
Keymaster
Shahjada
Staff OP

if you are using v3.3.8 and now if you upgrade to v4, then you will have to change all package short-code, as in v4 we have moved to custom post type, we didn’t have any way to keep package IDs same.

Feb 6, 2014 at 1:54 pm
#11948
Keymaster
Shahjada
Staff OP

ok, checking.

Viewing 25 posts - 12,951 through 12,975 (of 15,657 total)