Thread Starter
ben303
(@ben303)
OK. figured out the issue.
Your documentation states that a ‘hack’ must be applied to the functions.php
add_filter( ‘the_content’, ‘wpautop’, 20 );
I must ask – why do other columns plugins not need this hack?
OK I managed to figure it out.
If you put the facets search widget into a post or page, and there is space for columns, this code will do it.
Just replace the last 3 lines of ‘faceted-search.css’ with this:
li.facetedsearch_li {
vertical-align:top;
margin-right:20px;
display:inline-block;
list-style:none !important;
}
SOLVED!!!!
Hi rolandd3124,
did you manage to get this working in columns?
I would love to know the modified code if you have it
cheers
Ben
yes I can confirm the same. Once this plugin is enabled, wordpress is broken.
Widgets in the admin area are not able to be dragged and dropped, thus breaking wordpress functionality