skip to Main Content

I’m designing a website, using WordPress, using elementor page builder, when I was on my localhost all images were shown but when I move it to the web some images won’t show up and some will show.
i tried to re upload the image and didn’t work, i tried to deactivate all the plugin and active it and nothing changed
this is the address

http://einbaghdad.net/

2

Answers


  1. be sure that you changed base url in wp-options table in databse.

    in some cases you may add image somewhere and give it custom src so it will try to load image from your local host.

    you can inspect the images that doesn’t load and look at src attribute. so you can see the problem for sure.

    Login or Signup to reply.
  2. The fix may be the following:
    1. Elementor > Settings
    2. Select Advanced tab
    3. Set ‘CSS Print Method’ to ‘Internal Embedding’
    4. Goto Home page and verify it is rendered properly.
    5. Repeat step 1 and 2 above.
    6. Set ‘CSS Print Method’ back to ‘External File’
    These 6 steps force to regenerate elementor external CSS files to have correct domain path.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search