This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Extra </div> somewhere?
#1

FYI, just installed a fresh v1.8 and on inclusion, it breaks my site CSS layout.

I know my layout is 100% valid, yet when I enable commentics, it is not.

"end tag for element "div" which is not open"

At the moment I am just remedying this by adding a <div> in front of the script.

Any ideas where the extra </div> might be lurking?

This script is amazing BTW.
Reply
#2

Hi,

It's difficult to say. v1.8 validates as XHTML 1.0 Transitional.

Did you enable Rich Snippets and not add the mark-up for it?

Have you completed the interview?
Reply
#3

Ahh bingo, yes I did, just getting to grips with it.

Thank you so much for the quick response Smile
Reply
#4

With snippets off, on posting a comment I am getting...

"The characters for the captcha image were incorrect. Please try again."

Getting the same message in FF and Chrome, despite the code being correct.

Strange, as this is a fresh install.
Reply
#5

The file I attached may help. It's the example.php file with the mark-up.

Note that before I added the mark-up, the example.php heading was wrapped in a <h1> tag, like this:
Code:
<h1>Example</h1>

So, instead of adding it like this:
Code:
<div class="hreview-aggregate">
<span class="item">
<span class="fn">Example</span>
</span>

I kept the <h1> tag:
Code:
<div class="hreview-aggregate">
<span class="item">
<h1 class="fn">Example</h1>
</span>

I think it should still work that way.


Attached Files
.php example.php Size: 1.46 KB  Downloads: 13

Have you completed the interview?
Reply
#6

Thanks Steve, I have submitted a ticket re. a new addon.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)