♥Biancoblu Posted March 13, 2006 Posted March 13, 2006 I have uploaded a new banner through the banner manager, it is now on the server and shows in the images/banners file. I have set it to "active", however, it doesn't show on my shop, I still have the oscommerce banner even though I have deleted it in the banner manager. What do I need to do? Thanks ~ Don't mistake my kindness for weakness ~
moonbeam Posted March 13, 2006 Posted March 13, 2006 Refresh your browser and maybe delete your cookies. Ummm I'm hungry. Moon "Woohoo, Just Havin Funnn!"
♥Biancoblu Posted March 13, 2006 Author Posted March 13, 2006 sorry it doesn't make a difference. do you see the oscommerce banner also? my shop ~ Don't mistake my kindness for weakness ~
Ynkryggen Posted March 13, 2006 Posted March 13, 2006 I see the OSC logo on your page. Im having the exact same problem myself on my site. <_<
rabbitseffort Posted March 13, 2006 Posted March 13, 2006 I think you are wanting to change the header on the top of the page? If so that is in the header.php file--- includes/header.php find where it says oscommerce.gif and put the image you want to use in the catalog/images file and rename it oscommerce.gif or else name it what you want and change the name in the header file too--simple enough really the banner manager effects the banners that display in the footer of the page "I must admit that I personally measure success in terms of the contributions an individual makes to her or his fellow human beings." ---Margaret Mead--- "The answer is never the answer. What's really interesting is the mystery. If you seek the mystery instead of the answer, you'll always be seeking. I've never seen anybody really find the answer -- they think they have, so they stop thinking. But the job is to seek mystery, evoke mystery, plant a garden in which strange plants grow and mysteries bloom. The need for mystery is greater than the need for an answer. --Ken Kesey"
kahml Posted March 13, 2006 Posted March 13, 2006 I think I found out what the problem may be (hedging my bets). What you loaded was the Arlisa logo - the one you designed to advertise your site, correct? And what you call the osCommerce banner is really the logo for the site. You need to edit the header.php file in the Includes folder and change the name of the file (and the title) to you yours. On or around line 57 (in a non-modified version) you'll find the following code: <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . Simply change it to: <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'Banner_arlisa_2_MWA2006.jpg', 'Arlisa Bijoux') . Make sure you move your jpg from the Banners subfolder to the Images folder. That should do it! Larry
♥Biancoblu Posted March 14, 2006 Author Posted March 14, 2006 Thank you so very much for your help! I appreciate it! yesterday this thing gave me a real headache. :thumbsup: ~ Don't mistake my kindness for weakness ~
Recommended Posts
Archived
This topic is now archived and is closed to further replies.