please use [wpdm_user_dashboard]
Actually it is not in our plugin scope, still I’ve done it for you, use following code:
class PackagePermalink{ function __construct() { add_filter( 'the_permalink', array($this, 'Permalink')); add_action( 'pre_get_posts', array($this, 'ParseURL') ); } function Permalink($url){ return str_replace(get_option('__wpdm_purl_base').'/',"", $url); } function ParseURL( $query ) { // Only noop the main query if ( ! $query->is_main_query() ) return; // Only noop our very specific rewrite rule match if ( 2 != count( $query->query ) || ! isset( $query->query['page'] ) ) { return; } // 'name' will be set if post permalinks are just post_name, otherwise the page rule will match if ( ! empty( $query->query['name'] ) ) { $query->set( 'post_type', array( 'post', 'page', 'wpdmpro' ) ); } } } new PackagePermalink();
Probably they used short-code inside regular posts or used separate code like this http://kellenmace.com/remove-custom-post-type-slug-from-permalinks/ ๐
Will it be okay , if i disable other plugins to check if the issue is generated from conflict with another plugin?
Hello, Customization team will complete those customization within next 1-2 days. Thanks.
Hello,
Please find the answers by same order,
1. To show login/signup form enable the option from Download Manger Basic Settings Messages area http://www.wpdownloadmanager.com/doc/settings/basic-settings/
2. Place WPDM category widget in your sidebar
3. Didn’t see any warning there
4. File linked with this package was not found in the server. Maybe you deleted or moved it to another location.
Thanks.
Change your file name in dropbox. There issue might be related to that. Or try another file to check if it is causing same error. I was able to change file name in your site. Check the draft package. However, we will update this issue in next release.
Please explain little more about issue you are facing in PayPan setup?
Didn’t find any issue in our test. Might be issue with your browser. Try cleaning browser cache. If not seeing any change in the situation , send login info in private reply.
You can show login/signup form to visitors when they are not logged in. Enable login for option from Basic Settings for that.
Check this doc http://www.wpdownloadmanager.com/doc/settings/basic-settings/ for more details.
Use [wpdm-tags] shortcode. You can insert tag shortcode using extended shortcode addon.
Please send me a link exactly where you are having this issue. And send temporary wp-admin login info too. Use private reply option to send login info. Thanks.
Just tested, looks like working fine now:
However, you still can use [download_link_popup]
instead of [download_link]
in your link template to show the info in a modal popup instead of pop-over, Doc: http://www.wpdownloadmanager.com/doc/templates/
“in which the audio player to select in panel show all post.” <-- sorry, not clear, may you please explain little more.
Please give me temporary wp-admin login info and the package url to check your issue.
Hello, Please try now, It should work now. Thanks.
Hello Candeos,
Right now we don’t have any solution to link WPDM to ZOHO.ย But we can offer you custom service., to use email lock data for ZOHO leads generation. You can see details of Custom Service here http://www.wpdownloadmanager.com/download/custom-upgrade-service/
Did you check ‘Email Download link’ option? https://www.evernote.com/l/AUeF6Ow4_hVIO7FAj76t6YvUKHQGmlxysxU
Thanks.
Sorry for delayed reply,I’m not seeing any such function in class.order.php, are you using latest version of the add-on, may you please give me a temporary wp-admin login info in a private reply to check your issues.
I need to check it in your installation, anyone please give me a temporary wp-admin login info in a private reply to check the issue.
Sorry, we missed to add a new function with v2.28.2, but it will be ok from v2.8.3 which is coming tomorrow.
We are releasing an add-on within next week, named “WPDM File Cart”, you can use the add-on with wpdm pro to allow your site users to select different files from different packages and download selected files as a custom pack.
I think, that will work fine for you ๐ .
Login info is not working. It blocked me from wp-admin.
It will be ok from next update, which is coming tomorrow.
Sorry, not clear, may you please give me an example URL to check.
Please give me temporary wp-admin login info in a private reply to check your issue.
Sorry, Custom templating only possible in pro.