Forfatterfruen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Not possible to commentThanks – seems all I needed was a new theme, and that was about time anyway;)
Forum: Fixing WordPress
In reply to: How to make my header come back and be clickable to get homehttp://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
In reply to: Tried all previous tips, but my clickable header is just refreshing…I’m sorry, I didn’t get that.. :/ My codingskills are quite low, I’m afraid.
Forum: Fixing WordPress
In reply to: Tried all previous tips, but my clickable header is just refreshing…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
In reply to: Both my admin and site are goneMy hosting provider fixed it:)
Forum: Fixing WordPress
In reply to: Both my admin and site are goneHm, 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
In reply to: Theme: Picolight – Disappearing backgroundThanks 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”>