Title: Forfatterfruen's Replies | WordPress.org

---

# Forfatterfruen

  [  ](https://wordpress.org/support/users/forfatterfruen/)

 *   [Profile](https://wordpress.org/support/users/forfatterfruen/)
 *   [Topics Started](https://wordpress.org/support/users/forfatterfruen/topics/)
 *   [Replies Created](https://wordpress.org/support/users/forfatterfruen/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/forfatterfruen/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/forfatterfruen/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/forfatterfruen/engagements/)
 *   [Favorites](https://wordpress.org/support/users/forfatterfruen/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Not possible to comment](https://wordpress.org/support/topic/not-possible-to-comment-1/)
 *  Thread Starter [Forfatterfruen](https://wordpress.org/support/users/forfatterfruen/)
 * (@forfatterfruen)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/not-possible-to-comment-1/#post-5007933)
 * Thanks – seems all I needed was a new theme, and that was about time anyway;)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to make my header come back and be clickable to get home](https://wordpress.org/support/topic/how-to-make-my-header-come-back-and-be-clickable-to-get-home/)
 *  Thread Starter [Forfatterfruen](https://wordpress.org/support/users/forfatterfruen/)
 * (@forfatterfruen)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/how-to-make-my-header-come-back-and-be-clickable-to-get-home/#post-3918534)
 * [http://forfatterfruen.priv.no/](http://forfatterfruen.priv.no/)
 * Now the header’s back (re-installed the theme), but it’s still not clickable.
   Every time I try to fix it, I mess something up… 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tried all previous tips, but my clickable header is just refreshing…](https://wordpress.org/support/topic/tried-all-previous-tips-but-my-clickable-header-is-just-refreshing/)
 *  Thread Starter [Forfatterfruen](https://wordpress.org/support/users/forfatterfruen/)
 * (@forfatterfruen)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/tried-all-previous-tips-but-my-clickable-header-is-just-refreshing/#post-3737516)
 * I’m sorry, I didn’t get that.. :/ My codingskills are quite low, I’m afraid.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Tried all previous tips, but my clickable header is just refreshing…](https://wordpress.org/support/topic/tried-all-previous-tips-but-my-clickable-header-is-just-refreshing/)
 *  Thread Starter [Forfatterfruen](https://wordpress.org/support/users/forfatterfruen/)
 * (@forfatterfruen)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/tried-all-previous-tips-but-my-clickable-header-is-just-refreshing/#post-3737508)
 * I’m using picolight version 1.1.13
 * The code from my header.php currently looks like this:
 *     ```
       <div id="header">
       	<h1><a href="http://forfatterfruen.priv.no"></a><a>" rel="home"></h1>
       		<p class="description"><?php bloginfo('description'); ?></p>
       		<img id="headerimage" src="<?php header_image(); ?>" alt="" /></a>
       		<div id="mainnav">
       		<?php wp_nav_menu(array('theme_location' => 'primary')); ?>
       		</div>
       ```
   
 * _[Please post code & markup between backticks or use the code button. Your posted
   code may now have been permanently damaged by the forum’s parser.]_
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Both my admin and site are gone](https://wordpress.org/support/topic/both-my-admin-and-site-are-gone/)
 *  Thread Starter [Forfatterfruen](https://wordpress.org/support/users/forfatterfruen/)
 * (@forfatterfruen)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/both-my-admin-and-site-are-gone/#post-3731498)
 * My hosting provider fixed it:)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Both my admin and site are gone](https://wordpress.org/support/topic/both-my-admin-and-site-are-gone/)
 *  Thread Starter [Forfatterfruen](https://wordpress.org/support/users/forfatterfruen/)
 * (@forfatterfruen)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/both-my-admin-and-site-are-gone/#post-3731389)
 * Hm, didn’t manage to work it out.. But I’m trying to get help from my hosting
   provider now.
 * Anythinh else you would recommend?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Theme: Picolight – Disappearing background](https://wordpress.org/support/topic/theme-picolight-disappearing-background/)
 *  Thread Starter [Forfatterfruen](https://wordpress.org/support/users/forfatterfruen/)
 * (@forfatterfruen)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/theme-picolight-disappearing-background/#post-3614459)
 * Thanks a lot!
 * This is what comes up, but I can’t seem to find the code in the editor… Any thoughts?
 * Document type does not allow element X here
 * The element named above was found in a context where it is not allowed. This 
   could mean that you have incorrectly nested elements — such as a “style” element
   in the “body” section instead of inside “head” — or two elements that overlap(
   which is not allowed).
 * One common cause for this error is the use of XHTML syntax in HTML documents.
   Due to HTML’s rules of implicitly closed elements, this error can create cascading
   effects. For instance, using XHTML’s “self-closing” tags for “meta” and “link”
   in the “head” section of a HTML document may cause the parser to infer the end
   of the “head” section and the beginning of the “body” section (where “link” and“
   meta” are not allowed; hence the reported error).
 *  Line 15, column 42: document type does not allow element “body” here
 *  <body class=”home blog custom-background”>

Viewing 7 replies - 1 through 7 (of 7 total)