Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Filter by category
- This topic has 7 replies, 2 voices, and was last updated 6 years, 5 months ago by
Ernest Marcinko.
-
AuthorPosts
-
May 14, 2019 at 9:33 pm #22646
travel99
ParticipantHi
I have a few questions about the filter category .
1- How to change the text color and the button for this part.
2 – How can this filter be placed in the center of the search box, under the search box.
3. There is a problem that when the filter is based on the category and ticking no category is selected, but the result appears Why?Whenever a tick is categorized, the results are seen from other categories as a result.
I even disabled the option Show Posts / CPM with empty (missing) taxonomy terms, but the problem was not resolved.
Another problem I have is that I changed the font of all the sections to Theme & Styling to custom fonts, but Google fonts are still loaded.
Plugin Settings When the rtl site is completely spoiled, please check it out because it’s not easy to set up the plugin.
May 15, 2019 at 12:24 pm #22666Ernest Marcinko
KeymasterHi!
1. The colors in the block layout are inherited from the theme, but you can change the text colors by using this custom CSS.
.asp_option_label { color: red !important; }..and for the legend header:
.asp_sb legend { color: blue !important; }2. To force it to the center, use this custom CSS, it should do the trick:
.asp_sb form.asp-fss-column { text-align: center !important; }3. In this case, try changing the checkbox logic as following: https://i.imgur.com/t0HtcMb.png
You can also try the other option value, to see which one gives you the best expected results.I will make sure to re-test the plugin back-end on RTL layout to make it much easier to configure, thank you very much for letting me know.
May 31, 2019 at 12:26 pm #22975travel99
ParticipantHello
Thanks, but the filter opened did not match the category correctly.Failed to answer the font.
I have now all the fonts in the panel changed, but the google font is still loadedJune 3, 2019 at 8:51 am #22988Ernest Marcinko
KeymasterHi,
For the fonts, try enabling this option here: https://i.imgur.com/oreB3nJ.png
That will force unload all google fonts that may be related to the search in any way.Can you please tell which of the category checkboxes does not work, and which results should not be there? I will check why exactly.
September 18, 2019 at 2:41 pm #24035travel99
ParticipantHi
Why have previous tickets been deleted?
I wanted to use it again but they were clearedSeptember 18, 2019 at 2:57 pm #24038Ernest Marcinko
KeymasterHi,
There was a major server issue at our server provider, that left us with a very old back-up. Tickets, user information, basically ever new data from around mind-july to mid/end-august were completely lost unfortunately.
December 10, 2019 at 10:26 am #24980travel99
ParticipantHi
You already gave me the following code that put the categories together. Please help with new update disableddiv.asp_w.asp_sb fieldset {
width: 100% !important;
max-width: 100% !important;
}div.asp_w.asp_sb fieldset .asp_option_cat {
float: left!important;
}div.asp_w.asp_sb fieldset .asp_option_label {
width: 100% !important;
}div.asp_sb.asp_sb_1.searchsettings .asp_option_inner label {
background-image: linear-gradient(180deg, #5da6e6, #10b2ff);
}December 10, 2019 at 11:23 am #24984Ernest Marcinko
KeymasterHi,
Try this variation:
.asp_sb { max-width: none !important; } .asp_sb form { height: auto !important; } .asp_sb fieldset { min-width: 100% !important; flex: 1 1 0 !important; position: static !important; } .asp_sb fieldset.asp_filter_tax { flex: 1 1 auto !important; } .asp_filter_tax, .asp_filter_tax .asp_simplebar-content { display: flex !important; flex-wrap: wrap; } div.asp_sb.asp_sb_1.searchsettings .asp_option_inner label { background-image: linear-gradient(180deg, #5da6e6, #10b2ff); } -
AuthorPosts
- The topic ‘Filter by category’ is closed to new replies.