Shahriar

Manage your purchases, downloads, and account settings

Forum Replies Created

Viewing 25 posts - 11,776 through 11,800 (of 12,513 total)
Nov 14, 2015 at 2:17 pm
#36553
Moderator
Shahriar
Staff OP

please use [wpdm_user_dashboard]

Nov 14, 2015 at 1:56 pm
#36552
Moderator
Shahriar
Staff OP

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();
Nov 14, 2015 at 4:49 am
#36539
Moderator
Shahriar
Staff OP

Probably they used short-code inside regular posts or used separate code like this http://kellenmace.com/remove-custom-post-type-slug-from-permalinks/ 🙂

Nov 12, 2015 at 8:09 am
#36460
Moderator
Shahriar
Staff OP

Will it be okay , if i disable other plugins to check if the issue is generated from conflict with another plugin?

Nov 11, 2015 at 7:12 am
#36428
Moderator
Shahriar
Staff OP

Hello, Customization team will complete those customization within next 1-2 days. Thanks.

Nov 11, 2015 at 7:05 am
#36427
Moderator
Shahriar
Staff OP

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.

Nov 11, 2015 at 6:47 am
#36426
Moderator
Shahriar
Staff OP

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?

Nov 10, 2015 at 4:06 pm
#36402
Moderator
Shahriar
Staff OP

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.

Nov 10, 2015 at 8:11 am
#36389
Moderator
Shahriar
Staff OP

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.

Nov 10, 2015 at 8:08 am
#36388
Moderator
Shahriar
Staff OP

Use [wpdm-tags] shortcode. You can insert tag shortcode using extended shortcode addon.

Nov 10, 2015 at 8:01 am
#36387
Moderator
Shahriar
Staff OP

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.

Nov 10, 2015 at 7:21 am
#36385
Moderator
Shahriar
Staff OP

Just tested, looks like working fine now:

View post on imgur.com


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/

Nov 10, 2015 at 7:15 am
#36384
Moderator
Shahriar
Staff OP

“in which the audio player to select in panel show all post.” <-- sorry, not clear, may you please explain little more.

Nov 10, 2015 at 7:14 am
#36383
Moderator
Shahriar
Staff OP

Please give me temporary wp-admin login info and the package url to check your issue.

Nov 9, 2015 at 10:55 am
#36370
Moderator
Shahriar
Staff OP

Hello, Please try now, It should work now. Thanks.

Nov 8, 2015 at 10:59 am
#36354
Moderator
Shahriar
Staff OP

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.

Nov 7, 2015 at 3:16 pm
#36349
Moderator
Shahriar
Staff OP

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.

Nov 7, 2015 at 3:14 pm
#36348
Moderator
Shahriar
Staff OP

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.

Nov 7, 2015 at 3:13 pm
#36347
Moderator
Shahriar
Staff OP

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.

Nov 7, 2015 at 3:12 pm
#36346
Moderator
Shahriar
Staff OP

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 🙂 .

Nov 7, 2015 at 3:08 pm
#36345
Moderator
Shahriar
Staff OP

Login info is not working. It blocked me from wp-admin.

Nov 7, 2015 at 3:07 pm
#36344
Moderator
Shahriar
Staff OP

It will be ok from next update, which is coming tomorrow.

Nov 7, 2015 at 2:18 pm
#36343
Moderator
Shahriar
Staff OP

Sorry, not clear, may you please give me an example URL to check.

Nov 7, 2015 at 2:14 pm
#36342
Moderator
Shahriar
Staff OP

Please give me temporary wp-admin login info in a private reply to check your issue.

Nov 7, 2015 at 2:06 pm
#36341
Moderator
Shahriar
Staff OP

Sorry, Custom templating only possible in pro.

Viewing 25 posts - 11,776 through 11,800 (of 12,513 total)