Forums › Forums › Search & Filter Pro › Javascript error and resulting posts not linking
- This topic has 11 replies, 2 voices, and was last updated 6 years, 6 months ago by
Trevor.
-
Anonymous(Private) September 24, 2019 at 12:48 pm #221745
Hi there, I am having some issues in Divi. I have the filter working somewhat fine with a custom post taxonomy and using a blog CPT plugin called Divi Filterable Blog Module. When I click on a category select box I get a jquery error in the console:
“Uncaught Error: Syntax error, unrecognized expression: select[name=_sft_postcode[]] option:selected”
The posts are successfully filtered, however, but if I go to click on the post the link doesn’t work (even though I can see the anchor link clearly in the html)… Any thoughts? I can provide a link privately.Trevor(Private) September 25, 2019 at 11:50 am #221863If I understand you correctly, you want to use the search text box to look inside a custom taxonomy.
The Search & Filter Pro Text Search field uses the standard WordPress search, so looks only in the Post Title AND Content. To help you control this better, on the form’s Advanced settings tab you will see 2 settings for Relevanssi.
The documentation for this is here:
https://www.designsandcode.com/documentation/search-filter-pro/3rd-party/relevanssi/
You would need to install and activate the free Relevanssi plugin as well.
Then set Relevanssi up to ONLY look at that taxonomy and build its index.
-
AuthorPosts