Шаблон 7.2 вопросы

В доп js - javascript выполняемый, добавьте

$("#filter_f42 .fb_label_flex").each(function( index ) {
  $(this).attr('title', $(this).find('.fb_label_link').text() + " ("+$(this).find('.filter_count').text()+")");
});

После

$(function($){