Shahriar

Forum Replies Created

Viewing 25 posts - 2,701 through 2,725 (of 12,513 total)
Apr 11, 2019 at 7:18 pm
#95913
Moderator
Shahriar
Staff OP

Looks like a plugin or theme conflict. Can I deactivate other plugins or switch theme to check?

Apr 11, 2019 at 5:53 pm
#95907
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Apr 11, 2019 at 5:49 pm
#95906
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Apr 11, 2019 at 5:43 pm
#95905
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Apr 11, 2019 at 5:33 pm
#95904
Moderator
Shahriar
Staff OP

Hi,

There are lots of cross query going on in the “Package vs Date” stats. And your stats table has more than 70K records. So, it does create a performance issue.

You are running the “Package vs Date” each month where old downloads don’t have any influence. So for now, the best solution is deleting the stats data after exporting them. If you need the data in future you can use the exported CSV. But keeping only the current month data will make “Package vs Date” stat pretty fast.

Let me know your thoughts.

Thanks.

Apr 9, 2019 at 8:58 pm
#95824
Moderator
Shahriar
Staff OP

You can add the operator="AND" in tag shortcode to establish the AND relation between tags. Default relation is OR.

Apr 9, 2019 at 8:19 pm
#95823
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Apr 9, 2019 at 8:16 pm
#95822
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue.

Apr 9, 2019 at 8:13 pm
#95821
Moderator
Shahriar
Staff OP

Hi,

Are you referring to the Edit Profile page in Frontend WPDM User dashboard? I have to check your setup to find where the undefined error is coming from. Could you send the login info in private reply?

Thanks.

Apr 9, 2019 at 7:53 pm
#95820
Moderator
Shahriar
Staff OP

Set your login and dashboard pages in Settings Frontend. The add the following code to your theme’s functions.php file. That should redirect the user to the dashboard after login,

add_action( 'template_redirect', 'wpdm_login_redirect' );
function wpdm_login_redirect(){
    if( is_user_logged_in() && get_the_ID() == get_option('__wpdm_login_url') ):
        wp_redirect( get_permalink( get_option('__wpdm_user_dashboard') ) );
        exit();
    endif;
}
Apr 9, 2019 at 7:47 pm
#95818
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. Check the “Set as private reply” checkbox below the editor when submitting your ticket.

Apr 9, 2019 at 7:44 pm
#95817
Moderator
Shahriar
Staff OP

Do you want to disable the invoice for the orders where payment is made via PrePaid credits? I can do that by adding some modifications in Premium Package add-on. Please send admin login info in private reply so I can add the code.

Apr 9, 2019 at 7:38 pm
#95815
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. Are you referring to this ticket https://www.wpdownloadmanager.com/support/topic/several-bugs-that-make-my-site-out-of-breath/

Apr 9, 2019 at 7:37 pm
#95814
Moderator
Shahriar
Staff OP

Please try setting the “Single Column, Image Top, Extended” as page template for the pacakge. Or send admin login info in private reply, so I can test this on your site.

Apr 9, 2019 at 7:30 pm
#95813
Moderator
Shahriar
Staff OP

Your server is blocking the connection to the license server. However, I have verified the key manually. – Thanks.

Apr 9, 2019 at 7:20 pm
#95812
Moderator
Shahriar
Staff OP

Where did you add the template file? The file should be placed in /themes/uncode/download-manager/ or /themes/uncode-child/download-manager/ directory. But I found no such directory.

Apr 9, 2019 at 7:10 pm
#95811
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. Maybe there is a JS error on the page.

Apr 9, 2019 at 7:06 pm
#95810
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. Are you using the latest version of Download Manager?

Apr 9, 2019 at 7:05 pm
#95809
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue.

Apr 8, 2019 at 5:51 pm
#95770
Moderator
Shahriar
Staff OP

Hi,

I am not sure where you AJAX search page is located. Could you please send me the link? Couldn’t find any AJAX search option in homepage. Is this search coming from WPDM or your theme?

Thanks.

Apr 8, 2019 at 5:41 pm
#95768
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Apr 8, 2019 at 5:36 pm
#95767
Moderator
Shahriar
Staff OP

Hi,

Unlocked your key from the old site. You can use it on your new domain now.

Thanks.

Apr 8, 2019 at 5:34 pm
#95766
Moderator
Shahriar
Staff OP

If you are allowing the download only by logged users, then no need to collect the email address that is already associated with the account. Because you can get the all downloaders email address from the Downloads Stats page when exporting the download history. So, only activating the term lock serves your purpose.

It is also possible to make it work the way you explained above. It requires some code customization. You have to use a custom template for /download-manager/tpls/lock-options/email-lock-form.php

Here is the template customization doc https://www.wpdownloadmanager.com/doc/template-files/

Apr 8, 2019 at 5:28 pm
#95765
Moderator
Shahriar
Staff OP

It means you have already installed the Premium Package add-on. SO, just activate it from the plugins page. Or send temporary wp-admin login info in private reply. I will do it for you.

Apr 8, 2019 at 5:26 pm
#95764
Moderator
Shahriar
Staff OP
This reply has been marked as private.
Viewing 25 posts - 2,701 through 2,725 (of 12,513 total)