How do I change the look of the preview?
Go to the Options -> Ajax Comment Preview admin panel. From there you'll be
able to specify the markup used to display the comment being previewed. The
markup you enter will depend on what theme your site is using. If you're using
Kubrick (the default theme for WordPress), the settings that come installed
with the plugin will work fine. For other themes, I suggest the following.
- Go to the permalink page for a post on your site that has a few comments.
- In your web browser, view the Page Source of that page. You can usually do
this by finding that option in your browsers Edit or View menu or in the menu
that pops up when you right click on the page.
- Find the section of code that corresponds to one of the comments. Copy it
into your clipboard.
- Paste that code into the big text box in the Options -> Ajax Comment Preview
admin panel.
- Replace the text specific to that comment (author name, time, comment text,
...) with the plugin's special tags (
%author%, %date%, %content%, ...).
- Most themes' code has all the comments inside one big
<ol>, <ul>, or <div>
tag. You'll probably need to put your preview markup inside that
"parent" tag too. Make sure it has the same class(es) as the tag in your
theme's code.