Viewing 5 replies - 1 through 5 (of 5 total)
  • I would guess that you either need to change this in your themes social settings or the header.php file of your theme. If it is not in either of those places maybe it is added using a plugin and you need to modify it in the plugins settings.

    Hope that helps!

    <area href=”https://www.facebook.com/first24vet&#8221; shape=”circle” coords=”98,108,16″>

    This is what the original code looks like for that image, I am with Davood and would not be sure exactly what part of the settings or code that would be in without seeing it first hand. Once you find that little bit of code all you would need to do is change the first to 1st. It would need to look like this.

    <area href=”https://www.facebook.com/1st24vet&#8221; shape=”circle” coords=”98,108,16″>

    Same deal, just a little different. It would be just figuring out whether that is located in your settings or in the code itself.

    Thread Starter debejorgensen

    (@debejorgensen)

    Thanks Davood and Joey. I don’t know where to find my themes social setting or the header.php, which is probably where it is. Thank you for taking the time to reply.

    What theme are you using? Most themes have a settings panel in the wp-admin area and within that there may be a social tab where you can change social settings.

    Looks like that link is part of an image MAP. There are three links there:

    <img src="https://www.1stpetvet.com/wp-content/uploads/2014/01/usable.png" alt="facebook" usemap="#Map">
     <map name="Map" id="Map">
      <area shape="circle" coords="51,132,19" href="https://www.1stpetvet.com/blog/" />
      <area shape="circle" coords="98,108,16" href="https://www.facebook.com/first24vet" />
      <area shape="circle" coords="162,121,16" href="https://www.youtube.com/user/first24vet" />
    </map>

    So, whatever theme option or plugin was used to create this image MAP is where the link needs to be changed. I am guessing you took this site over? If no theme option or plugin was used to generate this then the previous developer may have created it outside WordPress and pasted the code directly into one of the theme’s files, such as header.php.

    Given this line:

    <link rel='stylesheet' id='twentytwelve-style-css'  href='https://www.1stpetvet.com/wp-content/themes/twentytwelve-blank-childtheme/style.css?ver=4.4.4' type='text/css' media='all' />

    You are using a Twenty Twelve child theme. I know for a fact that theme does not have image MAP creation built-in. The header.php should be in /wp-content/themes/twentytwelve-blank-childtheme/

    Hope that helps.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘need help changing a image link’ is closed to new replies.