Invisible “User Front End > Setting” page

This topic contains 13 reply and 2 voices, and was last updated by Nayem 9 years, 3 months ago
Viewing 13 Posts - 1 through 13 (of 13 total)
Author Posts
January 4, 2015 at 12:11 am 33357
Nayem I use "WP User Frontend Pro" version 2.2.6 with "Twenty Fourteen" theme. When I press “User Front End > Setting” in admin panel I get empty page, with tabs "General Options/Dashboard/Login/Payments/Support" only, without any error. What I need to do to get Setting page?
January 6, 2015 at 12:07 pm 33434
Nayem Nayem

Hello Alexander,

Can you provide a screenshot of that page?. It will help me to find out the actual problem.

Thank you 🙂

January 7, 2015 at 2:18 am 33511
Alexander Alexander

This is a screenshot of “User Front End > Setting” page:

Thanks
Alexander

January 7, 2015 at 2:27 am 33512
Alexander Alexander

User Front End-/>Setting page” /></p>
</td></tr><tr id=

January 7, 2015 at 10:40 am 33528
Nayem Nayem

Hello Alexander,

I did not get your screenshot. Can you please try again to provide me this screenshot?.

January 8, 2015 at 4:03 am 33614
Alexander Alexander

See link : https://www.dropbox.com/s/75ugb7d649dgiqg/sasha.jpg?dl=0

January 8, 2015 at 10:59 am 33631
Nayem Nayem

Hello Alexander,

Please provide your login details by using this form- http://wedevs.com/provide-login-details/. I will have a look what is going wrong.

Thank you 🙂

January 10, 2015 at 7:19 pm 33772
Alexander Alexander

Hello Nayem,

Ok, I’ll later provide you my login details. However, I also have problem with Logout and I think that this is same problem with plugin. When I try to Logout from my site I get following message( instead logout page):
“You are attempting to log out.
Do you really want to log out?”

What is a problem, may be this is WPUF pro settings problem?

Thanks.

January 11, 2015 at 3:04 am 33780
Alexander Alexander

Hello Nayem,

I have a good information about problem of the empty page “User Front End > Setting” in admin panel.
This problem happened in “Chrome” browser only, but in “Explorer 11” I can see “User Front End > Setting” page and change settings.

What may prevent to see Setting page in “Chrome”?

Thanks.

January 11, 2015 at 11:25 am 33801
Nayem Nayem

Hello Alexander,

Please make sure that you have a login page with this shortchode [wpuf-login]. If not then create a page then navigate to user fronted->settings->Login/Registration and for login select that page you have created. Now log out will work fine. Please check and let me know.

Thank you 🙂

January 12, 2015 at 3:33 am 33895
Alexander Alexander

Hello Nayem,

I create login page with shortchode [wpuf-login] and now I can login.
But I have a questions:
1. If I need to define also Logout/Lost Password/Reset Password pages?
2. I define Login menu item, but after “login” this item menu not changed to “logout” item menu and I can’t understand why?

Please, help me to repair login/logout process.

Thanks 🙂

January 12, 2015 at 12:47 pm 33919
Nayem Nayem

Hello Alexander,

I am not clear about your both question. Can you please provide some screenshot with the mark of that place. Hope screenshot will help me to find out the actual problem.

Thank you 🙂

January 13, 2015 at 3:33 am 33996
Alexander Alexander

Hello Nayem,

I find the solution about Login/Logout menu items.
This is following snippets:

add_filter( ‘wp_nav_menu_items’, ‘add_loginout_link’, 10, 2 );
function add_loginout_link( $items, $args ) {
if (is_user_logged_in() && $args->theme_location == ‘primary’)
$items .= ‘

  • Logout
  • ‘;
    elseif (!is_user_logged_in() && $args->theme_location == ‘primary’)
    $items .= ‘

  • Login
  • ‘;

    return $items;
    }

    But this snippets not work correctly on mobile smartphone.

    May be you know about this problem?

    Thank you.

    January 13, 2015 at 1:42 pm 34037
    Nayem Nayem

    Hello Alexander.

    There may be a problem with your theme’s style. You may need to discuss with a front-end designer about this.

    Thank you 🙂

    Viewing 13 Posts - 1 through 13 (of 13 total)