Quote Originally Posted by dbltoe View Post
When you right-click on the small image for facebook, you should be able to select "Inspect Element with Firebug."

You will see that firebug highlights the facebook image. Two lines up is the div that controls the image and its title. <li class="hfacebook">

If you search using the Developers Tool Kit for hfacebook, it should show you the file that utilizes that call.

While you are at it, go to http://tinyurl.com/o6oe75w and click on Add to Cart. This should be fixed ASAP. The Please Select Options (and any option that is not really part of the item) should be set to Display Only. Otherwise, you have to call the customer to find out what they really wanted.

Thanks, I FINALLY found the file...but can't get the coding right to point to the correct image. I loathe this whole PHP business...Here's what I have and it's not changing to the desired image:

/*bof connect with us*/
define(CONNECT_IMAGE,'facebook_sm.png');
define('TITLE_CONNECT','Connect');

Additionally, thanks for the pointer on the options, but I have to leave it where the customer can make their choices. The drop down boxes are there to allow them to choose from the hundreds of different options available. On my other site, it's rare that a customer neglects to make their choices...perhaps one out of a hundred will forget to make a selection. I have found when I have to rely on them to email with their choices, there are typically numerous messages back & forth before they actually provide all of the necessary information. This system has worked beautifully on my other site.