Plugin Directory

Changeset 397719


Ignore:
Timestamp:
06/16/2011 12:34:01 AM (15 years ago)
Author:
iyus
Message:

CSS fix for themes that aren't displaying comments inside <li> tags.

Location:
reply-to/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • reply-to/trunk/at-reply.php

    r359391 r397719  
    44Plugin URI: http://wordpress.org/extend/plugins/reply-to/
    55Description: This plugin allows you to add Twitter-like @reply links to comments.
    6 Version: 3.1
     6Version: 3.1.3
    77Author: Yus
    88Author URI: http://yus.me
     
    3232.yarr span { cursor:pointer; position:absolute; bottom:0; right:0 }
    3333.yarr img { vertical-align:-2px }
    34 li:hover .yarr { visibility:visible }
     34.comment:hover .yarr { visibility:visible }
    3535</style>
    3636<?php endif; ?>
  • reply-to/trunk/readme.txt

    r359391 r397719  
    44Tags: reply, at-reply, comments, twitter
    55Requires at least: 2.8
    6 Tested up to: 3.1
     6Tested up to: 3.1.3
    77Stable tag: trunk
    88
     
    2323
    2424== Changelog ==
     25
     26= 3.1.3 - Minor update =
     27* CSS fix for themes that aren't displaying comments inside <li> tags.
    2528
    2629= 3.1 - Major update =
     
    5457= It doesn't work! I activated the plugin but I can't see the reply links. =
    5558
    56 They *should* be visible only when you move your mouse cursor over a comment text. If it still doesn't work, open `at-reply.php` search for `visibility:hidden;` (line 26) and remove that part, then you can also remove the whole line 29 `li:hover .yarr { visibility:visible }` because it becomes useless. This will make the reply links always visible for **all** comments (and not just the one your mouse cursor is over).
     59They *should* be visible only when you move your mouse cursor over a comment text. If it still doesn't work, open `at-reply.php` search for `visibility:hidden;` (line 26) and remove that part, then you can also remove the whole line 29 `.comment:hover .yarr { visibility:visible }` because it becomes useless. This will make the reply links always visible for **all** comments (and not just the one your mouse cursor is over).
    5760
    5861= It doesn't work! I can see the reply links but clicking them does nothing. =
Note: See TracChangeset for help on using the changeset viewer.