Thanks n00dles,
this is my <head> section :
I tried to delete all script section but same result.
Can look there : www.artisan-online.fr/#portfolio
this is my <head> section :
Code:
<head>
<?php get_header(); ?>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="<?php get_theme_url(); ?>/css/style.css" />
<link href='http://fonts.googleapis.com/css?family=Electrolize' rel='stylesheet' type='text/css' />
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
<script type="text/javascript" src="http://platform.linkedin.com/in.js"></script>
<title><?php get_page_clean_title(); ?> - <?php get_site_name(); ?></title>
<?php menu_css(); ?>
</head>
I tried to delete all script section but same result.
Can look there : www.artisan-online.fr/#portfolio