Zen Cart Logo
Forums / Addon Templates / Aberdeen Neutral Template Support Thread

Aberdeen Neutral Template Support Thread

Views: 75,870

Results 161 to 180 of 479
16 Feb 2011, 1:01 PM
#161
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Aberdeen Neutral Template Support Thread

Dang it.. I give up.. I've tried everything that should work and a bunch of stuff that MIGHT work and then stuff that .. well I didn't know if it would work, but I thought I'd try..

See my test URL below.. How the heck do I close the gap between the slideshow and the middleboxes??

http://clientyoubookit247 . overthehillweb . com/

I've been there :wacko:

I have not cross browser tested this, but you can try:

In includes/templates/custom_template/css/stylesheet_middleboxes.css, take out margin here:

.middleBoxContainer {
	margin-top: 0em;
	}

and add to #navColumnMiddleWrapper:

position:relative; top:-20px;

and then to make things neat in includes/templates/custom_template/css/stylesheet_footer_menu.css replace:

#footer {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat; width:950px; height:200px;margin-top:20px;padding-top:10px;margin-bottom:20px;}

with:

#footer {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat; width:950px; height:200px;margin-top:-20px;padding-top:10px;margin-bottom:20px;}

Thanks,

Anne

16 Feb 2011, 1:33 PM
#162
divavocals avatar

divavocals

Totally Zenned

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

Re: Aberdeen Neutral Template Support Thread

picaflor-azul:

I've been there :wacko:

I have not cross browser tested this, but you can try:

In includes/templates/custom_template/css/stylesheet_middleboxes.css, take out margin here:

.middleBoxContainer {
margin-top: 0em;
}



> **picaflor-azul:**
>
> and add to #navColumnMiddleWrapper:
> 
> ```
position:relative; top:-20px;
```and then to make things neat in includes/templates/custom_template/css/stylesheet_footer_menu.css replace:
> 
> ```
#footer  {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat;  width:950px;  height:200px;margin-top:20px;padding-top:10px;margin-bottom:20px;}
```with:
> 
> ```
#footer  {clear:both;margin:0;background-image:url(../images/footer-bk.jpg);background-repeat:no-repeat;  width:950px;  height:200px;margin-top:-20px;padding-top:10px;margin-bottom:20px;}
```Thanks,
> 
> AnneYou are a doll.. these last two changes really tightened things up!!! I wasn't sure about the last change you suggested until I implemented the first two.. Then it was OBVIOUS why you were suggesting the footer change.. This is EXACTLY what I was looking to do.. Thanks sooooooo much for the assist..
16 Feb 2011, 2:07 PM
#163
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Aberdeen Neutral Template Support Thread

DivaVocals--I am so happy that I could help you out. I can't tell you how many times I have been totally stumped! :hug:

Thanks,

Anne

16 Feb 2011, 3:53 PM
#164
divavocals avatar

divavocals

Totally Zenned

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

Re: Aberdeen Neutral Template Support Thread

picaflor-azul:

DivaVocals--I am so happy that I could help you out. I can't tell you how many times I have been totally stumped! :hug:

Thanks,

AnneYou are sweet.. but seriously I'm REALLY kicking myself over here because the first change is one I SHOULD HAVE KNOWN ABOUT since it came from my own mod.. :censored::frusty: This is what happens when you do stuff when you are tired..:laugh:

Anyway.. thanks for the assist!:hug:

16 Feb 2011, 4:29 PM
#165
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Aberdeen Neutral Template Support Thread

You are sweet.. but seriously I'm REALLY kicking myself over here because the first change is one I SHOULD HAVE KNOWN ABOUT since it came from my own mod.. This is what happens when you do stuff when you are tired..

Anyway.. thanks for the assist!

Such is the nature of computer programming :smile: It is always helpful when you are stuck to get another set of eyes. It's like when you write a paper but the editor catches a typo. Sometimes you can stare at the paper for hours and not even notice the typo until the editor tells you about it.

Thanks,

Anne

17 Feb 2011, 2:31 PM
#166
pavster007 avatar

pavster007

New Zenner

