Forum Replies Created
by the way, is there any short code to create docs list such as:
http://www.wpdownloadmanager.com/docs/
Ok thanks 🙂
I just downloaded “Pre-paid credit” add-on, but it seems it has incomplete code.
For instance, in “Pre-paid credit” admin page, it showed like this:
http://i1119.photobucket.com/albums/k634/ir1keren/prepaid-credits.png
Then I added these lines inside wpmp_deposit_admin_part() function (wpdm-prepaid_credit/wpmp-deposit.php file):
wp_enqueue_style('wp-marketplace', plugins_url('/download-manager/bootstrap/css/bootstrap.css') );
wp_enqueue_script('wpdm-bootstrap', plugins_url('/download-manager/bootstrap/js/bootstrap.min.js'), array('jquery'));
And it worked as expected (or at least I thought so 😀 )
http://i1119.photobucket.com/albums/k634/ir1keren/prepaid-credits-fixed.png
Ok, thanks. The issue has been resolved 🙂
What about displaying purchased items (as displayed on http://www.wpdownloadmanager.com/purchases/), is there any short code?
And you said that “Pre-paid credits” add-on will be added into “All add-ons pack” soon, can I get a copy of “Pre-paid credits” add-on?
Because at the current time that add-on is most needed.