Hello,
Can someone help me? I have tried to contact wordpress directly and I read I am to come here and try to get help so here I am.
My website is brooklyngirlz718.com Can anyone look at it the page for me ?
For a week straight I have been trying to add a picture to the idesign ecophoto template's I purchased. I really just want a front page with the background picture that came with the theme. I am only adding two other pages, one would be a blog and one would be my storefront (big cartel).
So far, I have tried to add the static page, but when I do , it displays the frame of the custom theme, but I cant seem to add the picture I want top the as the background, the background is now black.
I have also messed up the css?/html coding while trying to change it as I have read I am supposed to. Now, I have checked a website that checks your codes and it says I have 3 errors on 3 separate lines. I have tried to delete and reinstall the theme so that the code would fix itself, but it hasn't , the errors are still there.
If I take the static page away , then I am able to see my other pages,If I add the static page, I am only able to see the black background.
Idesign has offered no help, at this time, this is a wordpress error.
I can't fix the html lines that have an error and I can't get the picture I want to display as my background.
Can someone please help me instead of telling me to go read up on html? I am going to take a class, but At this point, I need these errors fixed asap.
Otherwise I will have no choice but to chalk up the money I spent on the theme and the web hosting and go back to a plain website.
Thank you in advance,
Nicole
At this time this is what a site told me is wrong with my site .
Line 26, Column 53: end tag for "ul" which is not finished
<div class="nav"><ul id="menu-home" class="nav"></div>
✉
Most likely, you nested tags and closed them in the wrong order. For example <p>...</p> is not acceptable, as must be closed before <p>. Acceptable nesting is: <p>...</p>
Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (
- and
- ; <dl> requires <dt> and <dd>), and so on.
Line 61, Column 16: end tag for "ul" which is not finished
- require
✉
Most likely, you nested tags and closed them in the wrong order. For example <p>...</p> is not acceptable, as must be closed before <p>. Acceptable nesting is: <p>...</p>
Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (
- and
- ; <dl> requires <dt> and <dd>), and so on.
Line 79, Column 51: end tag for "ul" which is not finished
…enu-shop" class="noul footer_nav">
- require
✉
Most likely, you nested tags and closed them in the wrong order. For example <p>...</p> is not acceptable, as must be closed before <p>. Acceptable nesting is: <p>...</p>
Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, in HTML the <head> element must contain a <title> child element, lists require appropriate list items (
- and
- ; <dl> requires <dt> and <dd>), and so on.
- require