Forum Replies Created

Viewing 15 Topics - 1 through 15 (of 18 total)
Author Posts
January 13, 2015 at 3:33 am in reply to: Invisible “User Front End > Setting” page 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 12, 2015 at 3:33 am in reply to: Invisible “User Front End > Setting” page 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 11, 2015 at 3:04 am in reply to: Invisible “User Front End > Setting” page 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 10, 2015 at 7:19 pm in reply to: Invisible “User Front End > Setting” page 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 8, 2015 at 4:03 am in reply to: Invisible “User Front End > Setting” page 33614
    Alexander Alexander

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

    January 7, 2015 at 2:27 am in reply to: Invisible “User Front End > Setting” page 33512
    Alexander Alexander

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

    January 7, 2015 at 2:18 am in reply to: Invisible “User Front End > Setting” page 33511
    Alexander Alexander

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

    Thanks
    Alexander

    July 31, 2014 at 6:51 pm in reply to: Create City/State/Country Dynamic Drop-Down List 24350
    Alexander Alexander

    Hi,

    I test this example and understand that solution with three drop-down lists is not suite for me.

    Therefore, I would like to extend my existed ‘wpuf’ form (contain user data like name,birthday,etc.) and create by program code two drop-down fields( ‘country’,’region’).

    How and where I can create a drop-down input field by program code to existed ‘wpuf’ form?
    How I can add values to drop-down field from mySql table?

    Alexander Alexander This reply has been marked as private.
    July 27, 2014 at 4:56 pm in reply to: Create City/State/Country Dynamic Drop-Down List 24188
    Alexander Alexander

    I understand you.

    I create three “Dropdown Custom Fields” and select on two city fields only :
    “conditional logic=yes”
    “Country is equal to USA/Canada” and
    “Show this field when “any” these rules are met”.

    But “conditional logic” has no effect.

    Can you test your example or may be I need additional setting?

    July 27, 2014 at 1:49 pm in reply to: Create City/State/Country Dynamic Drop-Down List 24178
    Alexander Alexander

    Hi Mahi,

    I’ve been all the steps, but this not working. If I select USA/Canada then no reaction on “conditional logic” flag. The wpuf form displays three drop-down fields : country_field, city_usa and city_canada.

    Is need any additional step for “conditional logic” ? Have you example and documentation about “conditional logic”?

    July 26, 2014 at 3:25 am in reply to: Create City/State/Country Dynamic Drop-Down List 24130
    Alexander Alexander

    Hello,

    I install new version of WP User Frontend Pro 2.2.3.

    I try to implement the simple example with two dropdown fields country and city. Country dropdown field contain two items:USA,Canada and city dropdown field contain four items: New York,Las Vegas, Toronto, Ottawa.
    I would like to show cities of selected country, but without result.

    Is’t possible to use conditional logic to implement this example?

    Thanks,
    Alexander

    May 31, 2014 at 1:00 am in reply to: Create City/State/Country Dynamic Drop-Down List 21257
    Alexander Alexander

    Hello Ahmed,

    In this documentation I find that WP User Frontend gives two actions: 1) when a post is submitted: wpuf_add_post_after_insert or 2) when a post is updated wpuf_edit_post_after_update.

    However, I need some action when user edit post and before submitting/updating. For example, when user is change country dropdown selection, than the states dropdown list is changes also.

    What WPUF action I can to use in this case?
    Is this conditional logic coming in you next version? If yes, I can wait next month.

    Thanks,
    Alexander

    May 29, 2014 at 9:34 pm in reply to: Create City/State/Country Dynamic Drop-Down List 21191
    Alexander Alexander

    Hello Ahmed,

    I have a list of countries, states and cities.
    What WPUF action hooks I need to use in order to create City/State/Country dynamic dropdown?

    Thanks,
    Alexander

    May 17, 2014 at 7:51 pm in reply to: Link redirection problem 20622
    Alexander Alexander

    Hi,

    I understand that exist the redirection link conflict between of WPML plugin and WP User Front End Pro plugin.
    I set option “disable browser language redirect” in WPML plugin and “Redirect To a custom URL”=”home page” option in WPUserFrontEndPro plugin, but conflict exist anywhere.

    When I deactivate WPML plugin the post submit operation is executed perfectly.

    I need to use WPML plugin in my site for multilingual support.
    What solution in this situation?

    Viewing 15 Topics - 1 through 15 (of 18 total)