There is still a bug in the template regarding the Joomla standard search. The template overrides the bugfix of Joomla 3.7.4; therefore the highlight-tags are shown in the search results like:
<span class="highlight">Windkraft</span>: Streit zwischen Land und Gemeinde (08.11.2018) ...
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
<span class="highlight">Windkraft</span>: Streit zwischen Land und Gemeinde (08.11.2018) ...
I found out how to fix it:
In Template /html/com_search/default_research.php:
<?php echo $this->escape($result->title);?>
</a>
<?php else:?>
<?php echo $this->escape($result->title);?>
shorten to:
<?php echo $result->title;?>
</a>
<?php else:?>
<?php echo $result->title;?>
But after that there is no highlighting at all.
Its like: https://forum.joomla.org/viewtopic.php?t=953196
Could you please offer a bugfix?
Best regards
giselaantony
In the style.custom.css file please add the following class:
.highlight
{
color: #6aa2ca;
font-weight: bold;
}
Regards, AS Team.
do you plan a version for Joomla 4.x?
Thanks and best regards,
Gila
Yes, we are working on the new version, it will take time.
Regards, AS Team.