Auto-hide title | Bypass the use of CSS code to hide the title |
Title | The HTML tags or classes that wrap the title Example .item-page .page-header:first-of-type Example .items-leading .page-header:first-child Example .items-row .page-header:first-child |
Information | The HTML tags or classes that wrap the information details Example .article-info |
Links | The HTML tags or classes that wrap the links A, B and C Example .content-links |
Images | The HTML tags or classes that wrap the intro and full images Example .item-page .item-image Example .items-leading .item-image Example .items-row .item-image |
Auto-hide tags | Bypass the use of CSS code to hide the tags |
Tags | The HTML tags or classes that wrap the tags Example .item-page .tags Example .items-leading .tags Example .items-row .tags |
Icons | The HTML tags or classes that wrap the icons Example .icons |
Custom fields | Joomla 3.7+ The HTML tags or classes that wrap the custom fields Example .fields-container |
Auto-hide rating | Bypass the need to disable the rating plugin, therefore allowing its use in parts of the site where Article Details is not used |
.item-page
represents the article and is found in the actual article page
.items-leading
are found in the categories/blog pages (representing the leading articles)
.items-row
are found in the categories/blog pages (representing the remaining articles)
The plugin does not remove original html tags from the pages, it only adds its own information to those pages, therefore original HTML needs to be removed through CSS separately (since no template is alike and views can be overridden)