How can I get this module to work with exposed blocks in drupal 7?
What issue are you having? It's worked fine for me on exposed filter blocks. What did you enter as your form ID?
I entered - edit-search-api-views-fulltext, but see no changes.
Use the id of the "form" element.
So in HTML, find something like that: <form id="views-exposed-form-solr-lists-page-5" method="get"
<form id="views-exposed-form-solr-lists-page-5" method="get"
So, the id should be: views-exposed-form-solr-lists-page-5
Comments
Comment #1
JGonzalez commentedWhat issue are you having? It's worked fine for me on exposed filter blocks. What did you enter as your form ID?
Comment #2
BeaPower commentedI entered - edit-search-api-views-fulltext, but see no changes.
Comment #3
Sinan Erdem commentedUse the id of the "form" element.
So in HTML, find something like that:
<form id="views-exposed-form-solr-lists-page-5" method="get"So, the id should be:
views-exposed-form-solr-lists-page-5