roraz
Forum Replies Created
-
Forum: Themes and Templates
In reply to: different catergory post stylesno one?
Forum: Your WordPress
In reply to: New WordPress Blogcheers man
Forum: Your WordPress
In reply to: New WordPress Blogvery cool!
Can I ask how you did the images showing the posts dates next to each post?
Ive seen this on other sites and have always wondered how they did that?
Forum: Your WordPress
In reply to: Attack of the Pornstars themeCheers
I was going for a 50’s b-movies style to go with the domain – something that seperates this site from the other million babelog sites out there
Forum: Themes and Templates
In reply to: next and previous post titles on current post pagecheers for the links – should have looked at the default theme – I just tried to make my own straight away without installing one
my own fault
Forum: Plugins
In reply to: an ad every three postssorry beel I was referring to the plugin podz mentioned = )
the one you mentioned looks good, so Ill give it a try
Forum: Plugins
In reply to: an ad every three postswhere can i get CG-Inbetween ?
Forum: Plugins
In reply to: an ad every three postsI looked at it, but it doesn’t seem to have the option of showing up after a certain number of posts – just after every post??
Forum: Themes and Templates
In reply to: Alternating post cssRight for those interested, after trying many different search terms in google I came across:
http://www.scriptygoddess.com/archives/2002/05/27/alternating-comment-colors/which lets you slip in some php code to alternate css classes for something. I set this up at:
where for each post the image alternates alignment from left to right (via the float property – saves me having to do this everytime in the editor section via html), otherwise theres no difference between the alternating post classes.
though you could define other properties such as post background colour, borders and what not. Enjoy
Forum: Themes and Templates
In reply to: post date text misplacementI tried aligning the image through html and the problem was still there, the comment link changed place. If it was just text in the post, or if there was a lot of text plus an image there wouldn’t be a problem as the text seems to “push out” the div. But if it was just an image the comment link would shift out of place, its like it doesn’t recognise the fact that the image is in the ‘post’ div…so thats why the comment link moves….
Forum: Themes and Templates
In reply to: post date text misplacementAlright something funny is happening again with the images in my posts. Ive just put an image in the top post and somethings gone wrong
Its looking really funny in firefox and IE. I know its because of the wonder woman image in the post, because when I take it out of the post, the post looks fine.
Im not sure what the problem is, anybody have any ideas as to why its doing this because of the image?
Forum: Themes and Templates
In reply to: post date text misplacementOk another firefox problem! I tried to get my sidebar to span the entire length of the layout, so I put 100% as a height in the #sidebar class. In IE it spans the whole length of the layout, but in firefox it just spans the length of content that is in the sidebar?
Is this another firefox css difference?
Forum: Themes and Templates
In reply to: post date text misplacementThanks alot Kafkaesqui changing it to .post p img did the job. That was starting to drive me crazy trying to sort that out
Forum: Plugins
In reply to: article image/preview imageright I read through that pages info on changing the css. It seems that its mean for an older word press version, but I tried anyway to read through the info. Suffice to say I got confused.
I know of how to align an image to a side like the left or right eg
<img src=”example.jpg” align=”left”
but I don’t really want to do this ever time I post something. Is there some css code for 1.5 that I can put into my theme css file, that when I put the image code into the post it automatically aligns any images to the left side?
Forum: Plugins
In reply to: article image/preview imageAH ok thanks. After looking at the options in word presses admin section, Ive seen the bit where you can upload files
Thanks for the css info Podz it’ll come in handy with changing the post structure