Forum Replies Created
-
Author
-
PcMaxxParticipant
Its actually one the PMPro plugins causing this. Fixed by not using the State plugin.
February 14, 2019 at 21:55 in reply to: ‘Create an account’ needs to only pass lowecase usernames to Buddypress Registration #218577PcMaxxParticipantYup… That worked.
February 13, 2019 at 17:45 in reply to: ‘Create an account’ needs to only pass lowecase usernames to Buddypress Registration #218490PcMaxxParticipantNo problem. Typos happen. So this goes in the function.php?
February 13, 2019 at 16:26 in reply to: ‘Create an account’ needs to only pass lowecase usernames to Buddypress Registration #218472PcMaxxParticipantAny thoughts on this?
February 12, 2019 at 16:24 in reply to: ‘Create an account’ needs to only pass lowecase usernames to Buddypress Registration #218403PcMaxxParticipantThis reply has been set as private.January 31, 2019 at 03:22 in reply to: Redirect Signup and Create Account to Paid Membership Pro instead of a double sign-up. #217670PcMaxxParticipantYup. That worked.
January 30, 2019 at 07:42 in reply to: Redirect Signup and Create Account to Paid Membership Pro instead of a double sign-up. #217574PcMaxxParticipantThis reply has been set as private.January 25, 2019 at 01:57 in reply to: Redirect Signup and Create Account to Paid Membership Pro instead of a double sign-up. #217289PcMaxxParticipantHey Radu,
This actually completely made Modal stop working. The Modal pops up, but no longer logs in. I’ll have to pull that out so at least it works. Anything else we can do here?
January 24, 2019 at 18:35 in reply to: Redirect Signup and Create Account to Paid Membership Pro instead of a double sign-up. #217269PcMaxxParticipantHey there. Any luck by chance on that button?
January 23, 2019 at 21:53 in reply to: Remove Revolution Slider and replace with Static Background image #217219PcMaxxParticipantThank you! As you noticed this a whole new beast of Sweetdate theme. One more fix and we can go! Thank you Thank you!
January 23, 2019 at 06:09 in reply to: Remove Revolution Slider and replace with Static Background image #217175PcMaxxParticipantI hate to ask. Can you please let me know what row exactly to edit? Kinda at a loss. 😉
PcMaxxParticipantHere is after the Cache is cleared.
Attachments:
You must be logged in to view attached files.PcMaxxParticipantYaaaaayyyy. It worked.
Did you put that in the custom CSS? I’d like to look at it.
PcMaxxParticipantGood Morning Laura,
Yes, its still there. Its like a bad cough. It won’t go away.
Cache has been cleared. Also, this is a clean install on the laptop I’m using.
January 18, 2019 at 18:02 in reply to: Redirect Signup and Create Account to Paid Membership Pro instead of a double sign-up. #216842PcMaxxParticipantHi Radu,
I was mistaken. This link above is not in that file. Is this the line I change?
<a href="#" data-reveal-id="register_panel" class="radius secondary small button"><?php _e("CREATE NEW ACCOUNT", 'kleo_framework');?></a></span><?php } ?>
Below is the complete code I see in the file. That exact line isn’t in there. Tho, one very close.
COPY CODE<div id="login_panel" class="reveal-modal"> <div class="row"> <div class="twelve columns"> <h5><i class="icon-user icon-large"></i> <?php _e("SIGN INTO YOUR ACCOUNT", 'kleo_framework');?><?php if(get_option('users_can_register')) { ?> <span class="subheader right small-link"><a href="#" data-reveal-id="register_panel" class="radius secondary small button"><?php _e("CREATE NEW ACCOUNT", 'kleo_framework');?></a></span><?php } ?></h5> </div> <form action="<?php echo wp_login_url(apply_filters('kleo_modal_login_redirect', '') ); ?>" id="login_form" name="login_form" method="post" class="clearfix"> <div class="six columns"> <input type="text" id="username" required name="log" class="inputbox" value="" placeholder="<?php _e("Username", 'kleo_framework');?>"> </div> <div class="six columns"> <input type="password" id="password" value="" required name="pwd" class="inputbox" placeholder="<?php _e("Password", 'kleo_framework');?>"> </div> <p class="twelve columns"> <label> <input type="checkbox" value="forever" name="rememberme" id="rememberme"> <?php _e( "Remember me", "kleo_framework" ); ?> </label> <small> <i class="icon-lock"></i> <?php if( sq_option('privacy_page', '#') != "#" && sq_option('privacy_page', '#') != '' ) { $privacy_page_id = sq_option('privacy_page'); /* WPML compatibility */ if ( function_exists( 'icl_object_id' ) ) { $privacy_page_id = icl_object_id( $privacy_page_id, 'page', true ); } $privacy_link = get_permalink( $privacy_page_id ); printf( __( 'Your <a href="%s" target="_blank">privacy</a> is important to us and we will never rent or sell your information.', 'kleo_framework' ), $privacy_link ); } ?> </small> <div class="login-form-hook"> <?php do_action('login_form');?> </div> </p> <div class="twelve columns"> <button type="submit" id="login" name="wp-submit" class="radius secondary button"><i class="icon-unlock"></i> <?php _e("LOG IN", 'kleo_framework');?></button> <?php do_action('fb_popup_button'); ?> </div> </form> <div class="twelve columns"><hr> <ul class="inline-list"> <li><small><a href="#" data-reveal-id="forgot_panel"><?php _e("FORGOT YOUR USERNAME OR PASSWORD?", 'kleo_framework');?></a></small></li> </ul> </div> </div><!--end row--> <a href="#" class="close-reveal-modal">×</a> </div>
PcMaxxParticipantI already figured this out a while ago. Thought I flipped the ticket to resolved. No problem. I actually want to remove Forums from the buddy press menu. I opened a ticket for that a couple days ago.
January 17, 2019 at 21:56 in reply to: Redirect Signup and Create Account to Paid Membership Pro instead of a double sign-up. #216788PcMaxxParticipantNevermind.. Found it. I’ll try it next.
January 17, 2019 at 19:19 in reply to: Redirect Signup and Create Account to Paid Membership Pro instead of a double sign-up. #216776PcMaxxParticipantI saw this but couldnt find it in the Sweetdate theme when I ftp
January 17, 2019 at 17:20 in reply to: Redirect Signup and Create Account to Paid Membership Pro instead of a double sign-up. #216755PcMaxxParticipantHI Radu,
It did work. The Modal popped and it didn’t populate in Paid Membership Pro. I like the signup to go directly to the Membership options page here. https://swingventure.com/membership-account/membership-levels/
Thanks. Let me know what I need to do to make this work.
PcMaxxParticipantHi there,
This didn’t work so well. I copied and pasted just as you had it. Please look at the error.
Attachments:
You must be logged in to view attached files.January 16, 2019 at 15:52 in reply to: Redirect Signup and Create Account to Paid Membership Pro instead of a double sign-up. #216693PcMaxxParticipantDoes this go in the functions.php? Will this also bypass the Modal?
-
AuthorPosts