Hi Community,
can we get some support here?
We have this problem. For security reasons, we had to move on to the new version 7.13.0 LTS and here we came to a global problem that affects over 350 spaces.
All sites use
{livesearch:spaceKey=[SPACE]|size=small|placeholder=Search}
and by entering the text in the search, the complete list is shuffled with characters and becomes illegible.
I added one picture. I'm asking for help.
Best regards
Jurica Petricevic
I have had a clever CSS/JS colegue to look at the problem. He came up with this:
script>
$(document).ready(function () {
const ccHeader = document.getElementById('custom-content-header');
if (ccHeader) {
ccHeader.classList.add('wiki-content');
}
});
</script>
If you place it in Custom HTML in the "At the end of head" section your search result look normal
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.