: Missing Files : queslett March 06, 2014, 01:51:33 AM I run a diagnostics check on all my websites and find i have missing files in each of them all very similar to this
font-awesome-ie7.min.css is this a joomla missing file or a template missing file? I uploaded site shaper and can this be just eliminated by one commenting out and if so where do i look or where do i find this file? smiles many thanks for your help www.wellspotted.co.uk (http://www.wellspotted.co.uk) : Re: Missing Files : mikek March 06, 2014, 08:43:12 AM Hello,
I see the problem, open vertex/css_and_js.php and find: <link rel="stylesheet" href="<?php echo $s5_directory_path ?>/css/font-awesome-ie7.min.css"> And change it to: <link rel="stylesheet" href="<?php echo $s5_directory_path ?>/css/font-awesome/font-awesome-ie7.min.css"> |