Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / mystery image link on side box need to eradicate:)

mystery image link on side box need to eradicate:)

Locked

Views: 804

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
11 Jun 2009, 11:17 PM
#1
marykpfist avatar

marykpfist

New Zenner

Join Date:
Jun 2009
Posts:
26
Plugin Contributions:
0

mystery image link on side box need to eradicate:)

In ie there is a mystery image link which I can't seem to find to erase. This is listed as
includes/ templates/template_default/imaages/Categories (note the image misspelling which should have made it easier to find..)

This doesn't show in Firefox, however the text for this image has replaced the Categories test for this division.

I'm a newbie, so let me preface this by saying I have searched, used Firefox firebug and Developer tool in trying to resolve this myself. This is my first post.

I'm on version 1.38a, running on a GoDaddy Linux server.

Here's the link: keepsmeinstitches . com / store

Any help would be appreciated. I tried searching for this through Developer's Toolbox, but didn't have much luck.

I was attempting to load images to my sideboxes without using them as background images, which tends to tile the image in an unfavorable way.

Mary Kay

11 Jun 2009, 11:41 PM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: mystery image link on side box need to eradicate:)

well, as you said, imaage should be image . you are using image for your side box header. what you see in firefox is alt tag of your image and not image itslelf as there is no link to image

you need to fix not only the name of your image folder . but also point to image in category folder . ie , myimage.gif ..

11 Jun 2009, 11:48 PM
#3
marykpfist avatar

marykpfist

New Zenner

Join Date:
Jun 2009
Posts:
26
Plugin Contributions:
0

Re: mystery image link on side box need to eradicate:)

Thanks for the quick repsonse- I did a poor job explaining. Let me try again.

I do not have a folder named imaage.. this is typed in somewhere (incorrectly, obviously) and I can't find it to erase it. The 'keepsmeinstitches' that shows in FF is the alt image, but I'd like to ax/eradicate/erase/delete this image reference all together.

I just can't seem to find it.

The image is not needed, the reference just needs to be deleted. Thanks!

12 Jun 2009, 1:04 AM
#4
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: mystery image link on side box need to eradicate:)

look in
includes/languages/english.php
for following define
define('BOX_HEADING_CATEGORIES', 'Categories');

in your case . Categories might have been replaced with a link to image that dose not exist .

12 Jun 2009, 1:15 AM
#5
marykpfist avatar

marykpfist

New Zenner

Join Date:
Jun 2009
Posts:
26
Plugin Contributions:
0

Re: mystery image link on side box need to eradicate:)

tony_sar -
Thank you for trying to help. :D

I had already checked the english.php file in both the root and my created directory, and they both say 'Categories'.

I was hoping there was something in one of the tools that would help me look this up. The broken image link does report it, but doesn't tell me where to find it.

It's not in the main stylesheet, either. I'm completely stumped. :blink:

mk

12 Jun 2009, 2:36 AM
#6
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,611
Plugin Contributions:
0

Re: mystery image link on side box need to eradicate:)

In your Admin, use the Tools. Developers Tool Kit - search for the word imaages - That should find the file it is hiding in.

12 Jun 2009, 2:48 AM
#7
marykpfist avatar

marykpfist

New Zenner

Join Date:
Jun 2009
Posts:
26
Plugin Contributions:
0

Re: mystery image link on side box need to eradicate:)

Thank you! Thank you! Thank you!

That makes perfect sense. I found it in the modules categories.php file under this line:
$title = zen_image($template->get_template_dir(BOX_HEADING_CATEGORIES, DIR_WS_TEMPLATE, $current_page_base,'imaages'). '/' . BOX_HEADING_CATEGORIES, HEADER_ALT_TEXT);
$title_link = false;

I didn't write this, so I have no idea where it came from. Thank you so much for the help!:clap::clap: