Please move this in theme template headerinclude from top to bottom of that template
Also remove this from headerinclude template:
Also search in headerinclude template for:
and insert after that line:
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function($){
$(".forumbit_subforums").each(function () {
if($(this).length){
$(this).parents(".rowbit").find("a[data-subforum]").addClass("smalltext").attr("data-subforum", "true");
}
});
});
</script>
Also remove this from headerinclude template:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
Also search in headerinclude template for:
var cookiePrefix = "";
and insert after that line:
var cookieSecureFlag = "0";