Viewing 2 replies - 1 through 2 (of 2 total)
  • Make sure that the image source includes https://

    otherwise it will search for a sub-directory called “www.arashlaw.com/wp-content/uploads/2010/03/fatal-car-accidents.jpg”

    https:// lets it know that it is a new URL

    To do this: Head into the post or page that the image is on, head into the “text” tab, instead of visual, and go to where you see the image tag.

    In this case…the page that you listed above.
    The image code will look like this in the text tab:

    <img class="aligncenter size-full wp-image-2660" style="width: 700px; height: auto;" alt="logos" src="www.arashlaw.com/wp-content/uploads/2011/12/logos.jpg">

    Will be right after the heading:
    Local, Trusted And Highly Successful – Call us for a completely free consultation

    Where it says
    src="www.arashlaw.com/wp-content/uploads/2011/12/logos.jpg"

    change that to include the https://

    src="https://www.arashlaw.com/wp-content/uploads/2011/12/logos.jpg"

    In the end, you’re just adding the https:// to the beginning of the image source.
    Lemme know if that solves it for ya.

    Thread Starter abovesound

    (@abovesound)

    That worked, thank you so much. For other people wondering – this is a bug that happens when restoring your website using WP Clone plugin and the method above fixes it perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘strange problem – didn't touch site, all images stopped working’ is closed to new replies.