Changeset 397719
- Timestamp:
- 06/16/2011 12:34:01 AM (15 years ago)
- Location:
- reply-to/trunk
- Files:
-
- 2 edited
-
at-reply.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
reply-to/trunk/at-reply.php
r359391 r397719 4 4 Plugin URI: http://wordpress.org/extend/plugins/reply-to/ 5 5 Description: This plugin allows you to add Twitter-like @reply links to comments. 6 Version: 3.1 6 Version: 3.1.3 7 7 Author: Yus 8 8 Author URI: http://yus.me … … 32 32 .yarr span { cursor:pointer; position:absolute; bottom:0; right:0 } 33 33 .yarr img { vertical-align:-2px } 34 li:hover .yarr { visibility:visible }34 .comment:hover .yarr { visibility:visible } 35 35 </style> 36 36 <?php endif; ?> -
reply-to/trunk/readme.txt
r359391 r397719 4 4 Tags: reply, at-reply, comments, twitter 5 5 Requires at least: 2.8 6 Tested up to: 3.1 6 Tested up to: 3.1.3 7 7 Stable tag: trunk 8 8 … … 23 23 24 24 == Changelog == 25 26 = 3.1.3 - Minor update = 27 * CSS fix for themes that aren't displaying comments inside <li> tags. 25 28 26 29 = 3.1 - Major update = … … 54 57 = It doesn't work! I activated the plugin but I can't see the reply links. = 55 58 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).59 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 `.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). 57 60 58 61 = 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.