Forum Replies Created
-
Author
-
randrcomputersParticipant
Trying to create a ticket about moving the ajax search in menu to right as it overlaps bad but i cannot create a ticket says i need to purchase support but im fairly certain i have that up to date!
randrcomputersParticipantother themes work fine and i can get a subscribe button to show in kleo theme with the plugin bbpress style pack but looks bad and is dead center ontop of thread so i know it can be shown with kleo
randrcomputersParticipantmore info on this it does work with wordpress default themes like twenty twelve
randrcomputersParticipanthere is screen shot the favorite/subscribe is at top of first post on every page in forum but with RC7 of bbpress its not there.
Attachments:
You must be logged in to view attached files.randrcomputersParticipantI also just noticed your subscribe options are different here! mine is just text but yours are animated maybe thats related?
randrcomputersParticipantThose are both off i have never used those options but i will say i downgraded theme and my site is 10 times faster now with no crashing. I also notice the seventhqueen site is VERY slow last few weeks not sure what them you guys run here but wow it is slow like my site was
randrcomputersParticipantseems the kleo theme is causing a HUGE load on server i set the ajax refresh to 5min but the kleo_bb_ajax is going crazy! so much in fact it crashes the site over a short period of time
August 4, 2018 at 21:30 in reply to: Couple things which seem simple enough but i cannot figure them out! #205435randrcomputersParticipantI run no cache, only security i run is wordfence and wp-spamshield on live site but will try disabling some plugins on dev site for test. thank so much for looking
August 4, 2018 at 21:06 in reply to: Couple things which seem simple enough but i cannot figure them out! #205429randrcomputersParticipantThis reply has been set as private.August 4, 2018 at 20:49 in reply to: Couple things which seem simple enough but i cannot figure them out! #205427randrcomputersParticipantThis reply has been set as private.August 4, 2018 at 20:41 in reply to: Couple things which seem simple enough but i cannot figure them out! #205425randrcomputersParticipantits on dev site:
wpt.vpinball.com
the “KLEO” login is far right on top menu
login i have been use is under “my account” dropdownAugust 4, 2018 at 20:27 in reply to: Couple things which seem simple enough but i cannot figure them out! #205422randrcomputersParticipant<!– Modal Login form –>
<?php do_action( ‘kleo_before_login_form’ ); ?>
<h3 class=”kleo-pop-title”><?php esc_html_e( “Log in with your credentials”, “kleo_framework” ); ?></h3><?php if ( get_option( ‘users_can_register’ ) ) : ?>
<p>
<?php esc_html_e( “or”, ‘kleo_framework’ ); ?>
<a href=”<?php if ( function_exists( ‘bp_is_active’ ) ) {
bp_signup_page();
} else {
echo wp_registration_url();
} ?>” class=”new-account”>
<?php esc_html_e( “Create an account”, “kleo_framework” ); ?></p>
<?php endif; ?>
<?php
$login_url = site_url( ‘wp-login.php’, ‘login_post’ );
$redirect = apply_filters( ‘kleo_modal_login_redirect’, ” );if ( ! empty( $redirect ) ) {
$login_url = add_query_arg( ‘redirect_to’, urlencode( $redirect ), $login_url );
}?>
<form action=”<?php echo esc_url( $login_url ); ?>” id=”login_form” name=”login_form” method=”post”
class=”kleo-form-signin”>
<?php wp_nonce_field( ‘kleo-ajax-login-nonce’, ‘security’ ); ?>
<input type=”text” id=”username” required name=”log” class=”form-control” value=””
placeholder=”<?php esc_html_e( “Username”, ‘kleo_framework’ ); ?>”>
<input type=”password” id=”password” required spellcheck=”false” autocomplete=”off” value=”” name=”pwd” class=”form-control”
placeholder=”<?php esc_html_e( “Password”, ‘kleo_framework’ ); ?>”><button class=”btn btn-lg btn-default btn-block”
type=”submit”><?php esc_html_e( “Sign in”, “kleo_framework” ); ?></button>
<label class=”checkbox pull-left”>
<input id=”rememberme” name=”rememberme” type=”checkbox”
value=”forever”> <?php esc_html_e( “Remember me”, “kleo_framework” ); ?>
</label>
<a href=”#kleo-lostpass-modal”
class=”kleo-show-lostpass kleo-other-action pull-right”><?php esc_html_e( ‘Lost your password?’ ); ?>
<span class=”clearfix”></span><?php
/* Required by antispam plugins like Google Re-captcha, Invisible Re-Captcha */
/* Prevent kleo_fb_button to be displayed twice on login pop-up. */
remove_action( ‘login_form’, ‘kleo_fb_button’, 10 );
do_action(‘login_form’);
add_action( ‘login_form’, ‘kleo_fb_button’, 10 );
?>
<?php do_action( ‘kleo_after_login_form’ ); ?></form>
<!– END Modal Login form –>
<!– Modal Lost Password form –>
<h3 class=”kleo-pop-title”><?php esc_html_e( “Forgot your details?”, “kleo_framework” ); ?></h3><?php do_action( ‘kleo_before_lostpass_form’ ); ?>
<form id=”forgot_form” name=”forgot_form” action=”” method=”post” class=”kleo-form-signin”>
<?php wp_nonce_field( ‘kleo-ajax-login-nonce’, ‘security-pass’ ); ?>
<input type=”text” id=”forgot-email” required name=”user_login” class=”form-control”
placeholder=”<?php esc_html_e( “Username or Email”, ‘kleo_framework’ ); ?>”><button class=”btn btn-lg btn-default btn-block”
type=”submit”><?php esc_html_e( “Reset Password”, “kleo_framework” ); ?></button>
<a href=”#kleo-login-modal”
class=”kleo-show-login kleo-other-action pull-right”><?php esc_html_e( ‘I remember my details’, “kleo_framework” ); ?>
<span class=”clearfix”></span>
</form><!– END Modal Lost Password form –>
<?php if ( get_option( ‘users_can_register’ ) ) : ?>
<!– Modal Register form –><?php do_action( ‘kleo_before_register_form_modal’ ); ?>
<h3 class=”kleo-pop-title”><?php esc_html_e( “Create Account”, “kleo_framework” ); ?></h3><form id=”register_form” class=”kleo-form-register”
action=”<?php if ( function_exists( ‘bp_is_active’ ) ) {
bp_signup_page();
} else {
echo wp_registration_url();
} ?>” name=”signup_form” method=”post”><?php if ( function_exists( ‘bp_is_active’ ) ) { ?><input type=”text” id=”reg-username” name=”signup_username” class=”form-control”
required placeholder=”<?php _e( “Username”, ‘kleo_framework’ ); ?>”><input type=”text” id=”fullname” name=”field_1″ class=”form-control” required
placeholder=”<?php _e( “Your full name”, ‘kleo_framework’ ); ?>”><input type=”text” id=”reg-email” name=”signup_email” class=”form-control” required
placeholder=”<?php _e( “Your email”, ‘kleo_framework’ ); ?>”><input type=”password” id=”reg-password” name=”signup_password” class=”form-control”
required placeholder=”<?php _e( “Desired password”, ‘kleo_framework’ ); ?>”><input type=”password” id=”confirm_password” name=”signup_password_confirm”
class=”form-control” required
placeholder=”<?php _e( “Confirm password”, ‘kleo_framework’ ); ?>”><input type=”hidden” name=”signup_profile_field_ids” id=”signup_profile_field_ids”
value=”1″/>
<?php wp_nonce_field( ‘bp_new_signup’ ); ?>
<?php } else { ?><input type=”text” id=”reg-username” name=”user_login” class=”form-control” required
placeholder=”<?php _e( “Username”, ‘kleo_framework’ ); ?>”><input type=”text” id=”reg-email” name=”user_email” class=”form-control” required
placeholder=”<?php _e( “Your email”, ‘kleo_framework’ ); ?>”><?php } ?>
<button class=”btn btn-lg btn-default btn-block” name=”signup_submit”
type=”submit”><?php esc_html_e( “Register”, “kleo_framework” ); ?></button>
<span class=”clearfix”></span>
</form><!– END Modal Register form –>
<?php endif;
`August 4, 2018 at 20:20 in reply to: Couple things which seem simple enough but i cannot figure them out! #205418randrcomputersParticipantThis reply has been set as private.August 4, 2018 at 20:18 in reply to: Couple things which seem simple enough but i cannot figure them out! #205417randrcomputersParticipantThis reply has been set as private.August 4, 2018 at 20:07 in reply to: Couple things which seem simple enough but i cannot figure them out! #205414randrcomputersParticipantYour code works perfectly for the POPUP but now when i choose the “kleo” login it does work but i get a second full screen login after i sign in with the kleo login! what would be causing that?
randrcomputersParticipantWell it would be nice to use the attachment feature in BP for PM’s any way to enable that easy with kleo template?
randrcomputersParticipantI knew that. If i use the kleo or buddypress type login options(dynamic) which is what i want the captcha does not work… either it wont display, cant solve if it does display or you can not even solve captcha and login in anyways. Only way it will work is not use the css that makes it dynamic then everything works captcha is perfect but login stays on menu. sure seems strange and could be a plugin conflict for sure but for now i will leave as is because i need something to help stop spam its a real problem and can really hurt a site.
Thank you for all your supportrandrcomputersParticipantFor now i put login option (without css) under “my account” menu it don’t hide if your logged in but at least its not visible on main menu. Very strange stuff
randrcomputersParticipantwell this one shows on login screen but even though i solve the puzzle correctly says failed.
this really seems to be issue with the login/logout nav menu options example:
css option “kleo-menu kleo-login-nav” when this is used it does not work at least for my site.randrcomputersParticipantI have tried EVERYTHING and if i use the nice kleo login nav that disappears when you log in recaptch will not work. If i use bbpress login nav captcha shows every time but once your logged in the login option stays on menu. Is there anyway to ket the kleo nav login to work with security recaptcha?
randrcomputersParticipantThanks again for the help.
still not working as expected. Why is it so difficult to just stop this link live preview?
anyways the code above you suggested dont seem to stop the live linking or embed thing in forums so frustratingrandrcomputersParticipantWas hoping
.bbpress iframe[src*=’vpinball.com’] {
display:none !important;
}
Would be the fix but it causes chat not to load again. anyway i can useiframe[src^=’http://vpinball.com’%5D,iframe%5Bsrc^=’https://vpinball.com’%5D, iframe[src^=’vpinball.com’] {
display:none !important;
}but just for forums?
randrcomputersParticipantThanks! that did work and allowed chat to work but then broke screenshot upload of downloads area. SO FRUSTRATING! the screenshot upload in downloads area uses standard WP media uploader so its kind of a pop up window
randrcomputersParticipantIt shows up in url or also when you bookmark site
randrcomputersParticipantWhile that worked it also causes chat not to display at all! any idea why that would be?
randrcomputersParticipantThis worked great on activity page but how would i fix it in other areas like messages, PM’s and support forum topics or maybe it would be easier to just do site wide? is that possible?
randrcomputersParticipanthttp://vpinball.com/activity/
about 5 clicks on “load more” you will see a link to “Freddy a Nightmare On Elm Street(Gottlieb 1994) wheel” or anywhere there is a link if a new one is posted. You shouldnt need a account to see activityrandrcomputersParticipantI will chime in here and suggest checking your mail settings on inmotionhosting i would bet that its checking all outgoing mail for spam and slows up the posting on forum posts. setting is in WHM
randrcomputersParticipantStill changes name to real name on shipping update. this is not good. no support from woo-commerce unless i pay for it and i dont currently so this really sucks
randrcomputersParticipantWhen item ships and site updates customer shipping status it changes to real name again! This starting happening when kleo updated templates
randrcomputersParticipantGuys is this support we get? This is a huge issue and no explanation its been weeks!
randrcomputersParticipant@johnand thanks but if the server goes down will this cause my site to also go down again? That seems to be a real issue that all our sites are dependent on another site to be up
-
AuthorPosts