- This can be accomplished by editing the Title Display Element for the Summary Display of Categories: Directories –> [Your Directory] –> Content Types –> Category –> Summary. You’ll see an option for maximum characters to be displayed.
- You can also do this using CSS:
.drts-display–summary .directory-category-title span {
text-overflow: ellipsis;
width: 100px;
overflow: hidden;
display: inline-block;
}
Tag: i-needed
Can one have custom fields included in search queries?
- Yes: Directories –> [Your Directory] –> Content Types –> Listing –> Edit –> Search –> Keyword Search –> Extra Fields to Include in Search.
- Not all field types support this feature.
Can I have a default placeholder image added to the category listing pages as well when an image is not specifically associated with a given listing?
Yes. Directories –> [Your Directory] –> Content Types –> Listing –> Manage Displays –> Detailed. Enable the Display No Image image if nothing to display option.