Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 14,801 through 14,825 (of 20,592 total)
Nov 14, 2020 at 2:33 pm
#140687
Moderator
Nayeem Riddhi
Staff OP

which design you are looking for apply, let me know

thanks

Nov 14, 2020 at 2:31 pm
#140686
Moderator
Nayeem Riddhi
Staff OP

Hello,

Are you talking about Select From Media Library option from backend, let me know

thanks

Nov 14, 2020 at 1:30 pm
#140684
Moderator
Nayeem Riddhi
Staff OP

Disabling resumable downloads, PDF with doc preview is working fine from my side, I have cleared the cache and it is working, please check from your side too

thanks

Nov 14, 2020 at 1:20 pm
#140683
Moderator
Nayeem Riddhi
Staff OP

you are welcome

thanks

Nov 14, 2020 at 1:17 pm
#140682
Moderator
Nayeem Riddhi
Staff OP

Please add this code in your theme functions.php

add_filter( 'wp_nav_menu_items', 'wpdm_loginout_menu_link', 10, 2 );

function wpdm_loginout_menu_link( $items, $args ) {
    if ($args->theme_location == 'primary') {
        if (is_user_logged_in()) {
            $items .= '<li class="right"><a href="'. wp_logout_url() .'">'. __("Log Out") .'</a></li>';
        } else {
            $items .= '<li class="right"><a href="'. wp_login_url(get_permalink()) .'">'. __("Log In") .'</a></li>';
        }
    }
    return $items;
}

it should return login and a logout menu

thanks

Nov 14, 2020 at 6:18 am
#140670
Moderator
Nayeem Riddhi
Staff OP

It can be theme script conflict or plugins scripts conflict, it needs to see where the conflicts are making

thanks

Nov 14, 2020 at 6:14 am
#140668
Moderator
Nayeem Riddhi
Staff OP

please share your related page URL,

thanks

Nov 14, 2020 at 6:13 am
#140667
Moderator
Nayeem Riddhi
Staff OP

Category visibility on package editor related to this add-on, https://www.wpdownloadmanager.com/download/front-end-category-manager/, you shall find the description here

thanks

Nov 14, 2020 at 5:24 am
#140665
Moderator
Nayeem Riddhi
Staff OP

Now login after redirecting is working fine now, please check

thanks

Nov 14, 2020 at 5:01 am
#140664
Moderator
Nayeem Riddhi
Staff OP

Now it is working, I have disabled Resumable Downloads and Output Buffering from Basic settings, somehow it was causing the problem, I have tested here, https://beatboxteacher.com/download/wpdm-test

thanks

Nov 14, 2020 at 4:34 am
#140663
Moderator
Nayeem Riddhi
Staff OP

Please, give your temporary wp-admin login details in a private reply for checking the issue

Thanks

Nov 14, 2020 at 4:33 am
#140662
Moderator
Nayeem Riddhi
Staff OP

Please check if there correct license key in your Downloads > Settings > License option. and save settings again. Then try again to update. It will work then.

Thanks

Nov 14, 2020 at 4:32 am
#140661
Moderator
Nayeem Riddhi
Staff OP

Please check if there correct license key in your Downloads > Settings > License option. and save settings again. Then try again to update. It will work then.

Thanks

Nov 13, 2020 at 4:49 pm
#140645
Moderator
Nayeem Riddhi
Staff OP

Please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks

Nov 13, 2020 at 4:47 pm
#140643
Moderator
Nayeem Riddhi
Staff OP

The add-on name is wpdm-archive-page.zip add-on

thanks

Nov 13, 2020 at 4:44 pm
#140642
Moderator
Nayeem Riddhi
Staff OP

The demo has been customized theme design…

Nov 13, 2020 at 4:41 pm
#140640
Moderator
Nayeem Riddhi
Staff OP

Please, give your temporary wp-admin login details in a private reply for checking the issue

Thanks

Nov 13, 2020 at 4:40 pm
#140639
Moderator
Nayeem Riddhi
Staff OP

please try here, https://med2050.org/frontend-uploader/, it will work fine then

thanks

Nov 13, 2020 at 4:11 pm
#140636
Moderator
Nayeem Riddhi
Staff OP

you are welcome

thanks

Nov 13, 2020 at 4:11 pm
#140635
Moderator
Nayeem Riddhi
Staff OP

It should be your login page

thanks

Nov 13, 2020 at 4:10 pm
#140634
Moderator
Nayeem Riddhi
Staff OP

How to login? I can’t able to log in from beatboxteacher.com/wp-login.php, please check

thanks

Nov 13, 2020 at 4:01 pm
#140631
Moderator
Nayeem Riddhi
Staff OP

please read the doc here, https://www.wpdownloadmanager.com/doc/short-codes/wpdm_login_form-user-login-form-short-code/, you shall get a parameter called, redirect=”Redirect URL to redirect after login”, I think, thus you shall get the help

thanks

Nov 13, 2020 at 3:58 pm
#140629
Moderator
Nayeem Riddhi
Staff OP

I have understood, you may need this add-on, https://www.wpdownloadmanager.com/download/wordpress-pdf-viewer/, please check

thanks

Nov 13, 2020 at 3:49 pm
#140625
Moderator
Nayeem Riddhi
Staff OP

I think you want to get this option too, please uncheck the option as I image attached,

Image 2020-11-13 at 9.46.20 PM

you shall get the option too

thanks

Nov 13, 2020 at 3:42 pm
#140623
Moderator
Nayeem Riddhi
Staff OP

you are welcome,

thanks

Viewing 25 posts - 14,801 through 14,825 (of 20,592 total)