vkaryl
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ‘more’ tag changing layoutAnd we need a link too.
Forum: Fixing WordPress
In reply to: ‘more’ tag changing layoutYou change the_content to the_excerpt in your theme’s index.php file.
Forum: Fixing WordPress
In reply to: Images don’t show on homepage*laughing* S’okay – but of course that means I didn’t have any trouble seeing the images on the main page either.
Forum: Fixing WordPress
In reply to: Images don’t show on homepageI did the tag.
Forum: Fixing WordPress
In reply to: Images don’t show on homepageIt’s considered polite and helpful to tag your post NSFW when your site includes nudity. I’ve added it.
Forum: Themes and Templates
In reply to: Fixed Width Sidebar (Flexible Content)You could put this in the body element:
min-width:779px;
max-width:1003px;Then you could give your wrap which includes header, sidebar and maincontent a width of 90%.
Sidebar then gets set at 200px or whatever you have in mind, and the content area can be set width:auto;.
Then in header.php you’ll have to use a conditional comment to cover the world’s most broken browser:
<!--[if IE]>
<style type="text/css">
body { width expression(document.body.clientWidth > 1003 ? "1003px" : "779px"); }
</style>
<![endif]-->I haven’t done this specifically, but it should work with minor tweaks, or at least give you a starting point.
Forum: Plugins
In reply to: still cant work out how to insert an imageUm. Yeah, but it’s supposed to be /wp-content/themes/lonely-island-10 – or did I miss some major change in the program setup while I was sick?
Forum: Your WordPress
In reply to: My blog got a mention in The TimesWow! How COOL is that? Fun for you, and maybe you want to make sure you have enough bandwidth, just in case?
Forum: Plugins
In reply to: still cant work out how to insert an imageAh. He didn’t have the theme in the theme folder? Then how is it working? I’m confused….
Forum: Themes and Templates
In reply to: Line-height for wp_get_archivesKeep in mind that you’ll have to rehack the file every time you upgrade wordpress.
Hey, y’know, here’s a thought: maybe widgetize your theme and hack the archives widget instead? Or set up your own in your theme’s functions.php?
Forum: Fixing WordPress
In reply to: WP, SlideShow Pro Director, and KimiliHmm. Well, that was MY only idea, so hopefully someone else will be along with a better one.
Forum: Themes and Templates
In reply to: Line-height for wp_get_archivesI don’t think there is one. That’s why you’d have to hack core code. Which you can find on or about line 279 of /wp-includes/template-functions-general.php.
Forum: Installing WordPress
In reply to: style sheet missingMake sure you’ve uploaded only one theme folder – sometimes uncompression programs default to /themenamefolder/themenamefolder/files etc.
Forum: Fixing WordPress
In reply to: WP, SlideShow Pro Director, and KimiliDisable the RTE if you’re using it, on your user profile page, bottom left corner.
Forum: Installing WordPress
In reply to: UpdatesYes, there is. Check your edit profile page. Have to say though that I’ve been registered for over 2 years, and have YET to get a notification; and I’m not the only one.
I guess you could try the rss feed option – should see the link in your browser addy bar. So you could open the blog (link at top of page), and subscribe. Might work better.