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
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)
The issue was in css, when I removed class lazy-image the images appeared.
Related
The swiper.min.js file that was part of my WordPress them is not allowing any lightbox related plugins on my website to load. When you click on it, you can see the lightbox arrows for a split second, then it redirects to the original media URL. Can someone pinpoint what it is in the swiper.js file that is making this happen. That way I can remove it. I would so appreciate it. I've been spending days trying to figure out what the issue is, and I've finally at least pin pointed that it's coming from swiper.min.js.
Website link where lightbox plugin is used: https://smithspecialized.com/edmonton-drawworks/
I tried removing some things in the file that I thought had something to do with the lightbox redirecting to media URL, but then it broke the code so I think I removed too much, or the incorrect section in the code.
Hey there it's difficult to find any error without accessing website from inside. If don't want to give access then-
please use different plugin or
try to disable and enable plugin, as sometime confliction between plugin caused the issue.
I am trying to share an article. The Debugger tool though seems to find the image. The error I get is Invalid Image Content-Type. Image is loaded correctly if I just go and open it from the browser.
This issue is for certain images only
Try yoast seo plugin social it is free choose your image with it and then write your website description
I'm using a commercial theme and it seems to use a JS file to add a parallax scrolling effect to certain images at runtime. It was working fine a while ago and I didn't change anything. Now the parallax is not working.
I checked the console to find some 404 not found errors which are looking for the same images but with a "#2x" suffix. But before they were only looking up the original image names since those are the only names that exist in the library. What could have caused this?
Okay it's probably a server issue. Clearing the browser cache seems to stop the retina images requests/responses.
After I moved a Wordpress website to production server I noticed youtube embeds were no longer clickable. The image and play button show up but nothing more.
Tried to renew the embed code, using the build in embed function, embed via media browser,... Nothing is working and it's making me crazy.
After some trial and error things I noticed that the video does work when the main bootstrap.css file is removed. Can't seem to find a clue to the solution though.
EDIT
Yes, I tried to disable all the plugins, with no result.
Changing back to the default twenty fifteen theme results in a working video embed. But since that one isn't build on bootstrap it's just a logic fact.
Anyone seen this before?
Web page with video embedded: click here
The website is sending lots of error messages in he consolu use F12 in Chrome, apparently your www-embed-player-new.js is causing the problem. Not even Edge is running the site correctly. I think you need a Chrome extension to make it work.
I would recommend you changing the plugin that imports the videos. Check this enter link description here
EDIT:
The chrome plugin Google Cast stops the error messages but still doesn't work.
The problem was with the wordpress loop on the single.php page.
A wrong code snippet caused the issue.
Fixed!
Here is the site that I am working on.
http://afinderskeeper.com/
Here is an example of the logo image that I want at the top
http://afinderskeeper.com/?attachment_id=64
The theme is mayashop, and I am having issues with the images loading. In the media library I am able to see all the images. In the theme options menu in the backend, it asks me to enter the url of the logo image/ favicon/ etc. into the text field. So for the logo, I am simply pasting that second url from above, save, but I still get the placeholder box, not even the correct size.
I was having a redirect issue earlier and couldn't even view any of the images.
It just kept taking a while to load and coming up with a redirect loop. I found online someone had switched the permalink, so I switched mine from "month and name" to "default" and now I can at least see the images on the second link, but I still cannot figure out why they don't show up in the proper places. I hope this makes sense.
I will also mention that I don't really know any php so if this is what it takes, please be very specific for me, thanks!
You're using the wrong urls for the header image and, possibly, the other images that are giving you trouble as well. Instead of referencing http://afinderskeeper.com/?attachment_id=64, you want to edit that image from the media library and get the file url. It will be something like http://afinderskeeper.com/wp-content/uploads/2014/02/afk_header_logo.jpg
I am just a random stranger on the internet, but I have to thank you guys! Your solution fixed a problem on my site that has bugged me for ages!