Forum Replies Created
-
Author
-
ysfcn
Participantthere are not any special characters within the name baki. ı dont understand this problem. can u look into my member list. there is a problem some members
ysfcn
Participantsorry for my bad english. ı have two members in my site. first member is erol when ı want search erol like photo erol came.
when ı want to search baki write “sorry we havent found”
some mamber find some mamber didnt find.
ı hope ı can wxplain my problem 🙂
sorry again 🙂ysfcn
Participantzipkinciyiz@gmail.com
12345I’m having problems with the search section on the main page
ysfcn
Participantthanks for your quick reply laura. ı know css little bit. can you describe me how can ı add my css code step by step. Example register page make prettify. what is button’s selector name ? or another elemnts.
ysfcn
Participanthttps://wordpress.org/plugins/wp-recaptcha-integration/ ı use this puling. it is working at all pages. only login popup window is problem.
ysfcn
ParticipantI pasted this content: https://pastebin.com/raw/ieiVy6Ui inside general-popups.php
rerecptcha visibled in popup window.But Error: the Captcha didn’t verify and cant login my site.ysfcn
Participanti couldnt find a solution so how can i disable modal popup login ? because reCAPTCHA is not visible in popup but when name and password write and press button, reCAPTCHA error message is visible.
ysfcn
Participantı paste this code kleo/function.php and its work succesfully. why kleo chilt function.php doesnt work?
// Redirect logged out to register page if pages are BuddyPress
function kleo_page_template_redirect()
{
// if not logged in and on a bp page except registration or activation
if( ! is_user_logged_in() &&
( ( ! bp_is_blog_page() && ! bp_is_activation_page() && ! bp_is_register_page() ) )
)
{
wp_redirect( home_url( ‘/register/’ ) );
exit();
}
}
add_action( ‘template_redirect’, ‘kleo_page_template_redirect’ );ysfcn
Participantı think my KLEO Child theme’s functions.php is not working. because ı paste this code and try it bot not working. 🙂
add_action( ‘wp_footer’, ‘message_when_logged_in’ );
function message_when_logged_in() {
if ( is_user_logged_in() ) {
echo ‘logged in’;
} else {
echo ‘not logged in’;
}
}ysfcn
Participantunfortunately this code did not work by the way bbPress installed.
// Redirect logged out to register page if pages are BuddyPress
function kleo_page_template_redirect()
{
// if not logged in and on a bp page except registration or activation
if( ! is_user_logged_in() &&
( ( ! bp_is_blog_page() && ! bp_is_activation_page() && ! bp_is_register_page() ) )
)
{
wp_redirect( home_url( ‘/register/’ ) );
exit();
}
}
add_action( ‘template_redirect’, ‘kleo_page_template_redirect’ );ysfcn
Participantproblem solved. Thank you for your help.
ysfcn
Participantthanks for your help but there is a problem with https://www.mydomain.com/members/%5Bvariable%5Dusername%5B/variable%5D url.
when ı use http://localhost/spturkey/wordpress/uyeler its ok. its working successfully.
but http://localhost/spturkey/wordpress/uyeler/%5Bvariable%5Dusername%5B/variable%5D doesnt work. -
AuthorPosts