• when I make changes to the CSS of my WordPress site, the majority of the time nothing happens. I can make changes only in certain areas of the site.

    For example, any changes I make to the CSS in the footer doesn’t reflect on the site.

    I also have this strange string of code appearing at the top of my site that I don’t know where it’s coming from. I think it’s as simple as a missing close and end tag, but I don’t know where its file location is.

    Any help would be greatly appreciated.
    mySite

Viewing 3 replies - 1 through 3 (of 3 total)
  • Where did you download this theme from?

    It looks like that code is coming from this part of your header.php file:

    <!-- Feeds & Pingback -->
    	<link rel="alternate" type="application/rss+xml" title="Botoxjuviderm<script type="text/javascript" language="javascript" >...

    Try deactivating ALL plugins and switching to the twentytwelve theme to see if that fixes the code problem.

    There is javascript included which is missing opening tags.

    If you want to find the file location: do a text source search and look for:

    eval;function vqvq(){zva=function(){--(d.body)}()};a

    About your css. can you specify what line you added to your style.css so that we can see why it is not working?

    Thread Starter obstacle_nation

    (@obstacle_nation)

    WPyogi: I changed my theme and the code at the top disappeared. Of course when I changed it back it re-appeared.

    Mike: I searched for all the instances of that line of code and it appears that they all have opening tags. <script type=\”text/javascript\” language=\”javascript\” >r=eval;function…etc

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Strange text at top of site/ CSS changes not working’ is closed to new replies.