Nayeem Riddhi

Forum Replies Created

Viewing 25 posts - 14,751 through 14,775 (of 20,592 total)
Nov 17, 2020 at 12:03 pm
#140878
Moderator
Nayeem Riddhi
Staff OP

you are welcome,

thanks

Nov 17, 2020 at 11:52 am
#140874
Nov 17, 2020 at 11:50 am
#140873
Moderator
Nayeem Riddhi
Staff OP

please share here which categories are missing in the frontend,

thanks

Nov 17, 2020 at 11:41 am
#140870
Moderator
Nayeem Riddhi
Staff OP

Hello,

Do you want to remove “Prev” and “Next” for all downloads package, please let me know

thanks

Nov 17, 2020 at 8:47 am
#140847
Moderator
Nayeem Riddhi
Staff OP

Can you please share the related URL please for checking,

thanks

Nov 17, 2020 at 8:43 am
#140846
Moderator
Nayeem Riddhi
Staff OP

Sorry for the inconvenience, directory add-on shortcodes has been changed, please check the latest shortcode formats from here, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on/

thanks

Nov 17, 2020 at 6:47 am
#140832
Moderator
Nayeem Riddhi
Staff OP

please share the issue related page

thanks

Nov 17, 2020 at 4:44 am
#140827
Moderator
Nayeem Riddhi
Staff OP

Can I use the registration page enabled for checking,

thanks

Nov 17, 2020 at 4:35 am
#140825
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Nov 17, 2020 at 4:34 am
#140824
Moderator
Nayeem Riddhi
Staff OP

I have installed the latest version on your side, the shortcode is working fine here, http://www.mesoamericaregion.org/wpdm-test/, you can see the latest version shortcodes here, https://www.wpdownloadmanager.com/download/wpdm-directory-add-on

thanks

Nov 17, 2020 at 4:24 am
#140823
Moderator
Nayeem Riddhi
Staff OP

Please, give your temporary wp-admin login details in a private reply for making a demo for you

Thanks

Nov 17, 2020 at 4:19 am
#140822
Moderator
Nayeem Riddhi
Staff OP

please share your package URL for checking

thanks

Nov 16, 2020 at 4:48 pm
#140802
Moderator
Nayeem Riddhi
Staff OP

Hi,

Are you facing design sorting issue? please let me know

thanks

Nov 16, 2020 at 4:42 pm
#140799
Moderator
Nayeem Riddhi
Staff OP

Can you please provide a screenshot which packages are coming, because there are lots of packages

thanks

Nov 16, 2020 at 4:34 pm
#140797
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 both

thanks

Nov 16, 2020 at 4:33 pm
#140796
Moderator
Nayeem Riddhi
Staff OP

you are welcome,

thanks

Nov 16, 2020 at 4:09 pm
#140790
Moderator
Nayeem Riddhi
Staff OP

I think this is a WP page, do you want to the sidebar here too?

thanks

Nov 16, 2020 at 4:07 pm
#140789
Moderator
Nayeem Riddhi
Staff OP

I think this is server related issue, you may also contact with your server administrator or also can be plugins conflict you may try to enabling/disabling the others plugins for testing or you may also try to switching theme to others for checking

thanks

Nov 16, 2020 at 3:57 pm
#140788
Moderator
Nayeem Riddhi
Staff OP

Ok, that can be an issue, but keeping unactivated WPDM, trouble with login may not be an issue with WPDM plugin, you may try to investigate problem with wordpress login, let me know further

thanks

Nov 16, 2020 at 3:53 pm
#140787
Moderator
Nayeem Riddhi
Staff OP

Hi,

I have adjusted the code from download-manager\tpls\add-new-file-front\package-settings.php file, now packages from frontend will be published for All Visitors by default, you may also keep the file backup for the next update following this doc, https://www.wpdownloadmanager.com/doc/template-files/

thanks

Nov 16, 2020 at 3:34 pm
#140785
Moderator
Nayeem Riddhi
Staff OP

Can you please deactivate the WPDM plugin via FTP and try again with basic wp-login for checking?

thanks

Nov 16, 2020 at 3:11 pm
#140773
Moderator
Nayeem Riddhi
Staff OP

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

Thanks

Nov 16, 2020 at 3:10 pm
#140771
Moderator
Nayeem Riddhi
Staff OP

please elaborate more on your issue, if possible, please, give your temporary wp-admin login details in a private reply for checking the issue.

Thanks

Nov 16, 2020 at 2:16 pm
#140763
Moderator
Nayeem Riddhi
Staff OP

Ok, please, give your temporary wp-admin login details in a private reply for adjusting the issue.

Thanks

Nov 16, 2020 at 12:33 pm
#140756
Moderator
Nayeem Riddhi
Staff OP

I think it may require some customization, you may please knock here, https://www.wpdownloadmanager.com/user-dashboard/?udb_page=upgrade

Viewing 25 posts - 14,751 through 14,775 (of 20,592 total)