Shahriar

Forum Replies Created

Viewing 25 posts - 11,776 through 11,800 (of 12,513 total)
in reply to: Custom Login Method / Shortcode #36553

Shahriar
Moderator

please use [wpdm_user_dashboard]

in reply to: URL #36552

Shahriar
Moderator

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();
in reply to: URL #36539

Shahriar
Moderator

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

in reply to: Accordion Plugin Not Working #36460

Shahriar
Moderator

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

in reply to: Template and page_template aren't working CSV #36428

Shahriar
Moderator

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

in reply to: Some setting error #36427

Shahriar
Moderator

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.

in reply to: Changing the names of packages #36426

Shahriar
Moderator

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?

in reply to: Can't upload since upgrade #36402

Shahriar
Moderator

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.

in reply to: how does it work? #36389

Shahriar
Moderator

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.

in reply to: Add Tag dropdown in Directory (compact) #36388

Shahriar
Moderator

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

in reply to: I had to disable this plugin #36387

Shahriar
Moderator

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.

in reply to: Download pop up not working #36385

Shahriar
Moderator

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/

in reply to: [audio_player] #36384

Shahriar
Moderator

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

in reply to: Changing the names of packages #36383

Shahriar
Moderator

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


Shahriar
Moderator

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

in reply to: Capture E Mail and Name to ZohoCRM #36354

Shahriar
Moderator

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.

in reply to: payment error #36349

Shahriar
Moderator

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.

in reply to: ZIP files downloaded are corrupt #36348

Shahriar
Moderator

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.

in reply to: No tree view since upgrade to 2.8.2 #36347

Shahriar
Moderator

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.


Shahriar
Moderator

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 ๐Ÿ™‚ .

in reply to: Download isn't working properly #36345

Shahriar
Moderator

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

in reply to: Catogary links not working #36344

Shahriar
Moderator

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

in reply to: Category and tag page structured data #36343

Shahriar
Moderator

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

in reply to: Download URL error #36342

Shahriar
Moderator

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

in reply to: open document in new tab instead downloading #36341

Shahriar
Moderator

Sorry, Custom templating only possible in pro.

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