| Post |
|
Guest
| Dee 11:21 am July 4, 2007
| |
|
|
Hi Oliver. Thanks for this plugin.
On my site the form is working. However, changing the styling does nothing..
The content area on my site where the form appears is quite narrow in width, and multiline boxes are not aligned as texts in each field and the box are in the same row.. so I was wondering that changing the styling would fix this.. but it does nothing. Please see the screenshot below.
[Image Can Not Be Found]
I perfer my form to be,
1. Title<br>
BOX
<br>
2. Title<br>
and so on..
thanks.
|
|
|
Admin
| Oliver Munich, Germany posts 6094 6:29 pm July 4, 2007
| |
|
|
Dee, can you post the URL? Thanks.
|
|
|
|
|
Guest
| Dee 6:58 am July 5, 2007
| |
|
|
|
|
Admin
| Oliver Munich, Germany posts 6094 7:13 am July 5, 2007
| |
|
|
It seems that when you built/modified your WP theme you removed the wp_head() call from the header.php file (inside the <head>…</head> tags). It may be required for other purposes, certainly for cforms to include the stylesheet that you select in the configuration.
|
|
|
|
|
Guest
| Dee 10:31 am July 5, 2007
| |
|
|
hi oliver thanks. yes the code wp_head() is missing in header.php
so i added it like this
wp_head()
</head>
but not workign still..
|
|
|
Admin
| Oliver Munich, Germany posts 6094 8:03 pm July 5, 2007
| |
|
|
Dee, double check the implementation of wp_head(); , since it's a PHP function call, it requires opening and closing PHP tags! <?php wp_head(); ?>
|
|
|
|
|
Guest
| Dee 2:31 am July 6, 2007
| |
|
|
that did the trick thanks!
I still dont remember that i deleted the code tho! funny! cheers.
Great script!
|
|
|
Member | burt posts 8 3:54 am February 16, 2010
| |
|
|
Anyone have any idea why on a couple of my pages, I get the stylesheet calls in the head, and on some I am not? I have looked and looks and can not figure this out. I am talking about this code here that is inserted between the <head> and </head>
<!-- Start Of Script Generated By cforms v11.3 [Oliver Seidel | http://www.deliciousdays.com --><link rel="stylesheet" type="text/css" href="https://www.offsitecomputerbackup.com/wp-content/plugins/cforms/styling/cforms.css" /><script type="text/javascript" src="https://www.offsitecomputerbackup.com/wp-content/plugins/cforms/js/cforms.js"></script>
<!-- End Of Script Generated By cforms -->
I tried creating a new page and inserting a form and it does not work there either. It works on this form here: https://www.offsitecomputerbackup.com/order/, but not this form: https://www.offsitecomputerbackup.com/contact
I am on WP 2.9.2, Thesis 1.6, and cforms 11.3
Any help is appreciated.
|
|
|
Member | burt posts 8 2:08 am February 17, 2010
| |
|
|
|
|
Guest
| Sergey 9:19 am January 18, 2011
| |
|
|
burt said:
Nevermind.
So, what is your solution ? I got the same issue :(
|
|
|
Guest
| Sergey 10:08 am January 18, 2011
| |
|
|
damn, solution is to check the "cforms-global-settings.php" page
|
|
|
Guest
| Reginaldo 5:55 pm July 5, 2011
| |
|
|
I was the same problem.
So i add code <?php wp_head(); ?> before </head> tag in my header.php, and problem with CSS was solved. But after this, the contact is not sended. Stops when 'SEND' is selected.
I test this removing the tag from header and emails sends normally.
I think this occurs after I upgrade to new version of wordpress (to 3.2). Can anyone help-me?
Sorry my bad english (I'm brazillian).
the page is: http://www.toldosfir…..r/contato/
<?php wp_head(); ?>
|
|