I noticed all images that were linked to the file URL were not displaying on the front end. Turns out this plugin is butchering the image attachment code, like so. Note no SRC for img tag.
<div id="attachment_1436" class="wp-caption alignright" style="width: 260px">
<a height="236" width="250" alt="" src="https://www.activerightofway.org/wp-content/uploads/2011/09/icecream1-250x236.jpg" wp-image-1436"="" size-medium="" title="Photo from last year'><img class=" rel="lightbox[1446]" href="https://www.activerightofway.org/wp-content/uploads/2011/09/icecream1.jpg"></a>
<p class="wp-caption-text">Photo from last year's event celebrating the work crews of the Cully Blvd Cycletrack.</p>
</div>
any thoughts on a fix? Thanks!
]]>There seems to be a rather large bug. If you have a single quote somewhere in your image title, the HTML code that is generated is full or errors causing the image not to display at all in a post.
]]>Like the title says. Since it doesn’t add the JS either, it seems it kind of does nothing?
]]>Hi,
I installed and uninstalled many times, but I cannot find the error.
What is wrong with my site? https://www.ckmarketing.de/leistungen/gruendungsplanspiele/
Thx & Regards,
CK
Hello, i use the latest plugin version and wordpress 3.01. On my site, the plugin puts a rel:lightbox on the img tag, right behind the slash when an image or thumbnail is linked to the attachment-page.
code looks like this:
<a rel="attachment wp-att-1234" href="https://mypage.com/myimage /"><img src="https://mypage.com" alt="" width="730" height="520" / rel="lightbox"></a>
The rel-attribute is on the right place when the image/thumbnail is linked to the fullsize image. The wrong code doesn′t break the site but it won′t validate any longer.
Did anyone have the same problem and/or a solution to this?
Thanks in advance, Thomas.
Hi.
1. I have a multisite for my students who they always forget (when uploading the images or linking from urls) to link to the image url so as to have the lightbox effect in the posts.
Is there a way to have this function?
Through css maybe?
2. They also forget to put the image on a new line or resize them to smaller images. So what I added to custom css this:
img {
display: block;
border: 1px solid #898989;
max-width: 640px;
margin: 0 auto;
}
But now all my images, even the header get resized. How could I fix this?
Could I also put the blog in the middle of the page and how?
Thank you