tauquil
Forum Replies Created
-
Forum: Plugins
In reply to: ‘Show Plugins’ pluginLIke mattman, I’m using the pluginsUsedPlugin as well.
Can be seen here.
Forum: Requests and Feedback
In reply to: Blog modellingYou might want to read this article to make your columns appear equal in length.
Forum: Themes and Templates
In reply to: new theme: artsemergingVery nice, it looks like an improved Kubrick.
Have you submitted it to the Theme Viewer?
Forum: Fixing WordPress
In reply to: Pull Down Menu of Recent Posts from a CategoryFor the categoriese pull down menu I’m using this plugin.
For montly archives I’m using this code, which I got from the forums:
<form id="archiveform" action="">
<select name="archive_chrono" onchange="window.location =
(document.forms.archiveform.archive_chrono[document.forms.archiveform.archive_chrono.selectedIndex].value);">
<option value=''>Select Month</option>
<?php get_archives('monthly','','option'); ?>
</select>
</form>Forum: Fixing WordPress
In reply to: Video in my blog postThere are a fair few tutorials flying around the net if you search through Google but here’s mine: How to embed a QuickTime Movie.
Forum: Your WordPress
In reply to: phuly.co.uk – my photoblogReally liking the design and the colour scheme (fits in perfectly with your blog).
The only thing I might say is that perhaps you might want to make the navigation between photos more obvious.
Oh and the photos are lovely too!
Forum: Themes and Templates
In reply to: New ThemesAlso check out the superb WordPress Theme Viewer.
Forum: Fixing WordPress
In reply to: Video in my blog postI vote for Quicktime.
Forum: Themes and Templates
In reply to: WordPress needs more themes like this oneThank Bhoney ??
It’s built off K2 BTW, another nice theme.
Forum: Fixing WordPress
In reply to: Background Image in FooterThanks valpez!
It looks like you’ve fixed your problem, it’s coming along very nicely ??
Forum: Themes and Templates
In reply to: WordPress needs more themes like this oneLooks a lot like Squibble to me…just without some of the functionality ??
Forum: Fixing WordPress
In reply to: Background Image in FooterTo change the position of the footer text, play around with the padding in the layout.css file. The first value affects the top padding.
Once positioned over the background image the text should appear on top of the image. I’ve done something similar on my main page.
Forum: Fixing WordPress
In reply to: Background Image in FooterYou can do that by adding the following line to the footer tag in your style.css file:
background: url(“path to image”) no-repeat center top;
Forum: Installing WordPress
In reply to: too many plugins!!Perhaps the best route might be to think about what you want to achieve and then try to find plugins that match, rather than the other way around…
Saying that, here’s a good thread to help you get started.
Forum: Fixing WordPress
In reply to: Is this forum a wp plugin?In a way, your WP post does become a forum topic automatically. Anybody can comment on it.