Emília Miñarro 0 Denunciar post Postado Novembro 20, 2010 Oi Pessoal! Eu estou usando o tema Classipress, e coloquei o plug Featured Content Slider Using jQuery, que é um carrossel com os posts do blog de determinada categoria. Meu problema é o seguinte, o tema é repleto de tabs, e esse plugin aparentemente usa tabs tbm, e está dando conflito. Eu verifiquei que no plugin é impresso o seguinte código: <script type="text/javascript" src="<?php echo FCG_PLUGIN_URL; ?>/scripts/jquery-1.4.2.min.js"></script> E no <?php wp_head(); ?> já é impresso o jQuery inteiro: <script src="http://www.academiasrio.com.br/wp-includes/js/jquery/jquery.js?ver=1.4.2" type="text/javascript"></script> Quando eu deleto o jquery do plugin ( jquery-1.4.2.min ) o plug para de funcionar, mas se eu o deixo as tabs deixam de funcionar. Não sei o que fazer rs Meu head está da seguinte forma: <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title> Academias Rio – O seu guia de saúde e boa forma</title> <link rel='stylesheet' id='contact-form-7-css' href='http://www.academiasrio.com.br/wp-content/plugins/contact-form-7/styles.css?ver=2.4.2' type='text/css' media='all' /> <script type='text/javascript' src='http://www.academiasrio.com.br/wp-includes/js/jquery/jquery.js?ver=1.4.2'></script> <script type='text/javascript' src='http://www.academiasrio.com.br/wp-content/themes/classipress/includes/js/easing.js?ver=1.3'></script> <script type='text/javascript' src='http://www.academiasrio.com.br/wp-content/themes/classipress/includes/js/jcarousellite.js?ver=1.0.1'></script> <script type='text/javascript' src='http://www.academiasrio.com.br/wp-content/themes/classipress/includes/js/theme-scripts.js?ver=3.0'></script> <script type='text/javascript' src='http://www.academiasrio.com.br/wp-content/themes/classipress/includes/js/validate/jquery.validate.pack.js?ver=1.6'></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.academiasrio.com.br/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.academiasrio.com.br/wp-includes/wlwmanifest.xml" /> <link rel='index' title='Academias Rio – O seu guia de saúde e boa forma' href='http://www.academiasrio.com.br' /> <meta name="generator" content="WordPress 3.0" /> <script type="text/javascript" src="http://www.academiasrio.com.br/wp-content/plugins/jquery-slider-for-featured-content/scripts/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="http://www.academiasrio.com.br/wp-content/plugins/jquery-slider-for-featured-content/scripts/jquery-ui-1.7.3.custom.min.js"></script> <script type="text/javascript" > var slider_speed = '2000'; var animation_style = 'Slide Up/Down'; var show_caption = 'Yes'; $(document).ready(function(){ if(show_caption == 'No') { $("#featured .ui-tabs-panel .info").hide(); } if( animation_style == 'Slide Up/Down'){ FCGSlideInOut(); } else if( animation_style == 'Fade In/Out'){ FCGFadeInOut(); } }); function FCGSlideInOut(){ $("#featured").tabs( { fx:{opacity: "toggle"}, select : function(){ if( show_caption != 'No') { $("#featured .ui-tabs-panel .info").animate({top:'280px'}, 500 ).animate({top:'192px'}, 500 ); } } } ).tabs("rotate", 2000, true); $("#featured").hover(function() { $("#featured").tabs("rotate",0,true); }, function() { $("#featured").tabs("rotate",2000,true); }); } function FCGFadeInOut(){ // $("#featured .ui-tabs-panel .info").css('top','280px'); $("#featured").tabs( { fx:{opacity: "toggle"}, select : function(){ if( show_caption != 'No') { //$("#featured .ui-tabs-panel .info").fadeOut("slow"); } } } ).tabs("rotate", slider_speed, true); $("#featured").hover(function() { $("#featured").tabs("rotate",0,true); }, function() { $("#featured").tabs("rotate",slider_speed,true); }); } </script> <meta name="version" content="ClassiPress 3.0.2" /> <link href="http://www.academiasrio.com.br/wp-content/themes/classipress/styles/red.css" rel="stylesheet" type="text/css" /> <link href="http://www.academiasrio.com.br/wp-content/themes/classipress/styles/custom.css" rel="stylesheet" type="text/css" /> <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://www.academiasrio.com.br/?feed=rss2" /> <link rel="pingback" href="http://www.academiasrio.com.br/xmlrpc.php" /> <!-- TinyMCE --> <script type="text/javascript" src="http://www.academiasrio.com.br/wp-includes/js/tinymce/tiny_mce.js"></script> <script type="text/javascript"> tinyMCE.init({ mode : "textareas", theme : "simple" }); </script> <!-- /TinyMCE --> </head> Desde já agradeço a ajuda (: Compartilhar este post Link para o post Compartilhar em outros sites
Anderson Narciso 3 Denunciar post Postado Novembro 22, 2010 http://www.google.com.br/#hl=pt-BR&biw=1920&bih=859&q=conflito+de+jquery&aq=f&aqi=&aql=&oq=&gs_rfai=&fp=285bc1e1d7786ac0 Compartilhar este post Link para o post Compartilhar em outros sites