Shahjada

Forum Replies Created

Viewing 25 posts - 8,251 through 8,275 (of 15,655 total)
Mar 10, 2015 at 9:40 pm
#27008
Keymaster
Shahjada
Staff OP

Yes, otherwise, please give me your license key here in a private reply to unlock it.

Mar 10, 2015 at 9:37 pm
#27007
Keymaster
Shahjada
Staff OP

ok, adjusting it with the next update of the add-on :). However update with coming within next 1-2 days.

Mar 10, 2015 at 9:14 pm
#27005
Keymaster
Shahjada
Staff OP

#1. Code is too long to explain here.
#2. Yes, you can do that using mailchimp add-on http://www.wpdownloadmanager.com/download/mailchimp-subscription/

Mar 10, 2015 at 9:13 pm
#27004
Keymaster
Shahjada
Staff OP

As it is an issue with your theme, may you please try changing theme or contact theme developer first.

Mar 10, 2015 at 9:11 pm
#27003
Keymaster
Shahjada
Staff OP

Are you applying any lock option? [doc_preview] will not work for locked files.

Mar 10, 2015 at 9:10 pm
#27002
Keymaster
Shahjada
Staff OP

not yet, but it is in our to do list 🙂

Mar 10, 2015 at 9:09 pm
#27001
Keymaster
Shahjada
Staff OP

add following css code at the end of your theme css:

.modal-backdrop{
position: absolute !important;
}
Mar 10, 2015 at 4:01 pm
#26999
Keymaster
Shahjada
Staff OP

@rajujat302026, Looks like the breadcrumb you using is coming form your theme and properly which dosn’t have such extensive options like wordpress seo ( https://wordpress.org/plugins/wordpress-seo/ ) breadcrumb, If you are not using WordPress SEO, then you need to customize the theme’s breadcrumb code.

Mar 10, 2015 at 3:56 pm
#26996
Keymaster
Shahjada
Staff OP

@SosVirus, sorry the confusion, seems @tauhid didn’t understand the issue clearly. I’ll check the add-on again.

Mar 10, 2015 at 3:52 pm
#26995
Keymaster
Shahjada
Staff OP

that will require customization in code.

Mar 10, 2015 at 7:01 am
#26980
Keymaster
Shahjada
Staff OP

@infoprojectready-com, unlocked, you also can get the other license key from your order page now.

Mar 9, 2015 at 7:12 pm
#26956
Keymaster
Shahjada
Staff OP

Yes, it will show subcategories only.

Mar 7, 2015 at 11:35 pm
#26915
Keymaster
Shahjada
Staff OP

@hub, there is no bug with bulk import, for csv file the need to follow same format as example csv, or give me csv file and temporary wp-admin login info with a private reply, I’ll check

Mar 7, 2015 at 11:10 pm
#26913
Keymaster
Shahjada
Staff OP

replace order="asc|desc" with order="asc" or order="desc" and order_by="field-name" with order_by="date"

Mar 7, 2015 at 9:55 pm
#26911
Keymaster
Shahjada
Staff OP

Yes, it is working fine now.

Mar 7, 2015 at 9:54 pm
#26910
Keymaster
Shahjada
Staff OP

change to 644 and also make /download-manager/cache dir writable

Mar 7, 2015 at 9:48 pm
#26909
Keymaster
Shahjada
Staff OP

From your breadcrumb settings “Taxonomy to show in breadcrumbs for:” “Downloads” From Dropdown Select “Category”, then you will see like this after Google re-cache it:

Loading...

Mar 7, 2015 at 9:43 pm
#26908
Keymaster
Shahjada
Staff OP

You can use this add-ons to generate short-code for showing new packages, but if you want to add package with main loop and default query, it will require some customization in code.

Add following code at the end of download-manager.php:

function wpdmpro_in_home_loop( $query ) {
 if ( is_home() && $query->is_main_query() )
 $query->set( 'post_type', array( 'post', 'wpdmpro') );
 return $query;
 }
 add_filter( 'pre_get_posts', 'wpdmpro_in_home_loop' );
Mar 7, 2015 at 9:36 pm
#26907
Keymaster
Shahjada
Staff OP

I tried with testbulkimport.csv in your site, it worked and package added, check last page in your package list. Please prepare data properly like in that file, that should work great

Mar 7, 2015 at 9:34 pm
#26906
Keymaster
Shahjada
Staff OP

I disabled lines #148 & #149 in wpdm-functions.php

    //if ( function_exists( 'apache_setenv' ) )
    //    @apache_setenv( 'no-gzip', 1 );
Mar 7, 2015 at 9:31 pm
#26905
Keymaster
Shahjada
Staff OP

open “Screen Options” from right top corner, you can show/hide columns from there.

Mar 7, 2015 at 9:29 pm
#26904
Keymaster
Shahjada
Staff OP

For that, please enable email lock from lock option tab. Docs: http://www.wpdownloadmanager.com/doc/add-new-package/lock-options/

Then you can see who downloads from Downloads Subscribers tab

Mar 7, 2015 at 9:22 pm
#26900
Keymaster
Shahjada
Staff OP

previous version didn’t have play button with individual download link, only [audio_player] tag had players integrated and audio player tag using custom player where you can forward pointer.

Mar 7, 2015 at 9:20 pm
#26899
Keymaster
Shahjada
Staff OP

ok now, probably you didn’t deactivate and reactivate the plugin after upgrade. Working fine after deactivate and reactivating once.

Mar 7, 2015 at 9:15 pm
#26898
Keymaster
Shahjada
Staff OP

Google shouldn’t ( usually doesn’t ) cache the download link because of rel="noindex nofollow"
However if block hot link is enabled then access to direct download from external source or site or direct url access through address bar will be blocked.

Viewing 25 posts - 8,251 through 8,275 (of 15,655 total)