This topic has 3 replies, 2 voices, and was last updated 10 years by joeltoledo.
-
Author
Tagged: css
-
April 23, 2015 at 19:01 #55915
joeltoledo
ParticipantHi,
I have a string error when I use pingdom it returns : http://www.droithumain-france.org/wp-content/kleo/contact.css?ver=4.1.2
How can I manage this issue,
Cheers,
Joël
Attachments:
You must be logged in to view attached files.April 23, 2015 at 19:07 #55918sharmstr
Moderatorconatact.css is not a kleo file. perhaps a plugin you have installed is trying to load it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 23, 2015 at 19:19 #55922sharmstr
ModeratorLooks like its from the contact form 7 plugin. It should be using this though /wp-content/plugins/contact-form-7/includes/css/styles.css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 23, 2015 at 19:37 #55926joeltoledo
ParticipantIn fact I didn’t remember I put an invalide code into the frame of wp functions.php for better loading. Thanks. Joël
// Optimisation de Contact Form 7
add_action( ‘wp_print_scripts’ , ‘cf7_js’ , 100 );
function cf7_js() {
if ( !is_page(‘contact’)) {
wp_deregister_script( ‘contact-form-7’ );
}
}
add_action ( ‘wp_print_styles’ , ‘cf7_styles’ , 100 );
function cf7_styles() {
wp_deregister_style( ‘contact-form-7’);
wp_register_style( ‘contact7’ , get_template_directory_uri() . ‘/css/contact.css’ );
wp_enqueue_style( ‘contact7’, get_template_directory_uri() . ‘/css/contact.css’ );
} -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.

