Zen Cart Logo
Forums / Addon Templates / Abbington Mega Template [Support Thread]

Abbington Mega Template [Support Thread]

Views: 147,382

Results 561 to 580 of 1,017
8 May 2013, 12:51 PM
#561
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Abbington Mega Template [Support Thread]

shags38:

"center" worked ... try it, believe me it works :smile:
I won't be "trying it" because I KNOW it's invalid CSS.. Believe me, "center" doesn't exist.. believe me it won't work in ALL browsers.. believe me, your CSS won't validate.. but ignore the correct answer if you like..:smile:

8 May 2013, 3:12 PM
#562
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

DivaVocals:

I won't be "trying it" because I KNOW it's invalid CSS.. Believe me, "center" doesn't exist.. believe me it won't work in ALL browsers.. believe me, your CSS won't validate.. but ignore the correct answer if you like..:smile:

There is no such thing as float:center ;-)

http://www.w3schools.com/css/css_float.asp

Thanks,

Anne

8 May 2013, 5:22 PM
#563
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Abbington Mega Template [Support Thread]

picaflor-azul:

There is no such thing as float:center ;-)

http://www.w3schools.com/css/css_float.asp

Thanks,

Anne

I know that.. :).. I don't think shags believes this.. (probably because he's looking at his site through Internet Exploder)

DivaVocals:

I don't think that there is a "center" definition for the 'float' attibute. I think you might wanna try this instead (soneone can confirm this for me):

margin-left: auto;
margin-right: auto;
or
margin: auto;


