shadow
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help importing old posts.Did you backup the database?
Forum: Fixing WordPress
In reply to: how to instal new themeIf you file directory /wp-content is not there, then your site will not be working at all.
However, after all the shouting dies down, if you do find a /wp-content/themes directory, then that is where you want to upload your theme.
Just make sure you upload the theme files in their own directory so it looks like this:
/wp-content/themes/theme name
Forum: Fixing WordPress
In reply to: Weird formatting problemJust looked at in IE 7 and yes all the pages are loading below your sidebar. It will be an incorrectly placed div, either after your sidebar or after your page code. In fact, a quick look at your source and I think you may have 4 divs after your page ends when it should only be 3.
Sorry, don’t have the time right this minute to go right over it though.
Just check your div’s for correct closing tags.
Forum: Fixing WordPress
In reply to: is it my theme?2. In your css file look for the following:
#wp-calendar a {display: block;}and add a color like so –#wp-calendar a {display: block;color:#f4df2c;}Forum: Fixing WordPress
In reply to: Help :( Trojan on my site!Looked in Firefox 2.0 and IE 6 and 7 and no mention of any popups or trojans from here.
Can you provide any more details? Is this happening on a particular page for instance?
Forum: Fixing WordPress
In reply to: is it my theme?1. Do you want to center the text as in having it centre each line – or would you prefer to have it centre the whole section of text but still be left aligned?
2. The calendar is working but the choice of highlight is minimal – perhaps a more prominent color would work better?
3. There are dropdown category list plugins available if you would prefer to keep the category list area short.
For this issue, you may benefit from also joining and soliciting professional assistance from the wp-pro mailing list:
Forum: Fixing WordPress
In reply to: Weird formatting problemThey both look the same to me – no huge amount of white space on either.
Have you already fixed the problem?
Forum: Fixing WordPress
In reply to: Error establishing a database connectionSounds like it could be a server issue. This often happens when a server is experiencing dificulties. Keep trying it and if it doesn’t connect soon, I would recommend contacting your host.
Forum: Fixing WordPress
In reply to: Missing jpgsWhen you use the upload panel, it uploads the images to /wp-content/uploads/year/month.
So even though you may not have thought they were not actually on the server, in fact, that is exactly where they were located. If you have deleted all of your files, it is most likely you deleted the uploaded images in the process.
Forum: Fixing WordPress
In reply to: Order of pages links on the right tabI gather the two topics we have been discussing are related? If you would like to email me, I will give you a hand
shadow12 gmail
Forum: Fixing WordPress
In reply to: List of news on the PageIt sounds like you need a News category with the archive page for that category listing excerpts to the main story.
Thi means you create a category called news. You write the news posts and make sure they are located in the News category [tick the News category box next tothe write panel when you publish] and then, when you click on the News category, a list of all the news articles is archived for display.
This will dpend on your theme set up, but most will be easy to configure.
Forum: Fixing WordPress
In reply to: Order of pages links on the right tabThat would depened on what you are trying to do with the order exactly.
A bit of useful information is listed here:
http://codex.ww.wp.xz.cn/Template_Tags/wp_list_pages
But if you want to do anything other than list the pages in ascending or descending order, you may need to do the process manually.
Forum: Fixing WordPress
In reply to: Missing jpgsYou have a few options:
1. Upload all your images to a directory on yourserver, such as /images and then connect each image manually via your posts.
For instance, in your post you may have some text and then neeed an image called from your image directory. You would simply type in
<img src="/images/imagename.jpg" alt="image text" />This can also be aligned right/left/center etc using the WSIWYG editor or manually using classes.2. Upload the images uising the upload panel in your Write panel area.
It’s a personal choice most of the time, but for lots of images at one time, the first option is probably more suitable.
Forum: Fixing WordPress
In reply to: Oops, deleted my DBWhen you say you deleted your database, where did you delete it exactly and where are you creating new ones?