Posts: 5
Threads: 1
Joined: Dec 2011
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.
Posts: 2,889
Threads: 59
Joined: Jun 2010
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?
Posts: 5
Threads: 1
Joined: Dec 2011
Ahh bingo, yes I did, just getting to grips with it.
Thank you so much for the quick response
Posts: 5
Threads: 1
Joined: Dec 2011
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.
Posts: 2,889
Threads: 59
Joined: Jun 2010
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:
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.
Have
you completed
the interview?
Posts: 5
Threads: 1
Joined: Dec 2011
Thanks Steve, I have submitted a ticket re. a new addon.