- Issue created by @effortDee
- Status changed to Postponed: needs info
9 months ago 9:27am 26 March 2024 - 🇧🇪Belgium mschudders
Well you need to fill in javascript selectors on the settings page. I think by default there are "defaults/placeholders" filled in at the settings page?
The selectors specify a certain element on for example the search page.Sorting for example: You need to write a javascript selector that targets this element, for example a "select" element.
Does this help you?
- 🇳🇱Netherlands Tr4nzNRG
I noticed a missing comma on the prefilled settings. In my case .view-exposed-form wasn't working.
.overview--search .views-exposed-form, #police-search-form-popup
Should be:
.overview--search, .views-exposed-form, #police-search-form-popup
- 🇧🇪Belgium mschudders
.overview--search, .views-exposed-form, #police-search-form-popup
In your use case you safely remove #police-search-form-popup I guess. This has been in there for no reason. Will remove it ;-)
.overview--search, .views-exposed-form
And the probably the selector "overview--search" won't be there for you as well, I think.
- 🇧🇪Belgium mschudders
closing ticket since I cleaned up the defaults in the form and this is resolved.
- Status changed to Fixed
4 months ago 6:35am 21 August 2024