I noticed that when I filter my content and it reloads with AJAX, the styles stop being applied to the sorting drop down field. I was able to get some of this restored, but the background color while hovering still won't work. The short term solution is probably to disable AJAX filtering.
I can see the following Javascript error is shown with the browser's console:
Uncaught TypeError: $ is not a function
Can you please share access details so I can check whats going wrong with your setup.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
Now, the thing is that when you load the page: hidden link
- The dropdown select box styles for your sorting filters applied from your silent theme setting as you can see with the following screenshot: hidden link
That is why when you filter with ajax those styles are not available as those styles are set from your theme setting.
The only way to resolve is that you need to ask your theme author how to hook that setting style while using ajax or you will require to switch your view setting to search with page refresh.
Now, the thing is that when you load the page: hidden link
- The dropdown select box styles for your sorting filters applied from your silent theme setting as you can see with the following screenshot: hidden link
That is why when you filter with ajax those styles are not available as those styles are set from your theme setting.
The only way to resolve is that you need to ask your theme author how to hook that setting style while using ajax or you will require to switch your view setting to search with page refresh.