Plugin Directory

Changeset 534148


Ignore:
Timestamp:
04/20/2012 04:41:03 PM (14 years ago)
Author:
nonsalant
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • minimize-comments-on-mobile/trunk/readme.txt

    r530835 r534148  
    1212Minimizes the comment list and turns the comments title (eg. "3 Comments") into a trigger to view/hide the comments.
    1313
    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".
     14Requires no template hacking, only a knowledge of CSS selectors:
    1515
    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.
    1718
    1819== Installation ==
Note: See TracChangeset for help on using the changeset viewer.