I’m pretty sure it works. See this post on the demo page, the image from the bottom of the post: http://demo.flyfreemedia.com/flymag/fusce-ut-lorem-elit/
The image is linked to the attachment page which is handled by image.php.
Can you show me a post on your website where this doesn’t work?
Thread Starter
Anonymous User 14263651
(@anonymized-14263651)
I checked, and it does indeed work when images are linked to attachment page. I do it only with gallery images though.
When I click on a gallery image thumbnail in the post with right mouse button to open it in a separate tab it does open its attachment page now. But naturally when I just click on a gallery image thumbnail gallery carousel opens. I think this is the way image behave in WP by default anyway. And that’s why I thought attachment page doesn’t work. It does.
But here’s the next issue with sizes. They are clearly shown in the page you sent me link to. But what I see in my site is different – http://www.aviascope.com/2015/04/05/airline-commercials-take-you-home-qantas/istillcallaustraliahome_cathedralcavegorge/. Under the image you will see x-s instead of sizes.
Also, is there a line of code to pull tags to attachment pages?
Most likely it’s because you’re loading the images from the WordPress servers instead of your own. This happens by default if you’re using Jetpack galleries. You can try with a regular image (non-gallery) to see if it’s correct.
In your case you might as well hide the sizes by adding this to a custom CSS plugin:
.images-sizes {
display: none;
}
Thread Starter
Anonymous User 14263651
(@anonymized-14263651)
Non-gallery image also produced x-s. )) I just tested it once, but do not regularly link single images to attachment pages.
Thanks!
You might have Photon activated then. Could also try regenerating your thumbnails, though I don’t think it will help.
Thread Starter
Anonymous User 14263651
(@anonymized-14263651)
Yes, Photon is activated. I thought it helps in quicker loading of pics.
Thank you for this template FLYMAG but I do have problems with the images do not appear in the carrousel or post, appreciate a help to configure.