225 posts
Exclusive Author Referred at least one person Sold between 100 and 1 000 dollars Bought between 10 and 49 items
dracano says

I think this may help:

<div id="header">
    <div class"wrap"> -- Content -- </div>
&lt;/div>

<div id="main">
    --content--
</div>

<div id="footer">
    <div class"wrap"> -- Content -- </div>
&lt;/div>

That can be the basic HTML .

Then:
#header{
    background:url(header-bg.jpg) repeat-x;
}

#footer{
    background:url(footer-bg.jpg) repeat-x;
}

.wrap{
    width:960px;
}

This will work if I’ve understood your problem correctly =)

Posted 22 hours ago in thread Quick help with layout -> coding
225 posts
Exclusive Author Referred at least one person Sold between 100 and 1 000 dollars Bought between 10 and 49 items
dracano says
Go to GR ;)

Never mind. I made it myself, Jacques ;)

Posted 5 days ago in thread Need a silver gradient
225 posts
Exclusive Author Referred at least one person Sold between 100 and 1 000 dollars Bought between 10 and 49 items
dracano says

I’m a pretty average designer – but ThemeForest has a bunch of really really awesome ones. Can one of you help me? I need a nice metallic silver gradient. Its for a single letter, and I’m not sure how to make it look metallic.

Googling brings up lots of results, but they all look terribly fake.

Anyone? I’m aware that I need a 1px white stroke to make it look a little more metallic…but thats all i know :P

Posted 5 days ago in thread Need a silver gradient
225 posts
Exclusive Author Referred at least one person Sold between 100 and 1 000 dollars Bought between 10 and 49 items
dracano says
I don’t have a host yet. Any recommendations? Would most authors be willing to steer me in to right direction when it comes to uploading?

I personally use MediaTemple, but others will recommend BlueHost, JustHost, Hostgator and a flurry of others. Its going to be a tough decision ;)

And uploading the theme is really simple. If you use a Wordpress theme, its even simpler. Most good hosts have one click installs for Wordpress, and Wordpress has a 1-click install for themes.

Posted 5 days ago in thread Is a themeforest template a good choice for me?
225 posts
Exclusive Author Referred at least one person Sold between 100 and 1 000 dollars Bought between 10 and 49 items
dracano says
Or a plugin mate, I just found Flutter and is perfect for what I want :)

Ah, great =)

Posted 5 days ago in thread How to add Custom Write Panels to a Specific Category [WordPress]
225 posts
Exclusive Author Referred at least one person Sold between 100 and 1 000 dollars Bought between 10 and 49 items
dracano says

Nope, not without a lot of hacking. Categories are assigned only after a new post is created so how can you do it?

Posted 5 days ago in thread How to add Custom Write Panels to a Specific Category [WordPress]
225 posts
Exclusive Author Referred at least one person Sold between 100 and 1 000 dollars Bought between 10 and 49 items
dracano says
I just checked out the source code I found here –

I searched through it with this – timthumb.php?src=&

Didn’t find anything either.

Its repaired now. Anyway, I really can’t troubleshoot further – there are so many issues that could be with your hosting, the theme, custom fields etc. Your only hope is to contact the theme author.

Posted 5 days ago in thread Urgently Need Help fixing a timthumb slider that won't load images in a WP site
225 posts
Exclusive Author Referred at least one person Sold between 100 and 1 000 dollars Bought between 10 and 49 items
dracano says

Yes, it reads like timthumb.php?src=&....

Posted 5 days ago in thread Urgently Need Help fixing a timthumb slider that won't load images in a WP site
225 posts
Exclusive Author Referred at least one person Sold between 100 and 1 000 dollars Bought between 10 and 49 items
dracano says
:-(

Just did it now and also cut out the http part on some of the image-custom fields to see if it works but nothing… :-(

To see if it works I just need to refresh the site right?

Oh dear… :-(

Look at the source code. I don’t know what you did, but the timthumb script does not even have a “src” attribute!

Posted 5 days ago in thread Urgently Need Help fixing a timthumb slider that won't load images in a WP site
225 posts
Exclusive Author Referred at least one person Sold between 100 and 1 000 dollars Bought between 10 and 49 items
dracano says
use 755 on what? the timthumbfile or the scripts folder? Maybe I should mention, that I had to create the Scripts folder myself as the theme designer didn’t make a scripts folder. he just included the timthumb file with the other theme files

There’s nothing wrong with what he did.

644 on timthumb.php, 755 on the folder containing timthumb.php

Posted 5 days ago in thread Urgently Need Help fixing a timthumb slider that won't load images in a WP site