Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

map-pin The title of the article shows twice

More
10 years 5 months ago - 10 years 5 months ago #3395 by admin
The plugin is set up to work with standard Joomla! content. As such, it will try and hide the default article title (which happens to be the first h2 tag).

However, some templates override the default output and may use other means to represent the title, which the plugin cannot be aware of. Or simply, a suffix was added to the parent classes of that title.

Removing this extra title will have to be tailored to your situation thanks to CSS.

Such CSS modifications can be added to the 'CSS overrides' parameter in the advanced options tab of the plugin. For instance:
.title {display: none;}
You can see how the plugin handles titles by opening the file
plugins/content/articledetails/styles/styles.css.php
to the section 'standard Joomla! templates overrides'

There is no 100% full proof solution to this problem.

Olivier.
Last edit: 10 years 5 months ago by admin.

Please Log in or Create an account to join the conversation.