Join Date:
Mar 2008
Posts:
4
Plugin Contributions:
0

Re: Aberdeen Neutral Template Support Thread

Hi I have installed your aberdeen template on cart 1.3.9h and love the 2 column layout I have had it for a while and I wanted to install the Simple_Google_Analytics add on.

however I cannot find the includes/templates/[your_template]/common/tpl_main_page.php

has this file been renamed and how would I find it.
Any help would be great.

many thanks
James

17 Feb 2011, 2:54 PM
#167
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Aberdeen Neutral Template Support Thread

Hi I have installed your aberdeen template on cart 1.3.9h and love the 2 column layout I have had it for a while and I wanted to install the Simple_Google_Analytics add on.

however I cannot find the includes/templates/[your_template]/common/tpl_main_page.php

has this file been renamed and how would I find it.
Any help would be great.

many thanks
James

Since I did not edit that file when creating the template package, you will have to create an override file for it.

Thanks,

Anne

18 Feb 2011, 1:36 PM
#168
pavster007 avatar

pavster007

New Zenner

Join Date:
Mar 2008
Posts:
4
Plugin Contributions:
0

Re: Aberdeen Neutral Template Support Thread

Thanks for your help. created a tpl_main_page.php overide using the default template and it now works a charm.
Just wasnt sure if I had missed something.

Thanks again

25 Feb 2011, 5:26 PM
#169
jcbays avatar

jcbays

New Zenner

Join Date:
Feb 2011
Posts:
4
Plugin Contributions:
0

Re: Aberdeen Neutral Template Support Thread

Hello.
I am NEW to zen cart and found this template. I LOVE IT so far.
I have one "basic / stupid" question. How do you remove the banner ad at the bottom of the template for Zen Cart (the one with the picture)
Thanks
Jeremy Bays

25 Feb 2011, 5:29 PM
#170
divavocals avatar

divavocals

Totally Zenned

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

Re: Aberdeen Neutral Template Support Thread

jcbays:

Hello.
I am NEW to zen cart and found this template. I LOVE IT so far.
I have one "basic / stupid" question. How do you remove the banner ad at the bottom of the template for Zen Cart (the one with the picture)
Thanks
Jeremy Bays

Not related to the support for this template.. This is more of a general Zen Cart "how-to" kinda question..

Suggest checking out the Zen Cart FAQs.. Here's my search results for "banner"

