This topic contains 2 replies, has 2 voices, and was last updated by Jelk 7 years, 8 months ago.
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Checkbox unticked when selected
This topic contains 2 replies, has 2 voices, and was last updated by Jelk 7 years, 8 months ago.
Hi again,
I am getting there… but have a question.
The search form has chekboxes then when hovering show a grey tick and on-click it gets all black and do not show what filters/checkboxes are active. What have I done wrong now?
Link to search page: http://www.utbud.danscentrumstockholm.se/sok-dans/
All the best!
Håkan Jelk
Hi!
It looks like the output of the checkboxes is altered, and additional line breaks are present between them, which causes this visual bug. It might be from a custom filter from another plugin or the theme, it’s nearly impossible to tell.
Instead of investigating, I rather recommend a much simpler solution. Just use this custom CSS:
.option input[type=checkbox]:checked ~ label:after {
opacity: 1 !important;
}
That should do the trick.
Best,Great! This works.
Thanks again.
/Håkan
You must be logged in to reply to this topic.
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |