Support » Fixing WordPress » problem with the icons I used

Viewing 8 replies - 1 through 8 (of 8 total)
  • Replace your code with the below. You have problems with the double-quote symbols in the src attribute.

    <img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/mail.png" />
    <img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/googleplus-e1387271627336.png" />
    <img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/twitter.png" />
    <img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/linked-in.png" />
    Thread Starter guyzandler

    (@guyzandler)

    http://www.myjerseyinsurance.com/

    for some reason Google+ is the right size while the rest of them are huge. I’ve looked at the photo I uploaded and checked the size and they are at 40×40.

    Also, thanks for helping me out with that. The icons came out as you will see.

    Try with these…

    <img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/mail.png" height="40" width="40" />
    <img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/googleplus-e1387271627336.png" height="40" width="40" />
    <img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/twitter.png" height="40" width="40" />
    <img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/linked-in.png" height="40" width="40" />
    Thread Starter guyzandler

    (@guyzandler)

    For some reason if I hover over those icons, that are suppose to be at 40×40 and fit on the right side of the header, it reads http://www.myjerseyinsurance.com/”http://twitter.com/Guyzandler&#8221;

    instead of twitter.com/Guyzandler

    <img src=”http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/twitter.png&#8221; height=”40″ width=”40″ />

    all the icons do the same thing. Is there something I’m missing or that I should write in?

    Can you paste the complete code here ? or may be a Pastebin

    Thread Starter guyzandler

    (@guyzandler)

    <a href="guyzandler@myjerseyinsurance.com”"><img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/mail.png" height="40" width="40" /></a>
    
    <a href="//plus.google.com/u/0/+GuyZandler2009”"><img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/googleplus-e1387271627336.png" height="40" width="40" /></a>
    
    <a href="//twitter.com/GuyZandler”"><img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/twitter.png" height="40" width="40" /></a>
    
    <a href="//www.linkedin.com/in/guyzandler"><img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/linked-in.png" height="44" width="44" /></a>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    that is the complete code. Thanks so much!

    Here you go…

    <a href="mailto:guyzandler@myjerseyinsurance.com">
        <img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/mail.png" height="40" width="40" />
    </a>
    <a href="https://plus.google.com/u/0/+GuyZandler2009">
        <img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/googleplus-e1387271627336.png" height="40" width="40" />
    </a>
    <a href="https://twitter.com/GuyZandler">
        <img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/twitter.png" height="40" width="40" />
    </a>
    <a href="http://www.linkedin.com/in/guyzandler">
        <img src="http://www.myjerseyinsurance.com/wp-content/uploads/2013/12/linked-in.png" height="44" width="44" />
    </a>
    Thread Starter guyzandler

    (@guyzandler)

    for some reason i took off the quotes entirely for my and it worked! why would it actually work without the quotes?! Any idea?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘problem with the icons I used’ is closed to new replies.