go41

the info you need to know


von Joern
Keine Kommentare

first question:you should create a single-post template for this category ( actually for post in this category "if (in_category('our-products-and-services'))" )how to do you find here:http://www.snilesh.com/resources/wordpr ... wordpress/orhttp://www.wprecipes.com/how-to-use-dif ... r-categoryorhttp://lorelle.wordpress.com/2005/09/22 ... ategories/I guess you have only one single.php in your theme…


von Joern
Keine Kommentare

hi, welcome backthe background of the text in the slider is indeed an overlay, it's an image actually!In your style.css the div class="info" tries to load this 'transparent-bg.png' image:#myslider .ui-tabs-panel .info{ position:absolute; top:240px; left:0; width:610px; height:70px; background: url('images/transparent-bg.png');}So what you…