BuddyBoss Home – Web › Support Forums › Solutions › Social MarketPlace › Cart Checkout Page
- This topic has 18 replies, 3 contibutors, and was last updated 8 years, 7 months ago by Anve S..
Question
April 13, 2016 at 9:20 am #67950@plusoriginHello,
The “create an account” is on different lines. See video. Can you let me know how to fix?
Thank you.
Answers
April 14, 2016 at 7:14 am #68244@anveHi @plusorigin,
Please try adding following css in child theme custom css . Please let me know if it works.
.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields .create-account { float: left; }
Regards
AnveApril 14, 2016 at 8:27 am #68263@plusoriginHi @anve
I just wanted to make sure. Do you want this in the Child Theme or is it ok to put it here?
Is this the same thing? Please see attachment and confirm.
Thank you for your help!
April 14, 2016 at 8:35 am #68267@plusoriginI tried per your email above and that didn’t work. Do you want my credentials to go on the backend to see what’s happening? I really need this working as nothing works without this.
Thank you for your help!
PS. I erased above in the custom CSS after didn’t work. Maybe that is the wrong area?
April 14, 2016 at 12:09 pm #68292@anveApril 14, 2016 at 12:17 pm #68293@plusoriginHi @anve,
That didn’t work either. Would you like the backend credentials?
Screenshot of additional code attached.
April 14, 2016 at 11:08 pm #68349@anveApril 15, 2016 at 10:23 am #68436@plusoriginI sent you a direct message. Please let me know you received the credentials. Thank you.
April 15, 2016 at 4:17 pm #68518@lshijieHi, I also have this same problem. Would appreciate if the solution can be posted in this thread. Thanks!
April 16, 2016 at 2:13 am #68545@anveHI @lshijie,
Please apply the following css to rectify ‘create an account ‘ problem from your site in child theme’s custom css option.
.woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields .create-account { float: left; }
Regards
AnveApril 19, 2016 at 9:46 am #68935@plusoriginHi @anve,
Thanks for helping me out. We are getting close. It’s now on one line but it’s in the wrong area of the site. Please see video.
Other important question with these CSS updates. When we make an update with 1) BuddyBoss -> One Social > Custom Codes -> CSS 2) Plugin Simple CSS
Is this going to update correctly when the theme is updated? How does this work? Is this the same as a Child Theme? Please confirm as this is really important with all the CSS updates.
Thank you.
April 20, 2016 at 2:22 am #68998@anveHi @plusorigin,
For the first question you asked , the css codes in these two areas will remain unaffected to theme updation . So please don’t worry about that . They’ll work just fine.
Also we’have ‘create an accout’ text exactly at the same area where you are seeing it on your website . Please give me some time , i’ll pass this to the developers , they might give you the solution to your requirement .
Regards
AnveApril 20, 2016 at 3:14 am #69002@lshijieHi @anve I’ve the same problem as Matt after adding the code you provided above. Hope to hear from the developers regarding this as well. Thanks!
April 20, 2016 at 5:24 am #69015@anveHi ,
Try applying the following js code in onesocial settings -> codes -> JS.
jQuery( document ).ready( function(){ var createAC = jQuery('.form-row.create-account'); var create_account = jQuery('.create-account'); jQuery('.woocommerce-billing-fields.col2-set').prepend(create_account); jQuery('.woocommerce-billing-fields.col2-set').prepend(createAC); });
Regards
AnveApril 20, 2016 at 6:01 am #69024@plusoriginGood morning @anve,
I have made a video of what happens. It’s getting close but the password is going to the top of the screen now.
1) How do you fix the video?
2) This is the first time using Custom JS. Do you erase the part below or leave it in?jQuery( document ).ready( function(){
//Your codes strat from here
});
- You must be logged in to reply to this question.