Ver Mensaje Individual
  #5 (permalink)  
Antiguo 12/01/2013, 07:31
arturocivit
 
Fecha de Ingreso: octubre-2011
Mensajes: 13
Antigüedad: 12 años, 6 meses
Puntos: 0
Respuesta: Hook Ups, temas propio y los plugins

Cita:
Iniciado por zanguanga Ver Mensaje
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!