Urgent support required: Unable to create the filter as i want

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Urgent support required: Unable to create the filter as i want

This topic contains 23 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 9 months ago.

Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • #42732
    Rehan.Webhelp
    Rehan.Webhelp
    Participant

    the plugin layout is way too dificult, and very confusing,
    any how not here to give my reviews, i’m here cuz i have purchase the plugin and now i can’t get what i want, i want to design a page like: https://maxwellstampltd.com/pds/ but unfortunately i’m not able to do it. i taught your plugin will be helpful for me to create such a page but as a developer you understand this plugin more than me so it is requested to create a one for me or give me a instruction video,so i can easily generate it by myself

    #42745
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    Thank you for the details, it helps a lot!

    The filter criteria strongly depends on how the desired information is stored. You probably want to use either taxonomy term and custom field filters. Those are the two ways post type data is stored.

    To get something similar to that, I would recommend the following steps:
    – Choosing any vertical theme to get the results one below the other
    – Then making the filters layout block and also visible
    – Then creating the desired filters, check the taxonomy terms and custom field filters
    – To display results initially, you can also enable the auto populate feature
    – Using the search and the search results shortcodes – you can use them in your block editor so the search shortcode is on the left, the results on the right side

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #42759
    Rehan.Webhelp
    Rehan.Webhelp
    Participant

    other than these theme and block recommendation, can you provide me a video of how can i design it? it’d be very useful

    #42764
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    The settings block design is inherent from your current theme. The labels, dropdows etc.. are inherited from the theme. If you need to change anything specific let me know and I can suggest custom CSS to try to override that.

    For the results container you can use the setttings under the Vertical Results panel as well as the typography options.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #42811
    Rehan.Webhelp
    Rehan.Webhelp
    Participant

    as i told i need to design a filter just like the refference website

    #42819
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    I understand. For very specific designs it is always the best to use some custom CSS. It’s super simple and will remain effective even after updates. Let me know if there is any specific styling you want to change, I can very likely suggest some code (to change colors, paddings etc..).

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #42828
    Rehan.Webhelp
    Rehan.Webhelp
    Participant

    https://momentumgroupinc.com/projects/
    it is always showing no reult and also give me a beautiful css for this

    #42829
    Rehan.Webhelp
    Rehan.Webhelp
    Participant

    YOU HAVE THE LOGINS KINDLY MAKE THE CHANGES REQUIRED,
    THANKFUL 🙂

    #42836
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Okay, I will try to help. I have applied some custom CSS, now after clearing your browser cache you should see this layout. It is a copy of the reference.

    The custom CSS I used is this:

    select.asp_nochosen.asp_noselect2 {
        border: 1px solid rgb(63, 63, 63, 0.2) !important;
        background: white !important;
        color: 2d3a7e !important;
    }
    
    .asp_filter_tax legend {
        text-transform: uppercase !important;
        font-size: 20px !important;
        color: #2d3a7e !important;
    }
    
    .asp_select2-selection {
        border: 1px solid rgb(63, 63, 63, 0.2) !important;
    }
    
    /* The Container */
    .asp_select2-selection,
    span[class*=asp_select2-selection],
    .asp_select2-search__field,
    .asp_select2-search__field::placeholder {
        background: white !important;
        color: 2d3a7e !important;
        
    }
    
    /* The selection */
    .asp_s span.asp_select2-container--flat ul li.asp_select2-selection__choice,
    .asp_sb span.asp_select2-container--flat ul li.asp_select2-selection__choice {
        color: #262626;
        background-color: #ffffff !important;
        border: 1px solid #e6e6e6 !important;
    }
    
    /* Drop down general */
    span.asp_select2-container--open .asp_select2-dropdown--below,
    span.asp_select2-container--open .asp_select2-dropdown--above {
        background: #ffffff;
        color:#262626;
    }
    
    /* Drop down selected values */
    span.asp_select2-container--flat .asp_select2-results__option[aria-selected=true] {
        background: #ffffff;
        color: #262626;
    }
    
    /* Drop down hovered selection */
    span.asp_select2-container--flat .asp_select2-results__option--highlighted[aria-selected] {
        background: #ffffff !important;
        color: #262626;
    } 
    
    div.asp_w .asp_select2-container--flat .asp_select2-selection--single {
        height: 36px !important;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #42838
    Rehan.Webhelp
    Rehan.Webhelp
    Participant

    Remove the word “filter by” just use suffix
    Thankioooo sooo much đź’–

    #42844
    Rehan.Webhelp
    Rehan.Webhelp
    Participant

    i have removeed the prefix now everything is fine, thanks 🙂

    #42845
    Rehan.Webhelp
    Rehan.Webhelp
    Participant
    #42847
    Rehan.Webhelp
    Rehan.Webhelp
    Participant

    also there is thing that all the filters should be synced, like id i choose any: in my case let say i choose year 2010, all the other fields’s value should be updated in realtime so for this> in my case all the filter value should be relating year 2010. kinldy make this configuration

    Thankful:)

    #42885
    Rehan.Webhelp
    Rehan.Webhelp
    Participant

    kindly add pagination over the post as in the reference website please, {Status: urgent}

    #42890
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    also there is thing that all the filters should be synced, like id i choose any: in my case let say i choose year 2010, all the other fields’s value should be updated in realtime so for this> in my case all the filter value should be relating year 2010. kinldy make this configuration

    That is unfortunately not possible yet.

    kindly add pagination over the post as in the reference website please

    Check the Elementor Posts widget settings, there is an option to show the pagination there. You may have to ask their support where exactly, but I believe it’s on the Posts Widget settings on the Page editor.

    kindly sort the number decendings in the filter

    I have changed the years order manually here.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 15 posts - 1 through 15 (of 24 total)

You must be logged in to reply to this topic.