July 18, 201313 yr This is the first time this has happened. I deactivated all my active plugins except one, the one plugin I deactivated was recently installed and not the cause. My most recent post breaks my theme, mangles it to be exact, I don't understand why.
July 19, 201313 yr Author Here is the code; Test Test Test <a class="fancybox" rel=" href='http://www.thecreativesheep.ca/bio/wp-content/gallery/softimage-gallery/before.jpg' title='Regular Bland Image from the Net'><img src='http://www.thecreativesheep.ca/bio/wp-content/gallery/softimage-gallery/thumbs/thumbs_before.jpg' alt='Before' class='ngg-singlepic ngg-center' /></a>
August 13, 201312 yr The only things that would be causing the post to be mangled is if there was any styling being applied to any of the elements in your code. This could be due to CSS or JS inserting styles. Try using the Web Inspector to hunt for styles on the a or img elements or the .ngg-singlepic or .ngg-center classes. If no luck, please post a link so we can have a look.
August 13, 201312 yr Here is the code; Test Test Test <a class="fancybox" rel=" href='http://www.thecreativesheep.ca/bio/wp-content/gallery/softimage-gallery/before.jpg' title='Regular Bland Image from the Net'><img src='http://www.thecreativesheep.ca/bio/wp-content/gallery/softimage-gallery/thumbs/thumbs_before.jpg' alt='Before' class='ngg-singlepic ngg-center' /></a> This code needs looking at firstly. The test is fine where it is but the <a> tag is mis-formed, you (or the plugin has opened the rel=" but not closed this in the code. Hence this is causing an issue! It should be <a class="fancybox" rel="" href='http://www.thecreativesheep.ca/bio/wp-content/gallery/softimage-gallery/before.jpg' title='Regular Bland Image from the Net'><img src='http://www.thecreativesheep.ca/bio/wp-content/gallery/softimage-gallery/thumbs/thumbs_before.jpg' alt='Before' class='ngg-singlepic ngg-center' /></a> Try that and let me know the results
August 13, 201312 yr Author It was the rel="" that was causing the issue. The image gallery plug-in I use, inserts rel="" no update has fixed this, yet, I may have to announce the red flag ! Thanks for the help, everyone
Create an account or sign in to comment