Forum Replies Created
-
Author
-
April 15, 2016 at 11:05 in reply to: Slow Response if you posting Comments or send a Friendship #116799
keyandcee
Participanthello laura,
no way, the response with a button action is toooo long, i dont know why ;-/
i have deactive the plugins and test it again. but no way..i have a CDN at 1&1 for this domain, the Page Speed is very fast! But the Response time to the Buttons are too long ;(
keyandcee
Participanti think carloszehr means this code:
COPY CODEadd_filter( ‚wpmem_login_redirect‘, ‚my_login_redirect‘ ); function my_login_redirect() { // return the url that the login should redirect to return 'http://airconnects.de/aktivitaet/'; }
if you logged in, they redirect you to the other page that you want.
keyandcee
ParticipantThe Code for a lager Avatar is great, but the quality them are low? any solutions for the better quality?
COPY CODE#buddypress .activity-list .activity-avatar { width: 100px !important; height: 100px !important; } #buddypress .activity-list .activity-avatar a img { width: 90px !important; height: 90px !important; } #buddypress .activity-list .activity-avatar { margin-left:0 !important; } #buddypress .activity-list .activity-content { margin: 0 0 0 115px !important; }
keyandcee
Participantokey im resolved the redirect with a header code likes this:
<?php
if (is_user_logged_in() && is_front_page() ) {
wp_redirect(‘URL’);
exit;
}
?>and i used the “Restricted Site Access” Plugin.
THX guys & girls 🙂
keyandcee
Participanti need a second pair of glasses 😀
excuse me! and do you have a idea for the restrict ?keyandcee
Participant<form id=”register_form” class=”kleo-form-register” action=”<?php echo esc_url($register_link); ?>” name=”signup_form” method=”post”>
<div class=”row”>
<?php if (function_exists( ‘bp_is_active’ )) { ?>
<div class=”col-sm-6 first-col”>
<input type=”text” id=”reg-email” name=”signup_username” class=”form-control” required placeholder=”<?php _e(“Email”, ‘k-elements’);?>”>
</div>
<div class=”col-sm-6 last-col”>
<input type=”text” id=”fullname” name=”field_1″ class=”form-control” required placeholder=”<?php _e(“Your name”, ‘k-elements’);?>”>
</div>
<div class=”clear”></div>
<div class=”col-sm-12″>
<input type=”text” id=”reg-email” name=”signup_email” class=”form-control” required placeholder=”<?php _e(“Type your Email again”, ‘k-elements’);?>”>
</div>
<div class=”clear”></div>
<div class=”col-sm-6 first-col”>
<input type=”password” id=”reg-password” name=”signup_password” class=”form-control” required placeholder=”<?php _e(“Desired password”, ‘k-elements’);?>”>
</div>
<div class=”col-sm-6 last-col”>
<input type=”password” id=”confirm_password” name=”signup_password_confirm” class=”form-control” required placeholder=”<?php _e(“Confirm password”, ‘k-elements’);?>”>
</div>
<input type=”hidden” name=”signup_profile_field_ids” id=”signup_profile_field_ids” value=”1″ />
<?php wp_nonce_field( ‘bp_new_signup’ ); ?>
<?php } else { ?>
<div class=”col-sm-12″>
<input type=”text” id=”reg-email” name=”user_login” class=”form-control” required placeholder=”<?php _e(“E-Mail”, ‘k-elements’);?>”>
</div>
<div class=”col-sm-12″>
<input type=”text” id=”reg-email” name=”user_email” class=”form-control” required placeholder=”<?php _e(“Your email”, ‘k-elements’);?>”>
</div>
<?php } ?>
</div>is this possible to say, login with the email ? like this code?
keyandcee
Participant😀 excuse me.
can i place the Profileheader in another area?
i need just the “item-header-avatar”, “item-header-content”.Greetings
keyandcee
Participanthmmm.. i am talking about this element.
Attachments:
You must be logged in to view attached files.keyandcee
Participantyes i used the “ProfilePress” Plugin. Do you think the Plugin put the code in the header-top ?
Its very strange :S i dont know.. i can send you the plugin if you want?greetings
keyandcee
Participantkeyandcee
Participanthello radu,
for example i would like to hide “http://airconnects.de/mitglieder/adminairconnects/notifications/” or “http://airconnects.de/mitglieder/adminairconnects/messages/”
must i used the display: none css variable?
greetings
keyandcee
Participant@Radu, i have delete the site, the project would be change.
we used now buddyapp, can you fix it for this one?
the site url is the same.THX
keyandcee
ParticipantK-Elements is cool, but it doesn´t work. the pages are completely white.
Must i add the CSS or JS?thx!
keyandcee
Participantbut you can edit a little bit one at the “pages” site ?
does not matter php editor rocks too B)thank you!
keyandcee
ParticipantHello,
you must edit the “Login” Site. At the Below you can see the field “Background”
keyandcee
ParticipantHello Nikolayns88,
You must go to the “Editor” and change the Template. i doesn’t found a solution to change the “form” directly like “kleo” or other.
-
AuthorPosts