I found a solution.
A few days ago I made a modification based on this topic, because I also had the same problem. However, this was only a half-solution.
You also have to change tower\portfolio.php line 45.
Find
li class="other filter" data-filter=".<?php echo esc_attr($cat->slug)
Replace
li class="other filter" data-filter=".<?php echo esc_attr($cat->name)
Well, it was perfect. then i realized my category filter isn’t working anymore.
Any idea?