Forum Replies Created

Viewing 40 posts - 1 through 40 (of 120 total)
  • Author
  • in reply to: BBPres 2.6RC7 #219021
     randrcomputers
    Participant

    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!

    in reply to: BBPres 2.6RC7 #218874
     randrcomputers
    Participant

    other 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

    in reply to: BBPres 2.6RC7 #218844
     randrcomputers
    Participant

    Bummer! any help with CSS to fix for now?

    in reply to: BBPres 2.6RC7 #218655
     randrcomputers
    Participant

    more info on this it does work with wordpress default themes like twenty twelve

    in reply to: BBPres 2.6RC7 #218645
     randrcomputers
    Participant

    here 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.
    in reply to: BBPres 2.6RC7 #218594
     randrcomputers
    Participant

    I also just noticed your subscribe options are different here! mine is just text but yours are animated maybe thats related?

    in reply to: Cannot Clear live notifications #215797
     randrcomputers
    Participant

    Those 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

    in reply to: Cannot Clear live notifications #215750
     randrcomputers
    Participant

    seems 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

    in reply to: update fails #212214
     randrcomputers
    Participant

    thats where it fails using the Envato plugin

     randrcomputers
    Participant

    I 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

     randrcomputers
    Participant
    This reply has been set as private.
     randrcomputers
    Participant
    This reply has been set as private.
     randrcomputers
    Participant

    its on dev site:
    wpt.vpinball.com
    the “KLEO” login is far right on top menu
    login i have been use is under “my account” dropdown

     randrcomputers
    Participant

    <!– Modal Login form –>

    <?php do_action( ‘kleo_before_login_form’ ); ?>

    Vpinball.com
    <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;
    `

     randrcomputers
    Participant
    This reply has been set as private.
     randrcomputers
    Participant
    This reply has been set as private.
     randrcomputers
    Participant

    Your 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?

    in reply to: nouveau with kleo theme #200369
     randrcomputers
    Participant

    Well it would be nice to use the attachment feature in BP for PM’s any way to enable that easy with kleo template?

    in reply to: security on login and registration #189708
     randrcomputers
    Participant

    I 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 support

    in reply to: security on login and registration #189697
     randrcomputers
    Participant

    For 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

    in reply to: security on login and registration #189679
     randrcomputers
    Participant
    This reply has been set as private.
    in reply to: security on login and registration #189676
     randrcomputers
    Participant
    This reply has been set as private.
    in reply to: security on login and registration #189674
     randrcomputers
    Participant

    well 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.

    in reply to: security on login and registration #189672
     randrcomputers
    Participant

    I will give it a try and let you know. thanks!

    in reply to: security on login and registration #189643
     randrcomputers
    Participant

    I 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?

    in reply to: Another Embeds problem #188740
     randrcomputers
    Participant

    Thanks 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 frustrating

    in reply to: Another Embeds problem #188602
     randrcomputers
    Participant

    Was hoping

    .bbpress iframe[src*=’vpinball.com’] {
    display:none !important;
    }
    Would be the fix but it causes chat not to load again. anyway i can use

    iframe[src^=’http://vpinball.com’%5D,iframe%5Bsrc^=’https://vpinball.com’%5D, iframe[src^=’vpinball.com’] {
    display:none !important;
    }

    but just for forums?

    in reply to: Another Embeds problem #188590
     randrcomputers
    Participant

    GREAT info! thank you

    in reply to: Another Embeds problem #188514
     randrcomputers
    Participant

    Thanks! 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

    in reply to: Tag line #188444
     randrcomputers
    Participant

    It shows up in url or also when you bookmark site

    in reply to: Another Embeds problem #188228
     randrcomputers
    Participant

    While that worked it also causes chat not to display at all! any idea why that would be?

    in reply to: Another Embeds problem #188162
     randrcomputers
    Participant

    This 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?

    in reply to: Another Embeds problem #188086
     randrcomputers
    Participant

    http://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 activity

    in reply to: Slow Posting #180649
     randrcomputers
    Participant

    I 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

    in reply to: WooCommerce Bug? #163331
     randrcomputers
    Participant

    Still 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

    in reply to: WooCommerce Bug? #163059
     randrcomputers
    Participant

    I applied temp fix shared at github will test and see.

    in reply to: WooCommerce Bug? #162805
     randrcomputers
    Participant

    When item ships and site updates customer shipping status it changes to real name again! This starting happening when kleo updated templates

    in reply to: WooCommerce Bug? #162800
     randrcomputers
    Participant

    Guys is this support we get? This is a huge issue and no explanation its been weeks!

    in reply to: WooCommerce Bug? #162712
     randrcomputers
    Participant

    This woocommerce bug is still changing user names to real names!

     randrcomputers
    Participant

    @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

Viewing 40 posts - 1 through 40 (of 120 total)

Log in with your credentials

Forgot your details?