| User | Post |
|
10:49 pm April 19, 2008
| Aaron
Admin
| | | |
|
| posts 231 |
|
|
The following themes are considered “officially” supported. All solutions in this thread have been tested unless otherwise noted. If you have any questions related to these solutions, you must create a new thread.
This thread will be updated as new solutions are created.
|
|
|
10:51 pm April 19, 2008
| Aaron
Admin
| | | |
|
| posts 231 |
|
|
Theme Name:Blogging Pro MT
Version:1.2
Preview Theme | Download Theme
Status:
Requires one theme modification to enable AWP.
Works excellently with custom AWP templates.
Solution:
-
Open: theme_folder/header.php
Find:</head>
Add Before: <?php do_action('wp_head');?>
- Download and unzip these files to the theme folder.
|
|
|
10:51 pm April 19, 2008
| Aaron
Admin
| | | |
|
| posts 231 |
|
|
Theme Name:Hemingway
Version:1.2
Preview and Download Theme
Status:
Works well with custom AWP templates.
Solution:
Download and unzip these files to the theme folder.
Alternative Solutions
If you are using AWP 1.19 or higher and want to use threaded comments, adding the following CSS to your style.php will create attractive threaded comments without edits.
.awpcomments ol#comments ol{margin-left:90px;} .awpcomments ol#comments cite{width: 50px !important;} .awpcomments * .content{width: 80% !important;}- Use the following to copy and paste the code.
|
|
|
10:52 pm April 19, 2008
| Aaron
Admin
| | | |
|
| posts 231 |
|
|
Theme Name:Redox
Version:1.1
Preview and Download Theme
Status:
Comments work well with edits. AWP Comment form may also require edits (not included).
Solution:
- In the AWP Admin panel go to the comments tab and near the bottom set “Tag before all comments” to:
- Download and unzip these files to the theme folder.
|
|
|
10:53 pm April 19, 2008
| Aaron
Admin
| | | |
|
| posts 231 |
|
|
Theme Name:Vertigo
Version:3.0
Preview and Download Theme
Status:
Works after changing some options.
Solution:
Set the following options on the comments tab of the admin panel.
- Set Comment Tag before all comments to: <div id="commentblock"><ol class="commentlist">
- Set Comment Tag after all comments to: </ol></div>
- Set tag after each comment to: </div></li>
- Set comment tag after title bar to: </span><div class="commenttext">
|
|