Home » Topic » Technical and configuration issues » Technical issues » Facet display site title above it
Hello we are getting the site title and link above the facet filter widget. That text is plain text and can’t be targeted by css so that we can hide it.
What link is it?
<li id=”wpsolr_widget_facets-7″ class=”widget-container widget_wpsolr_widget_facets”>linktosite.com | Site title
Is it still there if you deactivate the widget?
no it disappears and it doesn’t reappear if i use any other widget on the same location
The text and WPSOLR widget are inside a <ul class="xoxo">
<ul class="xoxo">
I found in bbPress code:
<ul class="xoxo"> <?php dynamic_sidebar( 'first-footer-widget-area' ); ?> </ul>
or: https://en.wikipedia.org/wiki/XOXO_(microformat)#:~:text=%3Cul%20class%3D%22xoxo%22,as%20containers%20for%20outline%20items.
We found xoxo class is used by our template. Is there any workaround to fix this?
This problem appears even in search suggestion where there is no xoxo class
https://drive.google.com/file/d/1bdJ7lAY_dNNRX6SgClAkEijDGt1F5chy/view?usp=sharing
Try to deactivate other plugins, or/and switch to another theme.
You must be logged in to reply to this topic.