Cita:
Iniciado por zanguanga Supongo que la incompatibilidad debe producirse al cargar alguno de los scripts del tema. O al usar dos versiones diferentes de jquery
De nuevo muchas gracias!
Si, eso que dices tiene sentido, pero mi tema no esta usando scripts ni jQuery, aca esta mi encabezado y no hay nada de eso,
Código:
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title><?php bloginfo('name'); ?> | <?php bloginfo('description'); ?></title>
<meta name="keywords" content="" />
<meta name="description" content="<?php bloginfo('description'); ?>" />
<link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>" type="text/css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Average+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Balthazar' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700,400' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
</head>
Sera que tengo que darle permiso a algun documento o folder o agregar algo a functions?
Saludos!