Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / CCS problem about register page with bought template

CCS problem about register page with bought template

Views: 736

Results 1 to 9 of 9
16 Mar 2011, 12:18 AM
#1
wilsonshen avatar

wilsonshen

New Zenner

Join Date:
Apr 2010
Posts:
53
Plugin Contributions:
0

CCS problem about register page with bought template

Hi all,
I begin to hate my template. I bought it and now it has a lot of problems. And the company service refused to help me.
Here is the page:
http://www.elechouse.com/elechouse/index.php?main_page=create_account
I hope somebody can help me to solve it.
Thanks so much!

16 Mar 2011, 1:24 AM
#2
wilsonshen avatar

wilsonshen

New Zenner

Join Date:
Apr 2010
Posts:
53
Plugin Contributions:
0

Re: CCS problem about register page with bought template

The information input boxes are not in the right place. I tried many times to fix it, but failed.

16 Mar 2011, 10:20 AM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: CCS problem about register page with bought template

Was it you or your template designer who added the wrapperAttribsOptions id to that page ? If it was them, I'd suggest you demand your money back.

You might try replacing includes/templates/gadgets_black/templates/tpl_modules_create_account.php with the copy from template_default.

16 Mar 2011, 10:32 AM
#4
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

Re: CCS problem about register page with bought template

Try this in your stylesheet (line 486)

.optionContent {
float: left;
padding: 10px;
width: 350px;
}

16 Mar 2011, 12:08 PM
#5
wilsonshen avatar

wilsonshen

New Zenner

Join Date:
Apr 2010
Posts:
53
Plugin Contributions:
0

Re: CCS problem about register page with bought template

@stevesh
I know little about web programming. I am sorry I don't know about wrapperAttribsOptions id.
I installed COWOA which replaced some files, but not sure if this one is replaced. The designer refused to serve me because they said those problems belong to customization.
Would you please tell me more about wrapperAttribsOptions id?

16 Mar 2011, 12:10 PM
#6
wilsonshen avatar

wilsonshen

New Zenner

Join Date:
Apr 2010
Posts:
53
Plugin Contributions:
0

Re: CCS problem about register page with bought template

@keneso
It's so kind of you to help me some times. Thanks so much. It works now.

16 Mar 2011, 12:54 PM
#7
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

Re: CCS problem about register page with bought template

You're welcome.

wrapperAttribsOptions, which btw in your case is a class, is element that wraps your optionName (name, last name, street address etc.), and optionContent (the related input fields) classes.

consider it a sqaure/rectangle containing two smaller sqaures/rectangles.

If you check post 7, and post 8 at your thread here
http://www.zen-cart.com/forum/showthread.php?t=175817
you see what we use to find those id, and classes; where you can play with them live to see what changes to make.

16 Mar 2011, 3:59 PM
#8
wilsonshen avatar

wilsonshen

New Zenner

Join Date:
Apr 2010
Posts:
53
Plugin Contributions:
0

Re: CCS problem about register page with bought template

I found there is no tpl_create_account_default.php in includes/templates/gadgets_black/templates/. There is one under /includes/templates/template_default/templates/

16 Mar 2011, 3:59 PM
#9
wilsonshen avatar

wilsonshen

New Zenner

Join Date:
Apr 2010
Posts:
53
Plugin Contributions:
0

Re: CCS problem about register page with bought template

Thanks. I got it.