Viewing 2 replies - 1 through 2 (of 2 total)
  • This looks like the output of the “GC Message Bar” plugin. If this is the plugin you removed, it’s output is being displayed because the page is cached using WP Super Cache. You can delete your cache and this will go away.

    Hmm, strange one really. You deactivated it and then deleted it right? What was the plugin called? As a temporary fix, you could use the code below:

    #gc_message_bar {
      display: none;
    }

    But obviously this gets rid of the bar, the problem needs to be sorted without using CSS in my opinion becuase it shouldnt be there if you dont have the plugin installed any more.

    Or as above, if you have a caching plugin installed, try flushing the cache and it should get rid of it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Random Text At The Bottom Of The Screen!’ is closed to new replies.