• Resolved Linda_o

    (@linda_o)


    Hello.
    I am having a problem with footer code. My fourth column has a link to google plus. I have closed the a tag and closed the ul tag, so this column should be complete and ended. I also tried just adding an extra line of code to add a “break”, using ‘<p> </p>’

    My fifth column is a script for a ratings site. Somehow, it is picking up the google plus link, and the ratings graphic is linking to google plus.

    Using Firefox Inspector, I can see that even though I have not used a title in this widget, there is an h4 tag, class widgettitle, that has a link on it to google plus. There also seems to be more than one google plus link in the fourth footer col, although this isn’t really messing this up on the outside, I would like to clean that up as well.

    I don’t know how to find where this link is, in order to delete it.
    The working site is https://crystallakefamilydentistry.com/

    Thanks for any help or direction you can send my way.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey Linda! In the list of “COSMETIC” links, there are two img tags which are missing their closing > characters:

    <li><a href="https://www.facebook.com/pages/Kopp-Bloom-General-Dentistry/937343332958550" target="blank">
    <img src="https://crystallakefamilydentistry.com/wp-content/uploads
    /2014/07/Facebook.png"</a>
    <a href="https://google.com/+CrystallakefamilydentistryKoppandBloom" target="blank">
    <img src="https://crystallakefamilydentistry.com/wp-content/uploads
    /2014/07/GooglePlus.png"</a>
    </li>
    </ul>

    So, edit that section so as to change the /Facebook.png"</a> to /Facebook.png"></a>, and the /GooglePlus.png"</a> to /GooglePlus.png"></a>; and that will likely take care of the problem you’re having in this case.

    (I forced extra breaks in the code above to make the problem more easily visible.)

    Thread Starter Linda_o

    (@linda_o)

    Hey Girlieworks! I swear I went over that code a million times and still missed those closing tags.

    You have solved the problem. Much thanks for your help.
    Linda

    You’re welcome, Linda! Have a happy new year!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Found problem using Firefox Inspector, can't find code to edit’ is closed to new replies.