Forums › Forums › Search & Filter Pro › Submit and Reset buttons are gray? No text?
Tagged: A-Z
- This topic has 11 replies, 1 voice, and was last updated 4 years, 4 months ago by
Anonymous.
-
Trevor(Private) October 16, 2019 at 11:17 am #223765
To answer the second question first, it is Elementor and Post Grid that handle the ‘No Results’ logic, and they cannot do that, sorry.
To the buttons. There is some CSS making the text color transparent, but I cannot see where it is coming from. You will need to add some custom CSS in the Theme Customizer, like this:
.searchandfilter input[type=submit] { color: #333; }
I think that the Ajax Container, currently set to
#main
is wrong.Are you trying to make an alphabet (a-z) selection? There are ways to make this so you have only the letter tiles.
Anonymous(Private) October 17, 2019 at 4:30 am #223869Hi Trevor,
Thanks for getting back to me. Answer to second question is a bummer but ok!
I’m not familiar with how to handle ajax container. I am creating a filter and pulling the information from a CPT. These custom posts will be in Category A to Z depending on name. The CPT should have it’s archive active. What should the Ajax Container be? Should there be anything checked or unchecked in the General or Display Results settings?
For the tiles; if you’re talking about making the checkboxes more visually appealing I’d love to know more information!
Thanks!
Trevor(Private) October 17, 2019 at 7:03 am #223876I was thinking of something like this CSS:
.searchandfilter .sf-field-category input { display: none; } .searchandfilter .sf-field-category label { text-align: center; width: 50px; line-height: 42px; border: 1px solid #666; color: #666; border-radius: 3px; padding: 3px !important; text-indent: 0; } .searchandfilter .sf-field-category > ul > li.sf-option-active label { color: #fff; background: #666; } .searchandfilter .sf-field-category > ul > li { display: inline-block; margin-right: 10px; } .searchandfilter .sf-field-category label:hover { cursor: pointer; } #main-content .searchandfilter .sf-field-category > ul > li { margin-left: 0 !important; }
Trevor(Private) October 21, 2019 at 7:09 pm #224279I don’t see it on this page:
https://tpz.wkn.mybluehost.me/
I can’t see the CSS I gave you either, or are you working on a development page/site?
-
AuthorPosts