I wonder if anyone with a better knowledge of the file structure can tell me which files would allow me to remove the following files from being displayed?
col_left_callout.jpg (did you know...800 graphic from left col)
col_right_callout.jpg (the back to school graphic from right)
I can’t for the life of me find which files include/call them.
The first graphic you mention, col_left_callout.jpg is called in app/design/frontend/default/yourthemename/layout/catalog.xml, about line 47. Just edit out the graphic name in <src>images/media/col_left_callout.jpg, or better yet, create your own graphic, and name it the same, and then upload it to \skin\frontend\default\yourthemename\images\media
The second graphic is called in app/design/frontend/default/yourthemename/template/callouts/right_col.phtml, and if edited, can be uploaded to the same location as col_left_callout.jpg.
For some reason I cant remove the “did you know” graphic from the left column. I tried editing out the graphic name, refreshing my cache and it’s still there. I even tried removing the entire <reference> from the xml file and the image is still there. I must be doing something wrong. Any help?
right. so that code doesnt do anything for the left image. changing the code but not removing the original image results in the original image staying there. if you delete the image, then it just shows an “image can not be found” with the link and alt still being there. so that code edit for the left doesnt do anything.
....trying the right now.
turns out that the left did work but after refreshing the cache it took a bit to show. both sides work with the below method....
The first graphic you mention, col_left_callout.jpg is called in app/design/frontend/default/yourthemename/layout/catalog.xml, about line 47. Just edit out the graphic name in <src>images/media/col_left_callout.jpg, or better yet, create your own graphic, and name it the same, and then upload it to \skin\frontend\default\yourthemename\images\media
The second graphic is called in app/design/frontend/default/yourthemename/template/callouts/right_col.phtml, and if edited, can be uploaded to the same location as col_left_callout.jpg.
if your looked at the catalog.xml in the new version, it says “Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future.”
I wonder how we are supposed to edit these side columns without messing with the core code?
I may be wrong here (please tell me if i am) but couldn’t you just edit the pictures to a 1x1 pixel transparent PNG? Then they would just look like background.