This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Filter by category

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #22646
    travel99travel99
    Participant

    Hi
    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.

    #22666
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    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.

    #22975
    travel99travel99
    Participant

    Hello
    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 loaded

    https://fonts.googleapis.com/css?family=Open%20Sans%3A300%7COpen%20Sans%3A400%7COpen%20Sans%3A700%7CLato%3A300%7CLato%3A400%7CLato%3A700&subset=

    https://gtmetrix.com/reports/softsaaz.ir/2GRexAeX

    #22988
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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.

    #24035
    travel99travel99
    Participant

    Hi
    Why have previous tickets been deleted?
    I wanted to use it again but they were cleared

    #24038
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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.

    #24980
    travel99travel99
    Participant

    Hi
    You already gave me the following code that put the categories together. Please help with new update disabled

    div.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);
    }

    #24984
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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);
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Filter by category’ is closed to new replies.