kinui
Hi
Again same problem
can you add the suggestion i shared http://prntscr.com/1x2ppgg
var arrTab = jQuery.cookie(jQuery('.ja-mg-sidebar').data('mgfilter')).split(',');
jQuery('dt.filter-options-title').each(function(){
if (arrTab == "true") {
jQuery(this).addClass('collapsed');
jQuery(this).next().slideUp();
}
});
You need to clear Joomla, browser and server cache as well to see this change.