| Post |
|
Guest
| wanoridz 2:50 am February 12, 2008
| |
|
|
Please replace the ??? with your data!
[desc]: _
Hi, i try to search over and over again, but the problem still not being solve, i dont know why the plugin does not hook the css for the cform.
I'm not expert in php. if anybody can help would be appreciated much.
below are my header codes.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title>TINTA CREATIVE.com : Female Photographer | Kuantan : Weddings, Kids & Family Portraiture,Products & Events</title> <meta name="KEYWORDS" content="Jurufoto Kuantan | Female Photographer | Kuantan | Pahang | Malaysia | Weddings | Kids & Family Portraitures | Events | Product Shoot | Jurufoto Perkahwinan | Pertunangan | Walimatul Urus" /> <META NAME="DESCRIPTION" CONTENT="Jurufoto Kuantan | Female Photographer | Kuantan | Pahang | Malaysia | Weddings | Kids & Family Portraitures | Events | Product Shoot | Jurufoto Perkahwinan | Pertunangan | Walimatul Urus" /> <!– leave this for stats –> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <!–[if IE 6]> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/styleie.css" type="text/css" media="screen" /> <![endif]–>
<?php wp_head(); ?> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="js/lightbox.js"></script>
</head>
|
|
|
Admin
| Oliver Munich, Germany posts 6096 7:02 am February 12, 2008
| |
|
|
I can't see a (c)form on your blog, can you point me to the URL?
Are you sure, you have activated the plugin? Not only the CSS part would be missing, there is no header whatsoever.
|
|
|
|
|
Guest
| wanoridz 10:05 am February 12, 2008
| |
|
|
I'm sorry,
here are the link to the cform page
http://tintacreative.com/home/?page_id=15
|
|
|
Admin
| Oliver Munich, Germany posts 6096 6:33 pm February 12, 2008
| |
|
|
[Very odd. If you header code above is correct then the wp_head();should be executed and insert the cforms header, which it does not.]
Just noticed, you're not even using cforms!
|
|
|
|
|
Guest
| wanoridz 10:51 pm February 12, 2008
| |
|
|
I'm really sorry, i was playing around with another plugin and forgot to reset it.
I cant even find anything that is more flexible than cform.
So, u are saying that the coding in the header is correct but they are not calling the css for the plugin right?
that's what makes me confuse. I just reset back to cform, but still the same thing happen.
is it because the location of the wordpress in tintacreative.com/home/ makes it hard to call or that has nothing to do with it?
|
|
|
Guest
| wanoridz 10:56 pm February 12, 2008
| |
|
|
wanoridz said:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
<head> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title>TINTA CREATIVE.com : Female Photographer | Kuantan : Weddings, Kids & Family Portraiture,Products & Events</title> <meta name="KEYWORDS" content="Jurufoto Kuantan | Female Photographer | Kuantan | Pahang | Malaysia | Weddings | Kids & Family Portraitures | Events | Product Shoot | Jurufoto Perkahwinan | Pertunangan | Walimatul Urus" /> <META NAME="DESCRIPTION" CONTENT="Jurufoto Kuantan | Female Photographer | Kuantan | Pahang | Malaysia | Weddings | Kids & Family Portraitures | Events | Product Shoot | Jurufoto Perkahwinan | Pertunangan | Walimatul Urus" /> <!– leave this for stats –> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <!–[if IE 6]> <link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/styleie.css" type="text/css" media="screen" /> <![endif]–>
<?php wp_head(); ?> <script type="text/javascript" src="js/prototype.js"></script> <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script> <script type="text/javascript" src="js/lightbox.js"></script>
</head>
<body> <center>
<div id="header"> <div id="header_top"> <div id="header_url">
</div> </div> <div id="header_center"> <div id="header_title"> <?php bloginfo('name'); ?><span><?php bloginfo('description'); ?></span> </div> </div> </div> <div id="page">
<div id="header_end"> </div>
<div id="blog"> <div id="blog_top"> <div id="blog_left"> <?php get_sidebar(); ?> </div> <div id="blog_center">
This is the whole coding for header.php
|
|
|
Admin
| Oliver Munich, Germany posts 6096 6:45 am February 13, 2008
| |
|
|
Your header looks fine. What I don't understand is, that wp_head(); doesn't seem to pickup *any* cforms header info (JS & CSS declarations). Of course you can add these manually, but they should be there.
Are you using any other plugin that may prevent wp_head(); from allowing cforms header to appear?
If worse comes to worse, again you can add the rest of the header (see other user examples, or on this site) manually…
|
|
|
|
|
Guest
| wanoridz 8:10 am February 13, 2008
| |
|
|
yeah that's what make dizzy.
i manually copy the css of the plugin, merge it into my wordpress theme plugin, and move the .jpg to the folder inside the theme.
that should do it, but i had to manually adjust it once i want to change the template.
Thanks anyway for your help. I thought my wp_head(); command is wrong or somwthing, but it sure does look fine.
Thanks again for your help, and for the great plugin.
|
|