Yes, it will show subcategories only.
replace order="asc|desc"
with order="asc"
or order="desc"
and order_by="field-name"
with order_by="date"
Yes, it is working fine now.
change to 644 and also make /download-manager/cache dir writable
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:
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' );
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
I disabled lines #148 & #149 in wpdm-functions.php
//if ( function_exists( 'apache_setenv' ) ) // @apache_setenv( 'no-gzip', 1 );
open “Screen Options” from right top corner, you can show/hide columns from there.
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
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.
ok now, probably you didn’t deactivate and reactivate the plugin after upgrade. Working fine after deactivate and reactivating once.
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.
there is no issue with featured image except your theme doesn’t support it, however as it is happening in your installation, I need to check there, please give me temporary wp-admin login info in a private reply.
an I test with disabling other plugins?
you will see update notice in your site admin plugins page.
Yes, it is bbPress.
You will not have to copy files manually to download-mamager-files
dir except there are some dir write permission issue in your server.
Actually csv import is working fine, but as you didn’t set the date, those were going at the end of the list, check in page 4 in downloads.
did you install any plugin or changed theme recently, that may cause the issue, how ever give me temporary wp-admin login info in a private reply to check your issue in details.
ok now, problem was your server was not supporting apache_setenv
function.
You can use Google drive, Dropbox, Amazon s3 and box.net coming soon. Downloads are here http://www.wpdownloadmanager.com/downloads/cloud-storage/
You can download from here http://www.wpdownloadmanager.com/purchases/
I see order status is already completed, probably the there was a delay because of paypal IPN
Sorry for the confusion, there was an issue, please update the webhook add-on. Now you can receive passed data using following code:
$data = json_decode($_REQUEST['data']); // $data object will have everything password by wpdm hook action print_r($data); // print all data, you can check
not the ftp, need your site admin access.