junem0
Forum Replies Created
-
Forum: Installing WordPress
In reply to: import/export problem: xml file invalidI followed the guide to the letter but I can’t import the xml file. I get a message that the file is invalid.
Forum: Fixing WordPress
In reply to: Help?Comments: The field don’t clear after SubmitOnce most of the errors have been sorted, it might be possible to see if there is a comment form issue but, last time I looked, there were simply too many validation errors in the way – so to speak.
The markup has nothing to do with clearing the form so instead of needlessly holding me up just let me know that you can’t help me so i can move on and look elsewhere.
Thanks
Forum: Fixing WordPress
In reply to: Help?Comments: The field don’t clear after SubmitSo where should i use xtml, in the posts and the .php files or only in the posts. I’ve used html in both and got no errors using a different validation link so why should i switch to xhtml?
Also how can the markup of a line interfere with the fact that the input submitted doesn’t get cleared. There is apparently something not defined in the comment.php
Forum: Fixing WordPress
In reply to: Help?Comments: The field don’t clear after SubmitIs it really xhtml because the post edit window has an html tab?
I changed several posts using <hr /> I have 10 more errors now.Forum: Fixing WordPress
In reply to: Help?Comments: The field don’t clear after SubmitOMG I can start over again. I used html in everything I posted,templates…
Forum: Fixing WordPress
In reply to: Help?Comments: The field don’t clear after SubmitI didn’t know this: Likewise <hr> should be <hr />. I got it from this site: http://www.web-source.net/html_codes_chart.htm
“My guess is that you have introduced some bad markup in posts within the vocals category and it is this invalid markup that is causing your problem. The only way to solve it is to track down the bad markup and fix it. “
-you mean causing that the comment info after submit is not cleared?
Forum: Fixing WordPress
In reply to: Help?Comments: The field don’t clear after SubmitThanks for that link. have quite some errors but about some I have no clue whatit’s about or where even to find the specified lines.A few here:
Line 82, Column 54: document type does not allow element “p” here
…'<p class=”show_onwall” id=”wallops”><input type=”hidden” name=”item_number”Line 83, Column 46: ID “wallops” already defined
…lOps2 = ‘<p class=”show_onwall” id=”wallops”><label for=”show_onwall”>Show onLine 147, Column 120: reference not terminated by REFC delimiter
…your voice in 7 easy steps   Next Post: <a href=”http://www.music.junLine 152, Column 43: end tag for “hr” omitted, but OMITTAG NO was specified
<hr width=”100%” color=”#000000″ size=”1″>………..Line 156, Column 3: document type does not allow element “p” here; missing one of “object”, “applet”, “map”, “iframe”, “button”, “ins”, “del” start-tag
<p>A lot of people happen to speak too low or too high. Most of these people are–i have a lot of these errors but my posts don’t have the “<p>” I don’t know why it’s been read while it isn’t there.
The color thing on the titles in the sidebar got solved but not the comment issue. Still looking.
Forum: Fixing WordPress
In reply to: WordPress hackedeuh,don’t know. how do you know when your wp is hacked?
Forum: Themes and Templates
In reply to: Using more then 1 Page templateIt works now.I found the drop down box. I guess it just needed a night
to get settled.THanks,
Forum: Fixing WordPress
In reply to: Images Upload but don’t showKmessinger you were totally right.Strange thought the rectangle how can you make that invicible? I unlinked it cos I don’t really need it linked,
THanks for that I would never have found it.
Forum: Fixing WordPress
In reply to: Images Upload but don’t showYes I can. I think I did something wrong in a php file because my titles in the sidebar are not supposed to be blue but white. maybe the blue rectangle is also a result. i can’t code i’m doing it on learning…
Forum: Fixing WordPress
In reply to: Images Upload but don’t showFile format is jpg esmi I found that the uploadfolder was not the right one. Is should be wp-content/upload as the vid says.
Forum: Fixing WordPress
In reply to: Images Upload but don’t showThis link dood it. Only thing now I have this blue rectangle surrounding the image. Plus too close to the text.
Forum: Fixing WordPress
In reply to: How to link “read full article” link to the post with the article?Somehow the postname in the permalink would give a number to the post instead of its title. A few days later all of a sudden I see the permalink popping up when I edit the post and I can edit the link aswell so problem solved.
I’ll let you know esmi. Did that last week but I will have to search back now to how and where I made the changes.
Ok found it. Goto your single post.php there should be some details about the display of the title. In my theme it’s like this <h2>….</h2>
Then in the style sheet h2 is defined as follows:
#content .post h2 a {
color: #0000FF;
font-weight: normal;
font-size: 20px;
text-decoration: none;
padding: 0px 0;
}
YOu can change how your title is displayed here.Forum: Fixing WordPress
In reply to: Customising Read MoreMaybe I misread the guide. But why I would do it? If someone browses a particulare category that has 3 articles they won’t know unless they read the article on top and scrol down. I would make just a small exerpt visible of every article and on clicking ‘more’ the rest would drop down. If i think about it now it seems it’s just unnecessary as there are other ways. I can put link to all articles on top in the one category section or I can list them in the sidebar. Which I already do.
To me this scrolling down thing is very annoying. It makes everything so invisible. But I’ll check your link because a ‘next page’ possibility would make that easier.
THanks Chris.