This is being added in 1.2
Tag: page-16
Is it possible to set a max length for the category title on the directory display page?
- 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;
}
How can I make it so that the directory display doesn’t show the sub-categories?
You’ll need to edit the Summary Display for Categories: Directories –> [Your Directory] –> Content Types –> Category –> Summary. You can delete the Child Terms Display Element from here.
How can I have breadcrumbs for my directory?
- If using WooCommerce, one can use the native WooCommerce breadcrumb feature.
- You can also use Yoast SEO or Breadcrumb NavXT to provide breadcrumbs, and these support including taxonomies in breadcrumbs.
When I try to update the Directories Pro plugin to the latest version I get a message “Updated Failed: update package not available.”
Sabai Apps has made some changes that hopefully eliminate this problem.
Will x plugin work with Directories Pro?
Most plugins, especially if they have shortcodes, can be used with Directories Pro. When using shortcodes, place them into a Text Display Element.