Forum Replies Created
Author | Posts | ||
---|---|---|---|
January 13, 2015 at 3:33 am in reply to:
Invisible “User Front End > Setting” page 33996 | |||
Hello Nayem, I find the solution about Login/Logout menu items. add_filter( ‘wp_nav_menu_items’, ‘add_loginout_link’, 10, 2 ); ‘; ‘; 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 | |||
Hello Nayem, I create login page with shortchode [wpuf-login] and now I can login. 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 | |||
Hello Nayem, I have a good information about problem of the empty page “User Front End > Setting” in admin panel. 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 | |||
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): 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 | |||
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 | |||
January 7, 2015 at 2:18 am in reply to:
Invisible “User Front End > Setting” page 33511 | |||
This is a screenshot of “User Front End > Setting” page: Thanks | |||
July 31, 2014 at 6:51 pm in reply to:
Create City/State/Country Dynamic Drop-Down List 24350 | |||
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? | |||
July 31, 2014 at 4:24 pm in reply to:
The single shortcode [wpuf_form id="1"] will show all developed wpuf forms. 24344 | |||
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 | |||
I understand you. I create three “Dropdown Custom Fields” and select on two city fields only : 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 | |||
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 | |||
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. Is’t possible to use conditional logic to implement this example? Thanks, | |||
May 31, 2014 at 1:00 am in reply to:
Create City/State/Country Dynamic Drop-Down List 21257 | |||
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? Thanks, | |||
May 29, 2014 at 9:34 pm in reply to:
Create City/State/Country Dynamic Drop-Down List 21191 | |||
Hello Ahmed, I have a list of countries, states and cities. Thanks, | |||
May 17, 2014 at 7:51 pm in reply to:
Link redirection problem 20622 | |||
Hi, I understand that exist the redirection link conflict between of WPML plugin and WP User Front End Pro plugin. When I deactivate WPML plugin the post submit operation is executed perfectly. I need to use WPML plugin in my site for multilingual support. |