Header CSS in view source but not in header.php
-
phdfinancialllc.com
I tried installing a jquery accordion widget the hard way (now I realize there is a plugin for this already) and in the process installed the required js and css files from the jquery website onto my server.
I had some immediate compatibility issues and removed the files, but still sometimes when I load a page it seems to refer to an incorrect css file at first, and then corrects itself. What I mean to say is, for a split second the format of the page is completely wrong, and then it quickly looks right. When I “viewed source” in Chrome I noticed a jquery css file in my header that I don’t believe I need or want, and I would wager it is the cause of this issue.
Strangely, when I look in my header.php file, that css link is not there. If this is the cause of my issues, how do I delete it (ergo, where do I find it in my source files?)
This is the code:
<link rel='stylesheet' id='ccf-jquery-ui-css' href='//ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/smoothness/jquery-ui.css?ver=4.2.2' type='text/css' media='all' />Thanks
The topic ‘Header CSS in view source but not in header.php’ is closed to new replies.