Zen Cart Logo
Forums / Addon Templates / Purple shades help

Purple shades help

Locked

Views: 3,020

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
21 Aug 2006, 10:24 PM
#1
Join Date:
Apr 2006
Location:
Cambridge, Ontario, Canada
Posts:
48
Plugin Contributions:
0

Purple shades help

I am using Purpleshades template and want to remove the image box that is at the bottom of all my pages. I have it now where it says no picture avaiable, but I would like ot remove the place holder all to gather.

Does anyone know how to do this my site is stll in the building stage at 63.134.234.74/Zencart.

Thanks all

David

22 Aug 2006, 7:52 AM
#2
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: Purple shades help

Ok, I uploaded Purpleshades to my test site and I remember how to do it now. In your /includes/templates/purpleshades/common/, find tpl_footer.php and open up the file..

Find this...

<tr> 
<td align="center"><?php echo zen_display_banner('static', $banner); ?><br> <br> 
</td>
</tr>

Replace with...

<tr> 
<td align="center"><br> <br> 
</td>
</tr>

Everything should be right as rain. :yes:

22 Aug 2006, 9:24 AM
#3
mmaxwell avatar

mmaxwell

New Zenner

Join Date:
Mar 2004
Location:
Eugene Oregon
Posts:
13
Plugin Contributions:
2

Re: Purple shades help

You can remove it via the admin under Tools:Banner Manager.

23 Aug 2006, 5:53 AM
#4
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: Purple shades help

We both tried that. Switching off doesn't work with this specific layout, it is a custom logo display.

23 Aug 2006, 6:46 AM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Purple shades help

Sketchy:

Switching off doesn't work with this specific layout, it is a custom logo display.
It's an example of a template that removed core functionality/flexibility either by hard-coding components or by not completely upgrading components to new structures.

23 Aug 2006, 7:40 AM
#6
mmaxwell avatar

mmaxwell

New Zenner

Join Date:
Mar 2004
Location:
Eugene Oregon
Posts:
13
Plugin Contributions:
2

Re: Purple shades help

Doh! I didn't notice that line was added. I assumed it was part of a banner group. Guess I should've looked at the actual file first.

23 Aug 2006, 12:30 PM
#7
Join Date:
Apr 2006
Location:
Cambridge, Ontario, Canada
Posts:
48
Plugin Contributions:
0

Re: Purple shades help

Removing the code worked great. The admin option does not work for this template.

Thanks all