Support » Fixing WordPress » h4 class widget title – not showing, it has a broken image instead of text

  • After switching to “pretty” permalinks, my footer area is showing broken images where widget titles should be…

    The offending script:
    <h4 class=”widgettitle”><img src=”http://myurl.com/images/false/RESOURCES.png&#8221; alt=” ” title=” “></h4>

    The appropriate script from another install:
    <h4 class=”widgettitle”>Resources</h4>

    How/Where do I edit this code to correct the following error:
    Resource interpreted as image but transferred with MIME type text/html.

    Apparently, switching to ‘pretty links’ threw a bug in my code.

    Thanks in advance for your help!

Viewing 1 replies (of 1 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the Twenty Ten theme to rule out any theme-specific problems.

Viewing 1 replies (of 1 total)
  • The topic ‘h4 class widget title – not showing, it has a broken image instead of text’ is closed to new replies.