> **lat9:**
>
> You're right, DivaVocals, there's no "float: center;". If you want to center an element, that element must have a width and then you can specify something like
> ```
width: 60%;
margin: 0 auto;

to center that element.

12 May 2013, 1:35 AM
#564
azcomp avatar

azcomp

New Zenner

Join Date:
Feb 2010
Posts:
63
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Does anyone know how to fix the header layout at https://www.wisconsinbilliard.com I have been playing with this for hours with no success. Any help appreciated! Also I keep getting double // in my url like http://www.wisconsinbilliard.com//index.php?main_page= Is this something that can easily be fixed?

Thanks in advance!

12 May 2013, 1:44 PM
#565
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

AZComp:

Does anyone know how to fix the header layout at https://www.wisconsinbilliard.com I have been playing with this for hours with no success. Any help appreciated! Also I keep getting double // in my url like http://www.wisconsinbilliard.com//index.php?main_page= Is this something that can easily be fixed?

Thanks in advance!

The double \ is probably caused by a mistake in your includes/configure.php file.

Change your stylesheet.css file:

#header-right {
     float: right;
    margin-top: -150px;
    width: 980px;
}

#header-promo {
    color: #444443;
    float: right;
    font-size: 1.65em;
    line-height: 25px;
    text-align: right;
}

#navMainSearch {
    float: right;
    margin-top: 80px;
    text-align: right;
}

Thanks,

Anne

12 May 2013, 6:56 PM
#566
azcomp avatar

azcomp

New Zenner

Join Date:
Feb 2010
Posts:
63
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Thank you the fix made it a little better but still looks off, I will try to play with it. I checked the config file s(both of them) I dont see anything to cause the // I know that is not a template issue so I will keep searching that.

13 May 2013, 2:30 PM
#567
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

AZComp:

Thank you the fix made it a little better but still looks off, I will try to play with it. I checked the config file s(both of them) I dont see anything to cause the // I know that is not a template issue so I will keep searching that.

Change the #navMainSearch to this:

#navMainSearch {
    margin-top: 80px;
  clear:both;
}

Thanks,

Anne

13 May 2013, 3:47 PM
#568
clriding avatar

clriding

New Zenner

Join Date:
Feb 2012
Posts:
53
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Hi there

I am having a problem trying to figure this one out. I have tried for days haha, to no avail. I am sure it's gonna be something real simple!

I would like more space between the sub category boxes and the new products centreboxes - can someone please point me in the right direction?

Many thanks

Claire

13 May 2013, 5:17 PM
#569
azcomp avatar

azcomp

New Zenner

Join Date:
Feb 2010
Posts:
63
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

I may have goofed it up but I do not think so, now it is buried behind my logo.

Thank you so much for your help!

By the way the // was in the admin config so thanks for that tip!

picaflor-azul:

Change the #navMainSearch to this:

#navMainSearch {
margin-top: 80px;
clear:both;
}

> 
> 
> 
> Thanks,
> 
> Anne
14 May 2013, 4:50 PM
#570
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

clriding:

Hi there

I am having a problem trying to figure this one out. I have tried for days haha, to no avail. I am sure it's gonna be something real simple!

I would like more space between the sub category boxes and the new products centreboxes - can someone please point me in the right direction?

Many thanks

Claire

If you post a link to the page that you need help with I can take a look.

Thanks,

Anne

15 May 2013, 8:37 AM
#571
clriding avatar

clriding

New Zenner

Join Date:
Feb 2012
Posts:
53
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Hi Anne

http://gifts-and-collectables.biz/index.php?main_page=index&cPath=82

The space between the bottom of the sub category boxes and the new products centrebox is where I would like to add more space.

Kind regards

Claire

15 May 2013, 12:12 PM
#572
azcomp avatar

azcomp

New Zenner

Join Date:
Feb 2010
Posts:
63
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Would anyone b able to help me figure out why my search is behind my logo? I have tried the suggestions above with no success.http://www.wisconsinbilliard.com/

15 May 2013, 1:40 PM
#573
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

clriding:

Hi Anne

http://gifts-and-collectables.biz/index.php?main_page=index&cPath=82

The space between the bottom of the sub category boxes and the new products centrebox is where I would like to add more space.

Kind regards

Claire

Add something like this to the bottom of your stylesheet.css:

#whatsNew{margin-top:30px;}

Thanks,

Anne

15 May 2013, 1:43 PM
#574
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

AZComp:

Would anyone b able to help me figure out why my search is behind my logo? I have tried the suggestions above with no success.http://www.wisconsinbilliard.com/

Add float:right to #navMainSearch

Thanks,

Anne

15 May 2013, 1:47 PM
#575
azcomp avatar

azcomp

New Zenner

Join Date:
Feb 2010
Posts:
63
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Perfect! thank you, now I jut need to figure out how I want to fill that blank middle area. Thanks much!

picaflor-azul:

Add float:right to #navMainSearch

Thanks,

Anne

15 May 2013, 5:26 PM
#576
clriding avatar

clriding

New Zenner

Join Date:
Feb 2012
Posts:
53
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

Wow thanks so much Anne. I really should've figured that one out!!

Kind regards

Claire

16 May 2013, 1:49 PM
#577
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Abbington Mega Template [Support Thread]

AZComp:

Perfect! thank you, now I jut need to figure out how I want to fill that blank middle area. Thanks much!

No problem ;-)

Thanks,

Anne

16 May 2013, 4:42 PM
#578
jw1212 avatar

jw1212

New Zenner

Join Date:
May 2013
Location:
Tampa, FL
Posts:
27
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

I am a new Zen Cart user, I have just installed Zen Cart and have decided on a template to use. I have followed all the install tutorials and I am able to get template to display. My issue is although the template is showing, I dont see the template name in the configuration list in my Zen Cart admin console. I've tried to reinstall the template but still no luck. I am completely open to the fact that I may have done something wrong but for the life of me can't figure out what. Could someone help me out. Thanks!

Link to site is here: http://www.desotosystemsflags.com/index.php

Attachment 12510

above is a screen shop of the part of the tutorial I'm referring to, see how the Abbington Mega temp shows under "EZ pages", it's not in my Zen Cart. Specifically I'm trying to edit the "mega menu" on the page and according to the tutorial that button is how you do it. Other then that button I don't see any other way to modify that menu bar without changing the actual code. Hope this makes sense.

17 May 2013, 1:00 AM
#579
kkjoseph avatar

kkjoseph

New Zenner

Join Date:
May 2013
Location:
Chicago, Illinois, United States
Posts:
14
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

My template configurations is showing up blank in admin. SOMEONE PLEASE HELP!

17 May 2013, 1:04 AM
#580
kkjoseph avatar

kkjoseph

New Zenner

Join Date:
May 2013
Location:
Chicago, Illinois, United States
Posts:
14
Plugin Contributions:
0

Re: Abbington Mega Template [Support Thread]

My template configurations is showing up blank in admin. SOMEONE PLEASE HELP!