| Post |
|
Guest
| Eric Thoolen 4:59 pm December 8, 2007
| |
|
|
Please replace the ??? with your data!
- Your URL: n.a.
- The browser used: FF
- cforms version: latest
- Your Wordpress version: 2.3
[desc]:
If I select another css theme for my form it just doesn't change at all. I have tried anything but it (obviously) didn't help my issue. Any help would be immensely appreciated.
Eric
|
|
|
Admin
| Oliver Munich, Germany posts 6231 5:19 pm December 8, 2007
| |
|
|
Your URL would be helpful for proper troubleshooting.
|
|
|
|
|
Guest
| Eric Thoolen 4:02 pm December 9, 2007
| |
|
|
Oliver send me in the right direction for a solution. It seemed that my header.php wasn't set up correctly. It missed the wp_head() function. With a little help of Google I found the solution below.
Try this:
- open your header.php
- look if you find something like “wp_head”, if not:
- add right before </head> this code: <?php wp_head(); ?>
- close and save all files, reload
Well there ya go, it worked for me!
Eric
|
|
|
Guest
| Oli 11:31 pm May 1, 2008
| |
|
|
Hi
I'm having the same problem but cannot find the header.php where is it located
thx Oli
|
|
|
Admin
| Oliver Munich, Germany posts 6231 7:56 am May 2, 2008
| |
|
|
simply look through all your theme files, one of them has to have the header info.
|
|
|
|
|
Guest
| Oli 1:27 pm May 2, 2008
| |
|
|
Thx
but my theme – Landzilla does not have a header.php I've chkd a different theme and it has one. Unfort. I will still be using Landzilla for a while.
Any sug. would be greatly apriciated
thx Oli
|
|
|
Admin
| Oliver Munich, Germany posts 6231 6:55 pm May 2, 2008
| |
|
|
Even though it's not called header.php, some file with some name must have the HTML header. To find it, I guess you need to open every one and look…
|
|
|
|
|
Guest
| oli 9:20 pm May 4, 2008
| |
|
|
it was in a file called page. and yes it did work after that
thx once again from Mainz Germany
|
|