Lorelle
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding a title attribute to all existing images in a blogI don’t know whether or not to cheer or pity you. Wow. You did it. Amazing.
BE VERY careful using Word as it changes all the quotes and apostrophes into characters and does other harmful things. I would have used WordPerfect’s MUCH better search and replace functions, but then I’ve tweaked out and customized WordPerfect to allow me to do code, but I do NOT recommend it.
Check everything thorughly and let us know in a week or two is all of this works out. That’s an amazing amount of work. And thanks for sharing it with us.
Forum: Installing WordPress
In reply to: Broken links after database restoredFor information on Moving WordPress, from another server or within your own domain:
http://codex.wordpress.org/Moving_to_a_New_Server
http://codex.wordpress.org/Moving_WordPressThese might help you understand what happened during the process.
Forum: Fixing WordPress
In reply to: Categories pointing towards subdomains.Okay, just for clarity I want to understand what you are asking.
Do you want to change your permalink structure so that your categorized posts would read something like this:
/example.com/apples/red-round-fruit/Or do you want to create subdomain and have your categorized posts go to those like this:
/apples.example.com/red-round-fruit/All can be controlled with very complex
htaccessrewrites and redirects. But maybe some clarity on what you want will help us point you in the right direction.Forum: Fixing WordPress
In reply to: Only old 1.2 loop works in latest 1.5 versionDouble check your “loop” against the examples here to make sure you are it EXACTLY right.
http://codex.wordpress.org/The_Loop
http://codex.wordpress.org/The_Loop_in_ActionForum: Installing WordPress
In reply to: 7 days – 7 bannersFirst, the method of doing is based upon an important question. Do you want a specific banner image for a specific Day of the Week (like it says “Thursday” on the Thursday banner), or are you just happy rotating your 7 banners randomly per day?
You are talking about changing the CSS when all that needs to be changed is the header image, right? Keep the banners about the same shape and size and the CSS will take care of itself. You just want to change the image. Please clarify this if it is wrong.
The random rotating script mentioned up above involve putting the images in their own folder along with the script. Instead of linking to an image, you link to the script like this:
<img src="/images/header/rotator.php" alt="blah" title="blah" />Then the images in the /images/header/` folder would just randomly generate WITH EVERY PAGE VIEW. Not by date. I use it on my site – just click my name here and go to any post and then refresh the screen and you will see the photograph in the sidebar change.
There is a LOT more information on this in the article on WordPress headers at:
http://codex.wordpress.org/Designing_Headers
Your issue is the “by day” not by refresh. There are a TON of similar scripts at any of the following spots that will do what you want. You should be able to use them like the one mentioned above.
http://www.hotscripts.com/
http://php.resourceindex.com/
http://www.php-scripts.com/
http://www.onlyphp.com/If the only change you are making is with the CSS, you have a different problem. But if the only change you want is with the graphic, then you use this information.
Forum: Themes and Templates
In reply to: Blog Name/Title color change?There is a fairly comprehensive guide to WordPress Theme headers on the WordPress Codex at:
Forum: Fixing WordPress
In reply to: Blog by MailHave you been through this article:
http://codex.wordpress.org/Blog_by_EmailForum: Themes and Templates
In reply to: Changing the ul and li Image from defaultThe nested lists in the sidebar of WordPress are nasty to decipher. Here are some step-by-step guides that will help you:
http://codex.wordpress.org/Styling_Lists_with_CSS
http://codex.wordpress.org/Customizing_Your_Sidebar
http://codex.wordpress.org/Finding_Your_CSS_StylesForum: Themes and Templates
In reply to: Multiple style sheets in Strayhorn?Here are some places to get you started:
http://codex.wordpress.org/Upgrading_WordPress
http://codex.wordpress.org/Upgrade_1.2_to_1.5
http://codex.wordpress.org/New_To_WordPress_-_Where_to_Start
Creating Multiple Single Posts for Different CategoriesAnd the answer to all your questions is YES.
You will get more help in the Templates and Themes section of this forum, and we could do a LOT more if we had a link to your site to determine the problems.
The problems you are having are not with the template files so much as with the style sheet file in your Theme directory called
style.css. When you change one part of the building blocks that make up your page’s structure, like adding a sidebar or footer, you have to change the rest of the supporting parts to accomodate it.There is a good article in the WordPress Codex that might help you understand which part is which on your page called Site Architecture 1.5, and many other articles that will help you “design” your WordPress site and solve these problems:
http://codex.wordpress.org/WordPress_Lessons
http://codex.wordpress.org/Blog_Design_and_Layout
http://codex.wordpress.org/Finding_Your_CSS_StylesForum: Fixing WordPress
In reply to: How do I change the language of the skin?It’s Russian. Cute.
Okay, not funny for you.
In your
index.phpand/orsingle.phptemplate files, search for this:<div class="meta">After that you will see a bunch of character codes. They are the letter equivalent of Russian alphabet. Categories look like “Категория: ” on the screen but in the code they look like this:
&#1050;&#1072;&#1090;&#1077;&#1075;&#1086;&#1088;&#1080;&#1103;:followed by the link to the article and it’s title. Delete those characters and replace them with whatever you want it to say, which normally should be “Categories:”.
For the “Коментари”, look under the
feedbackclass that looks like this:<div class="feedback" align="right">And you will see a link to the article’s comments and the same bunch of character codes as above. Carefully change those to “Comments” in English.
And welcome to the world of bilingual WordPress Themes. It’s actually charming. BUT annoying, I know. 😉
Forum: Fixing WordPress
In reply to: Change the start page in theme “pool”Okay, without looking at the template file for this, it looks like “blog” is already your “home page”. A, B, and C are setup to be Pages. Just put titles in those Pages and they will show up as they should.
Do you know how to do that?
From the Administration Panels, choose MANAGE > PAGES and then select A, B, or C and choose EDIT. Change the names and add your information.
I think that’s it.
It should show up automatically. Make sure that whatever you want in A is in A and B is in B and it will take care of itself.
If you want the Blog as the last tag, you can change it, depending upon how the template tag information is listed in the
header.phptemplate file. But normally, it is the first one on the list, so be careful breaking convention.Forum: Themes and Templates
In reply to: Display by Category home.php templateOh, this is wonderful!!!! Something I’ve been wanting for ages.
So this isn’t a plugin but will be a change to the template files? Wow. Very awesome.
Can you add more than one post to a couple of the demo categories so we can get a better feel for how more than one post would fit under a category?
And would this display only the most recent posts on the index.php page, leaving out “archived” posts? So if WP is set to display 10 posts chronologically, it would now display 10 posts, chronologically but by category?
Forum: Fixing WordPress
In reply to: Adding a title attribute to all existing images in a blogIt’s great that you want to make your images and site as accessible as possible. But reality is that this is a LOT OF WORK.
Yes, you can export, do some fancy string manipulation (and if you succeed, consider contributing the explanation to the WordPress Codex ;D ) and reimport the posts.
Or you can just start from here and make sure that every image is done right.
I have THOUSANDS of images on my site. I’m not going backwards, only forwards.
And here is an article that will help you to “add” titles to your quicktags in the Write Post panel.
Forum: Themes and Templates
In reply to: Words in FirefoxAlso, make sure you following the instructions on “localizing” WordPress so that it will tell the browser which language your text is in: