Changeset 534148
- Timestamp:
- 04/20/2012 04:41:03 PM (14 years ago)
- File:
-
- 1 edited
-
minimize-comments-on-mobile/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
minimize-comments-on-mobile/trunk/readme.txt
r530835 r534148 12 12 Minimizes the comment list and turns the comments title (eg. "3 Comments") into a trigger to view/hide the comments. 13 13 14 The comments are usually inside a list with a class of ".commentlist" so you probably won't need to change the option for the "contents". 14 Requires no template hacking, only a knowledge of CSS selectors: 15 15 16 The comments title however may be different on your theme so you may have to change the "trigger" option to something different than the "#comments-title" id. Use "Inspect element" on your post's page to deterime the correct class or id of the element you want to be the trigger. 16 * The comments are usually inside a list with a class of ".commentlist" so you probably won't need to change the option for the "contents". 17 * The comments title however may be different on your theme so you may have to change the "trigger" option to something different than the "#comments-title" id. Use "Inspect element" on your post's page to deterime the correct class or id of the element you want to be the trigger. 17 18 18 19 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.