Shahriar

Forum Replies Created

Viewing 25 posts - 3,651 through 3,675 (of 12,513 total)
Jan 15, 2019 at 5:46 pm
#92318
Moderator
Shahriar
Staff OP

You can add the following code to your theme’s functions.php file to remove password lock from all files. After adding the code just visit the website and then remove the code.

function wpdm_bulk_update_package_lock(){

    $params = array(
        'post_type' ► 'wpdmpro',
        'posts_per_page' ► -1,
    );

    $packs = new WP_Query( $params );

    while( $packs->have_posts() ) {
        $packs->the_post();
        global $post;
        update_post_meta(get_the_ID(),'__wpdm_password_lock','0');
    }
}
add_action('init', 'wpdm_bulk_update_package_lock');
Jan 15, 2019 at 4:37 pm
#92314
Moderator
Shahriar
Staff OP

Sorry for the delay. Please send me the login of the staging site. I will check all reported issue there. Everything works fine in my setup.

Jan 13, 2019 at 8:15 pm
#92239
Moderator
Shahriar
Staff OP

Installed the version 4.9.0 and successfully registered a new user. So, everything is okay with the latest version.

Jan 13, 2019 at 8:02 pm
#92238
Moderator
Shahriar
Staff OP

Added a share button right beside the download button. Users can share the package easily if they want.

Jan 13, 2019 at 7:30 pm
#92236
Moderator
Shahriar
Staff OP

It will change the time format in frontend display only. In the backend, you have to set the time in 12 hours format. Send login info in private reply if you want me to check it there.

Jan 13, 2019 at 7:18 pm
#92235
Moderator
Shahriar
Staff OP

Please send temporary wp-admin login info in private reply to check the issue. Also, send me the PHP error log file, that will help us a lot.

Jan 13, 2019 at 7:16 pm
#92234
Moderator
Shahriar
Staff OP

Looks like you have deleted the page. Could you please send wp-admin login info in private reply so I can check this issue there?

Jan 12, 2019 at 9:39 am
#92190
Moderator
Shahriar
Staff OP

Maybe your theme is using a customized editor which doesn’t add the custom buttons. Please consult with theme provider about the issue.

Jan 12, 2019 at 9:33 am
#92189
Moderator
Shahriar
Staff OP

Set a featured image ( thumbnail ) for your package. The circle will show the thumb there.

Jan 12, 2019 at 9:31 am
#92188
Moderator
Shahriar
Staff OP

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

Jan 12, 2019 at 9:29 am
#92187
Moderator
Shahriar
Staff OP

You can password protect the signup page. After submitting password users will be able to see the signup form.

Jan 12, 2019 at 9:25 am
#92184
Moderator
Shahriar
Staff OP

Hi,

There are some inline styles coming from your custom CSS or a plugin which make the text color transparent.

body { color: transparent; }

You have to remove the style to make texts visible.

Thanks.

Jan 12, 2019 at 9:19 am
#92181
Moderator
Shahriar
Staff OP

You can disable Download Manager styles from Downloads Settings User Interface Tab. Please try deactivating Bootstrap CSS and front CSS from there.

Jan 12, 2019 at 9:16 am
#92180
Moderator
Shahriar
Staff OP

Looks like Prime Homepage settings ( from Customizer Homepage Prime ) hasn’t been set up properly. Please send wp-admin login info. I will check if things get back to normal after theme setup.

Jan 12, 2019 at 5:36 am
#92174
Moderator
Shahriar
Staff OP

Hi, Unlocked your key from the old domain. You can use it on your new one. Thanks.

Jan 11, 2019 at 10:14 pm
#92155
Moderator
Shahriar
Staff OP

Please replace the text from /download-manager/tpls/lock-options/emai-lock-form.php line no 36. We will fix it in next release of the plugin.

Jan 11, 2019 at 10:06 pm
#92154
Moderator
Shahriar
Staff OP

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

Jan 11, 2019 at 10:06 pm
#92153
Moderator
Shahriar
Staff OP

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

Jan 11, 2019 at 10:04 pm
#92152
Moderator
Shahriar
Staff OP

In that case, adding a facebook share link with custom template should do the job. Please send temporary wp-admin login info in private reply. I will create a custom template for you.

Jan 11, 2019 at 10:02 pm
#92151
Moderator
Shahriar
Staff OP

Unlocked your key.

Jan 11, 2019 at 10:01 pm
#92150
Moderator
Shahriar
Staff OP

Please assign the administrator role to the test user. I have to check some setting and debug the code.

Jan 11, 2019 at 10:00 pm
#92149
Moderator
Shahriar
Staff OP

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

Jan 11, 2019 at 9:55 pm
#92148
Moderator
Shahriar
Staff OP

Hi, Unlocked your key from the old site. Please try now. Thanks.

Jan 11, 2019 at 9:52 pm
#92147
Moderator
Shahriar
Staff OP

Use ID ( uppercase ) as the column title.

Jan 11, 2019 at 9:50 pm
#92146
Moderator
Shahriar
Staff OP

In the latest version, we have added some new design options. Set button style to “None” in Settings User Interface to remove the background.

Viewing 25 posts - 3,651 through 3,675 (of 12,513 total)