Content not shown in Micro Content on Search results page
Posted: Fri Jul 01, 2022 7:43 am
Hi everyone,
I've created Micro Content with phrases and a response, containing text, links, and an image.
In the HTML Target, under Featured Snippets, the filter has been set to 'All micro content files', with max 3.
After building and viewing the output, and searching for one of the phrases, the Micro Content outline is shown (box with arrow icon to expand), but the actual content (response) is not shown.
When looking in developer tools under styles, I notice that there's a class that contains 'display:none', which looks like this :
.micro-response1674211337 {
display: none;
}
If I remove this line, it becomes visible.
I don't understand where this 'display: none' is coming from though, as 'Response' (+ everything else too) in the Search Results skin has been set to 'display: block'.
It shows that it's set in a specific 'micro-response1674211337.css' file.
(there's also nothing in our general css file that causes the issue)
Can anyone tell me where this is coming from, and how this can be adapted?
I've created Micro Content with phrases and a response, containing text, links, and an image.
In the HTML Target, under Featured Snippets, the filter has been set to 'All micro content files', with max 3.
After building and viewing the output, and searching for one of the phrases, the Micro Content outline is shown (box with arrow icon to expand), but the actual content (response) is not shown.
When looking in developer tools under styles, I notice that there's a class that contains 'display:none', which looks like this :
.micro-response1674211337 {
display: none;
}
If I remove this line, it becomes visible.
I don't understand where this 'display: none' is coming from though, as 'Response' (+ everything else too) in the Search Results skin has been set to 'display: block'.
It shows that it's set in a specific 'micro-response1674211337.css' file.
(there's also nothing in our general css file that causes the issue)
Can anyone tell me where this is coming from, and how this can be adapted?