Forum Replies Created
give me your url please where you trying to apply
thanks :). It will be corrected with next update
send a temporary wp-admin login info to support@wpdownloadmanager.com
actually next update will have an option for disabling bootstrap from admin settings, and you already can apply template in wpdm pro, create link/template with custom class name and add styles for those class in theme css, in that way updating wpdm pro will not erase your css change.
the url showing “We are currently under Construction.”
yes, you see that message for the notices, but that can be resolved by disabling notice display or disabling debug mode in WordPress.
no, you need to pay only $175 to upgrade to dev from pro 🙂
you can apply order editing file download-manager.php at line #591
but we are adding the option with next update
those are not error actually, disable debug mode or notice display from your server.
ok, resolved 🙂 , next time please deactivate add-ons before deactivate wpdm pro
you can disable bootstrap from functions.php and apply your own style.
check functions.php , function name “wpdm_new_file_form_sc”
now showing ok, problem was with your csv file, please follow the attached example csv exactly.
@acrogenesis, problem was , you were using old version of wpdm archive page, i’ve adjusted it and working fine now.
yes, please open functions.php , at line # 2924 , replace:
$data = $wpdb->get_results(“select * from {$wpdb->prefix}ahm_files where ($qcids)”, ARRAY_A);
width:
$data = $wpdb->get_results(“select * from {$wpdb->prefix}ahm_files where ($qcids) limit 0,3”, ARRAY_A);
List of Template Tags to use with Link/Page Template:
[wpdm_reviews] – will generate the complete review UI
[rating] – will show the average rating for a package
[rating_stars] – will show the rating option for a package with ★ symbols
“I click on the box not the main category, I should put in the automatic check on the main category.” did you mean automatic check on subcategories ? it can be done with JavaScript code. Reference: http://api.jquery.com/next/
please send a temporary wp-admin login info to support@wpdownloadmanager.com
its because your theme or other plugin using same menu priority for a menu item as wpdm pro. please open download-manager.php find and remoe “,4”
file function.php
function name “getlink”