0
votes

I have problem with wordpress images.

It's embarassing but I cant get images to display on my wordpress site. I used media library url for the img src tags, Links work well on pc as you enter them in adress bar but not on the website.

Any suggestions more than welcome.Here's my website link http://produkcja.adlike.pl/

Many thanks in advance, Neko

2

2 Answers

0
votes

If you see to the browser console you will see many errors. Almost all of them are because an image was not found in the server, but there are others.

The images not found are because they have bad URL:

http://produkcja.adlike.pl/images/index_img05.jpg

instead of

http://produkcja.adlike.pl/public_html/produkcja/wp-content/themes/Mywordpresstheme/images/index_img05.jpg

There is only one that seems to have correct URL and is getting an error: http://produkcja.adlike.pl/public_html/produkcja/wp-content/themes/Mywordpresstheme/images/index_img03.jpg

I think it can be caused by the other errors or because you are implementing a responsive images script, incorrectly (I see you have data-src in your images)

0
votes

The issue was in css, when I removed class lazy-image the images appeared.