Search Results for "banner"

    Displaying 4 out of 4 found articles:
                                                                                         ![](https://www.zen-cart.com/tutorials/admin/media/article.gif)                             
                                       [How do I set up Banner Ads?](https://www.zen-cart.com/tutorials/index.php?article=80)                                                                          by Ajeh   You can control your banners in  Admin> Tools> Banner Manager .   You will see that you can add delete and edit the banners at will.   To add a new banner, click the "New Banner" button.   To edit an...                             
                                 Relevance: 100    |                       Zen Cart Admin Controls                 
             
                                                                                                 ![](https://www.zen-cart.com/tutorials/admin/media/article.gif)                             
                                       [Is there any way to generate a report on my banner advertising?](https://www.zen-cart.com/tutorials/index.php?article=151)                                                                         Banner statistics are tracked on an ongoing basis. When you open the Banner  Manager, you can see the last 3 days' details on-screen.  For more  information, under the "Action" column, you see a small white graph  symbol. Click on...                             
                                 Relevance: 100    |                       Zen Cart Admin Controls                 
             
                                                                                                 ![](https://www.zen-cart.com/tutorials/admin/media/article.gif)                             
                                       [How can I protect my site from malicious attack? Security Recommendations](https://www.zen-cart.com/tutorials/index.php?article=73)                                                                            SSL Security Protection Tips    Without applying extra efforts to your connection on the internet you   are wandering around an unsecured environment. Before you make   administrative modifications to secure Zen Cart™ and its...                             
                                 Relevance: 14.4    |                       Security Matters                 
             
                                                                                                 ![](https://www.zen-cart.com/tutorials/admin/media/article.gif)                             
                                       [What are Zen Cart's features?](https://www.zen-cart.com/tutorials/index.php?article=116)                                                                             Features List           Allows customers to shop your store 24 hours a day, 7 days a week, 365+ days  a year!         Easily keep your product/catalog updated -- no HTML coding required to add,  delete, or modify products....                             
                                 Relevance: 12.66    |                       About the Zen Cart Project
25 Feb 2011, 6:49 PM
#171
jcbays avatar

jcbays

New Zenner

Join Date:
Feb 2011
Posts:
4
Plugin Contributions:
0

Re: Aberdeen Neutral Template Support Thread

Thanks so much... wasn't sure about the banner.
--Jeremy Bays

PS- I love this template.

25 Feb 2011, 6:59 PM
#172
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Aberdeen Neutral Template Support Thread

Thanks so much... wasn't sure about the banner.
--Jeremy Bays

PS- I love this template.

I am so happy that you like it :-)

Thanks,

Anne

9 Mar 2011, 6:52 PM
#173
pullingouthair avatar

pullingouthair

New Zenner

Join Date:
Mar 2011
Posts:
30
Plugin Contributions:
0

Re: Aberdeen Neutral Template Support Thread

Nice clean template, I need one with three columns, but I do like the look of this one. Will suggest it to others for sure.

9 Mar 2011, 7:19 PM
#174
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Aberdeen Neutral Template Support Thread

Nice clean template, I need one with three columns, but I do like the look of this one. Will suggest it to others for sure.

Thank you :smile: It is no problem to use the template with 3 columns. You will have to add the styles for the right hand column into the stylesheet.

Thanks,

Anne

10 Mar 2011, 10:09 AM
#175
rimo avatar

rimo

New Zenner

Join Date:
Jan 2011
Posts:
88
Plugin Contributions:
0

Re: Aberdeen Neutral Template Support Thread

picaflor-azul:

Thank you :smile: It is no problem to use the template with 3 columns. You will have to add the styles for the right hand column into the stylesheet.

Thanks,

Anne

Hi Anne,

Can you explain a bit what styles to add to the styles to get a 3 column layout?

Thanks in advance.

Richard

10 Mar 2011, 1:38 PM
#176
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Aberdeen Neutral Template Support Thread

Hi Anne,

Can you explain a bit what styles to add to the styles to get a 3 column layout?

Thanks in advance.

Richard

You will need to copy the styles from the left hand column selectors to the right hand column selectors.

When I have some time I am planning on including this in a future update.

Thanks,

Anne

13 Mar 2011, 1:24 AM
#177
just_sam avatar

just_sam

New Zenner

Join Date:
Mar 2011
Posts:
2
Plugin Contributions:
0

Re: Aberdeen Neutral Template Support Thread

Thank you for this excellent template.

I have just installed it and it looks great. One issue is the search box. If I use the contemporary green template the search box is there and usable.
When I switch to Aberdeen Neutral the box and text are missing. as below.

Can you tell me what I need to do to display the search box.

Thanks

13 Mar 2011, 5:50 PM
#178
picaflor_azul avatar

picaflor_azul

Totally Zenned

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

Re: Aberdeen Neutral Template Support Thread

Thank you for this excellent template.

I have just installed it and it looks great. One issue is the search box. If I use the contemporary green template the search box is there and usable.
When I switch to Aberdeen Neutral the box and text are missing. as below.

Can you tell me what I need to do to display the search box.

Thanks

You can follow this tutorial here:

Easy Help Tutorial: How to Turn On the Header Search Box

Thanks,

Anne

13 Mar 2011, 8:01 PM
#179
just_sam avatar

just_sam

New Zenner

Join Date:
Mar 2011
Posts:
2
Plugin Contributions:
0

Re: Aberdeen Neutral Template Support Thread

Thank you for your help Anne

:bigups:

7 Apr 2011, 5:59 PM
#180
weisdaclick avatar

weisdaclick

New Zenner

Join Date:
Mar 2011
Posts:
42
Plugin Contributions:
0

Re: Aberdeen Neutral Template Support Thread

Thanks for the template, I really like it. :clap:

Can anyone tell me how to change the text color on the sidebox headers? At present it is red (7D0000) which doesn't go with my site.

Thanks