Reply To: Dropdown filter style problems

#11429
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

Sorry for the late response, I didn’t get to answer more tickets before the new years.

I’ve tried to open the provided url, but I’m getting redirected to a localhost IP. It the URL changed or the site moved, or if I need to add a host IP to my hosts file, let me know.

1. Probably a simple CSS conflict, from what I can see the shadow is missing from the scrollbar. It’s hard to tell, but perhaps you should try something like:

div.ajaxsearchpro[id*='ajaxsearchpro'] .mCSBap_dragger_bar {
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5) !important;
}

..or the same rule as you had, but with an !important tag:

.ajaxsearchpro .mCSBap_scrollTools .mCSBap_dragger .mCSBap_dragger_bar {
    background-color: #455555 !important;
}

If however the conflicting CSS overwrites it with a different !important value, then these might not do anything at all. In that case more specific rules must be made, but I will have to see it in order to be able to tell.

2. I will have to see it unfortunately.

3. If you use the masonry layout for the fieldsets, then the masonry script usually orders them for the best fit. However the html output is ordered based on how the fields are ordered on the taxonomy terms menu: https://i.imgur.com/sTRscAC.png

Best,
Ernest Marcinko

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