Recent Topics

1 Jul 21, 2005 08:39    

Hi everybody,

as described on the [url=http://skins.b2evolution.net/wordpress.php]skin's page[/url], I created a folder on my server in order to use a WordPress skin. Some minor issues are easy to fix, but I don't understand why the footer does not work. If you could have a look at the [url=http://wifi-wue.de/externes/wpskin.jpg]screenshot[/url], it would really help me. I had this problems with all WP-Skins that I wanted to use..

Thanks!
Falco

2 Jul 21, 2005 15:42

Can you give an url of your page using that skin? That could help us find the problem bit of code. You don't have to change the setting in the backoffice, just give an url for displaying it, like this:

http://wifi-wue.de/?skin=yourskinname

Also note that those instructions are good for WordPress 1.2. They're at 1.5 now, so the skins may not be compatible any more.

3 Jul 21, 2005 19:46

Also check that all your div's are in fact closed

5 Jul 22, 2005 14:19

I'm assuming that this section of text is meant to be a footer:

powered by b2evolution
Dieses Skin nutzt eine CSS-Datei, die ursprünglich für WordPress entwickelt wurde (siehe Design Credits in style.css).
Um maximale Kompatibilität mit WP CSS Dateien zu gewährleisten, sind die meisten Features, die nicht in WP vorhanden sind, in diesem generischen wpc_* Skin versteckt.

If so then, put this before it:

<div clear="all">

and this after it:

</div>

And see if that helps.


Form is loading...