Forum Replies Created
-
Author
-
ysfcnParticipant
there 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
ysfcnParticipantsorry 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 🙂Attachments:
You must be logged in to view attached files.ysfcnParticipantthanks 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.
ysfcnParticipanthttps://wordpress.org/plugins/wp-recaptcha-integration/ ı use this puling. it is working at all pages. only login popup window is problem.
ysfcnParticipantI 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.Attachments:
You must be logged in to view attached files.ysfcnParticipanti 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.
ysfcnParticipantım using WP reCaptcha Integration. all pages is working only login popup
Attachments:
You must be logged in to view attached files.ysfcnParticipantı 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’ );ysfcnParticipantı 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’;
}
}ysfcnParticipantunfortunately 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’ );ysfcnParticipantproblem solved. Thank you for your help.
ysfcnParticipantthanks 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.Attachments:
You must be logged in to view attached files. -
AuthorPosts