Title: Update 2.3.7
Last modified: July 23, 2018

---

# Update 2.3.7

 *  [emiliopro](https://wordpress.org/support/users/emiliopro/)
 * (@emiliopro)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/)
 * Hi Johnathan,
 * Thanks for the great plugin.
 * I’m under the impression that the changes in class-beautiful-taxonomy-filters-
   rewrite-rules.php (2.3.7) are breaking the permalinks when filtering a second
   menu.
 * When I filter the first menu all goes smoothly but the second select menu results
   in a 404.
 * For now I reverted back to 2.3.6.
 * Good luck and thanks again,
    Emile

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/topic/update-2-3-7/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/update-2-3-7/page/2/?output_format=md)

 *  Plugin Author [Jonathandejong](https://wordpress.org/support/users/jonathandejong/)
 * (@jonathandejong)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10520167)
 * Hi Emile,
 * Yeah I’ve had some people expressing this issue (for some it seems to work fine).
   
   I’m currently rewriting the permalink rules completely. I think I’ve found a 
   solution which works stable but I’d love for someone else to test it too. Could
   you post your email so I can send you a test copy (v.2.4)?
 *  Thread Starter [emiliopro](https://wordpress.org/support/users/emiliopro/)
 * (@emiliopro)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10521490)
 * Sure!
    You can reach me at [emile@procope.nl](https://wordpress.org/support/topic/update-2-3-7/emile@procope.nl?output_format=md)
 *  [shkou](https://wordpress.org/support/users/shkou/)
 * (@shkou)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10522112)
 * Hello Jonathan,
 * I’ve got kind of the same issue:
 * I use your plugin to display a category created with “Custom Post Type UI”.
    
   Until now everything worked fine, but since the update, the filter return nothing…
 * The strange thing is that if I use the filter (in front) after a research of 
   the same “taxonomy” it display it!
 * **For example:**
 * myurl.fr/category/first/
    Return blank content
 * myurl.fr/category/first/?s=first
    Return the list!
 * Hope it will help…
 * Thanks for all!
    -  This reply was modified 7 years, 9 months ago by [shkou](https://wordpress.org/support/users/shkou/).
    -  This reply was modified 7 years, 9 months ago by [shkou](https://wordpress.org/support/users/shkou/).
    -  This reply was modified 7 years, 9 months ago by [shkou](https://wordpress.org/support/users/shkou/).
 *  Plugin Author [Jonathandejong](https://wordpress.org/support/users/jonathandejong/)
 * (@jonathandejong)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10522256)
 * [@shkou](https://wordpress.org/support/users/shkou/)
 * I’m working on a new version with a completely rewritten permalink structure.
   
   In the meantime, could you try just resaving your permalink settings and see 
   if that does it?
 *  [shkou](https://wordpress.org/support/users/shkou/)
 * (@shkou)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10522744)
 * [@jonathandejong](https://wordpress.org/support/users/jonathandejong/)
 * Just done but no changes.
 *  Thread Starter [emiliopro](https://wordpress.org/support/users/emiliopro/)
 * (@emiliopro)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10523148)
 * [@jonathandejong](https://wordpress.org/support/users/jonathandejong/) I tried
   the 2.4 beta, and it fixed my permalinks problems. On the downside: the conditional
   menu’s stopped working, Not sure if the 2 are related, tho.
    I’ll might find 
   some time later this week to do some more extensive testing on the permalinks
   issue. For now I downgraded tot 2.3.1 to the conditional menu working.
 *  Plugin Author [Jonathandejong](https://wordpress.org/support/users/jonathandejong/)
 * (@jonathandejong)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10525532)
 * @emilipro thank you for testing it!
 * I’m currently working out the bug in the conditional dropdowns.
    When I’m satisfied
   that should be stable I’ll push out 2.4 🙂
 *  Plugin Author [Jonathandejong](https://wordpress.org/support/users/jonathandejong/)
 * (@jonathandejong)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10525658)
 * Just to get some more meat on the bones.. What exactly is not working properly
   for you guys with the conditional dropdowns?
 * so far, what I’ve noticed is two things:
    1. The “All” value are being disabled.
   2. It does not take into account hierarchial terms. So a parent term is disabled
   even if children has posts in them.
 *  Thread Starter [emiliopro](https://wordpress.org/support/users/emiliopro/)
 * (@emiliopro)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10525709)
 * The conditional dropdowns didn’t work at all. When changing a value in the first
   drowndown, the spinners spin, but the second one is updated. Alle values are 
   still available and when you select a non-existing value you get redirected to
   an empty archive page (which is correct behavior of course).
 *  Plugin Author [Jonathandejong](https://wordpress.org/support/users/jonathandejong/)
 * (@jonathandejong)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10525750)
 * Hmm interesting.. not what happens to me.
    Emilio would you also be willing to
   send your complete WP DB to me for testing against? You can send it to the same
   email as before.
 * In my two test environments it works but with quirks.
 * EDIT:
    Wowsa.. I had a look now in my code and just realized I’ve hardcoded the
   db prefix (wp_).. I deserve a good ole fashion beatin! Is it possible that you
   are not using the default wp_ prefix for your DB tables?
    -  This reply was modified 7 years, 9 months ago by [Jonathandejong](https://wordpress.org/support/users/jonathandejong/).
 *  Thread Starter [emiliopro](https://wordpress.org/support/users/emiliopro/)
 * (@emiliopro)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10525782)
 * You are correct. I was testing in a multisite environment, so my prefix was wp_4_.
 *  Plugin Author [Jonathandejong](https://wordpress.org/support/users/jonathandejong/)
 * (@jonathandejong)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10526056)
 * I’ve just sent you an email with a new version to test 🙂
    Hopefully it will 
   work!
 * I’ve yet to fix the hierarchial issue but other than that I hope it works!
 *  [debsher](https://wordpress.org/support/users/debsher/)
 * (@debsher)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10528007)
 * If you need another tester I would be happy to help. My sites using BTF are no
   longer working properly. One facet search only gives first page of results, and
   more than one facet gives a 404.
 * Thanks.
 *  [xsigno](https://wordpress.org/support/users/xsigno/)
 * (@xsigno)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10529151)
 * Same to me here like [@debsher](https://wordpress.org/support/users/debsher/)
 *  Plugin Author [Jonathandejong](https://wordpress.org/support/users/jonathandejong/)
 * (@jonathandejong)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/#post-10533354)
 * Hi everyone,
 * So sorry for this issue!
    Turns out I had some code in the pipeline which wasn’t
   ready and should not have been in the new version but it sneaked it’s way in…
   I’m going to irresponsibly full on blame the fact that I’ve been stressing out
   finishing up my current projects before starting on a new job! 😉
 * I’ve just now pushed up 2.4.0 which hopefully should fix the issue for you.
    
   Since the rewrite rules are rewritten I’ve added an automatic flush of the rules
   when updating but if you still experience issues please try resaving permalink
   settings first before checking back here with a verdict on wether it worked or
   not.
 * In the meantime I will get drunk and try to forget this embarrassment!

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/topic/update-2-3-7/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/update-2-3-7/page/2/?output_format=md)

The topic ‘Update 2.3.7’ is closed to new replies.

 * ![](https://ps.w.org/beautiful-taxonomy-filters/assets/icon-256x256.png?rev=1654967)
 * [Beautiful taxonomy filters](https://wordpress.org/plugins/beautiful-taxonomy-filters/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/beautiful-taxonomy-filters/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/beautiful-taxonomy-filters/)
 * [Active Topics](https://wordpress.org/support/plugin/beautiful-taxonomy-filters/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/beautiful-taxonomy-filters/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/beautiful-taxonomy-filters/reviews/)

 * 27 replies
 * 5 participants
 * Last reply from: [shkou](https://wordpress.org/support/users/shkou/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/update-2-3-7/page/2/#post-10606024)
 * Status: not resolved