caffeinedreamer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Image links broken?I’m sorry, I mustn’t be explaining myself properly.
All the image links are broken on the blog. I’m asking how to change all the URLs to redirect to the correct location. When a new blog post is added,the image still uploads to http://littlefireworks.slickfilth.com/wp-content/blogs.dir/4/files/2012/07/imagetitle.jpg, but the links point to http://littlefireworks.slickfilth.com/files/2012/07/imagetitle.jpg
Manually changing these every time would be a huge pain. I’m asking how to change the setting for where the blogposts look for the images by default.
Forum: Fixing WordPress
In reply to: Image links broken?Sorry, to add to what? Changing the structure in my FTP didn’t work. It shows the old photos, but doesn’t allow for new photos to be uploaded.
Forum: Fixing WordPress
In reply to: Image links broken?Just moved the directory structure in my FTP. I hope this won’t cause problems!
Forum: Fixing WordPress
In reply to: Image links broken?I’m not really sure where to put
<?php bloginfo(‘ $ ‘) ?>
either!
Forum: Fixing WordPress
In reply to: Image links broken?I’m sorry, but I don’t know where I should be should be adding the link segment “wp-content/blogs.dir/4” to to fix my media library. If someone could give me some more details that would really sort me out!
Forum: Fixing WordPress
In reply to: Getting "Home" to show posts and trimming a gap…Thanks for the reply zoonini, but:
1. It’s already set to this, but no joy.
2. Didn’t work. The gap seems to be 24px, but the only thing set to that in screen.css is h2 font-size, which doesn’t fix it when changed either.
EDIT: Figured 2 out. It was the body line-height (D’oh). Hovever, this has caused the text for the title for each post to have jumped up a little bit to reveal part of the image it isn’t supposed to (see games / movies section).
Forum: Fixing WordPress
In reply to: Resizing / max width image code problemPerfect Joseph – thank you!
Forum: Fixing WordPress
In reply to: Auto resizing images to fit max width?Sorry, but I’m getting a bit of a problem with this code. While it does indeed resize large images that would otherwise break borders, it also resizes smaller / low res images to the max width too (unless, for some reason, they are captioned). Can anything be added to the code to sort out this issue?
Sorry to rebump!
Forum: Fixing WordPress
In reply to: Auto resizing images to fit max width?<3 Thank you!
Forum: Fixing WordPress
In reply to: Auto resizing images to fit max width?Sorry, it’s here.
p img { max-width: 100% !important; }did nothing
p img { width: 100% !important; }produced the same results as
p img { max-width: 100%; }(squashes image to fit width rather than resizing it)