Forum Replies Created
ok now, it was because of modified add-on code.
it is everything ok there now, don’t worry :), font awesome was already with plugin, but for some reason it was not enqueued properly. I’ve adjusted it and in my side for next update.
ok now, the live forms plugin was missing.
actually it need to be done programmatically and also not too easy to explain.
it is in functions.php, or you can add following css in your theme style to hide it:
#xfilelist .panel-footer.footer-info {
display: none;
}
You don’t need to remove category, just edit the category and uncheck “All Visitors” from that category, and package inherits access settings from assigned categories.
We shall the the feature soon, also next update will have big improvement on mp3 playlist.
Don’t need to restore from back, please give me ftp info in a private reply, I’ll check.
ok now, I also have added the fix in my side for next update.
Actually using the function just to make your short-code work is actually not a proper way. However you need to skip the function for cart/checkout page.
Please give me temporary wp-admin login info in a private reply and the URL where I can check the situation.
Please also give me an exact URL where I can see the buttons.
We are releasing new update of default value add-on soon with mass update feature.
- Create a package
- Attach /download/ dir with that package
- Select page template = Single Column, Image Top, Extended
- apply password lock and set a password from package settings lock options tab
- Publish the package
please give me temporary wp-admin login info in a private reply to check
Homepage in demo is actually coming from this theme http://www.wpdownloadmanager.com/download/crypton/
You need special pack http://www.wpdownloadmanager.com/download/wordpress-download-manager-special-pack/ or This add-on http://www.wpdownloadmanager.com/download/advanced-access-control/ with wpdm pro.
It is because the file list saves is post meta in serialized format, you need to serialize it before save in post meta, following php code can do that:
<?php
$files = array("your-file-url");
update_post_meta($packageid, "__wpdm_files", $files);
?>
The screenshot I sent you is from that URL
This is coming from wpdm extended short-code add-on, you can edit that add-on file to remove this.
Sorry, please give me login info here in a private reply, only you and me will able to see that.