alistairnelson
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to get margins around images?A forum search solved my problem !
I added this to my css file:
img {
margin: 7px;
}Forum: Fixing WordPress
In reply to: Font changes for sidebar headers !bump ??
Forum: Fixing WordPress
In reply to: Font changes for sidebar headers !Thanks for the PHP help so far.
Anyone know how I can change the code above so the title_li header is one font, and the page links are a different font?
Forum: Fixing WordPress
In reply to: Font changes for sidebar headers !Thankyou you were all quite right, it was using style.css and I wasn’t refreshing properly.
I’ve also modified Yosemite’s advice and almost got the desired output:
(from index.php):
<li id=”pagenav”><h2><?php wp_list_pages(‘title_li=Noodle And Spam:’); ?></h2>
…however now the header is in bold but the actual page links are also in bold, unlike the other sections.
Unfortunately this template didn’t have the pagenav stuff in index.php, I had to add it in hence I’m having this trouble.
How can I set the header to <h2> but keep the page links under the header the default font without bold ?
Forum: Fixing WordPress
In reply to: Font changes for sidebar headers !Hi there,
Thankyou so much for your reply. Well, I renamed the style.css file in the currently utilised theme directory to another name. Still, my website works.I also tried making changes to style.css and they had no effect.
My index.php also doesn’t contain a reference to pagenav:
# grep pagenav *
style.css:li#pagenav h2{
[~/www/noodleandspam/wp-content/themes/painted-desert-1]#Any ideas? Could my website be using files for this from a directory other than the theme directory?
Forum: Fixing WordPress
In reply to: Font changes for sidebar headers !Hi Yosemite,
Thanks for the reply. I can only find a reference to “pagenav” in style.css though and it doesn’t look like your text. Also as per my comment above, as far as I can tell WP isn’t even using my style.css file as removing it doesn’t effect anything.
Any one have any ideas?
Forum: Fixing WordPress
In reply to: Font changes for sidebar headers !I renamed my theme’s style.css to a different name and this had no effect on my blog. So it seems the style sheet isn’t even being used ?
I’m using WP 2.0.3 and the painted-desert theme.
Any help much appreciated !
Forum: Plugins
In reply to: PHPlist integration [REQ]ahem!
Forum: Fixing WordPress
In reply to: Embed Flash with Kimili Flash Embed?Michael got this working for me. I had to:
– put the kml_embed php file directly in the plugins folders and not in the default unzipped folder
– put line breaks before and after the KFE tagthanks
Forum: Fixing WordPress
In reply to: Embed Flash with Kimili Flash Embed?^ Ahem
Forum: Fixing WordPress
In reply to: Embed Flash with Kimili Flash Embed?still stuck on this. Anyone any ideas?
Forum: Fixing WordPress
In reply to: Embed Flash with Kimili Flash Embed?Hi Kimili,
No errors unfortunately, on screen or in ~/error_log
Theme is painted-desert-1 which just has an index.php, no sidebar.php. It’s WordPress 2.03 installed by bluehost fantastico.
I have tried Martin Laine’s audio player plugin which uses similar [ ] syntax, and that works ok. I have also disabled all plugins except KFE and it still has the same problem…. parses the request but no output at all.
Maybe for some reason there are errors and I aren’t seeing them. Is this javascript file “flashobject.js” ? If so where should it be?
Forum: Fixing WordPress
In reply to: Embed Flash with Kimili Flash Embed?Thanks Kimili, I certainly did read through your FAQ but missed that one somehow. Thanks for volunteering your time!
Now I have a new, stupid problem. I simply get nothing. My codes there, but nothing at all is output. I tried for example:
test
[kml_flashembed movie=”https://www.craigtrewin.com/images/FrontSlides.swf” height=”200″ width=”300″ /]
testand the output was just
test
test
…no flash outline or anything.Anyone any ideas? It seems the code is at least being parsed now by the plugin. I can access the URL directly so I know the file is there.
Forum: Fixing WordPress
In reply to: Make Poverty History White BandActually I got it working. I just put it at the start of body, in the main index.php. Note your snippet isn’t quite right, check their website.
Forum: Fixing WordPress
In reply to: Make Poverty History White Bandid like this as well. any ideas?