brunoqueiros 0 Denunciar post Postado Novembro 18, 2010 Instalei este plugin, é um slide, só que quando eu coloco o tema que eu estou fazendo ele não funciona e se coloco outro tema funciona, onde você acham que esta errado? http://hardinformatica.net/teste/ Compartilhar este post Link para o post Compartilhar em outros sites
Anderson Narciso 3 Denunciar post Postado Novembro 18, 2010 Tem a tag <?php wp_head(); ?> antes do fechamento dos seu </head>? Este plugin pelo que vi insere também automaticamente o js no código, não vejo o js no seu código fonte <script type="text/javascript"> var $jquery = jQuery.noConflict(); $jquery(document).ready(function() { $jquery('#wpcontent_slider').coinslider( { width: 700, height: 300, spw: 7, sph: 5, delay: 3000, sDelay: 30, opacity: 0.7, titleSpeed: 500, effect: '', navigation: true, links : true, hoverPause: true }); }); </script> <style type="text/css" media="screen"> #wpcontent_slider_container { overflow: hidden; position: relative; padding:0px;margin:0px; text-align:center; width:716px !important; } #wpcontent_slider { overflow: hidden; position: relative; font-family:\'Trebuchet MS\', Helvetica, sans-serif;border:8px solid #ffffff; text-align:left;} #wpcontent_slider a,#wpcontent_slider a img { border: none; text-decoration: none; outline: none; } #wpcontent_slider h4,#wpcontent_slider h4 a {margin: 0px;padding: 0px; font-family: 'Trebuchet MS', Helvetica, sans-serif; text-decoration:none;font-size: 18px; color:#ffffff;} #wpcontent_slider .cs-title {width: 100%;padding: 10px; background: #000000; color: #ffffff; font-family: 'Trebuchet MS', Helvetica, sans-serif; font-size: 12px; letter-spacing: normal;line-height: normal;} #wpcontent_slider_container .cs-prev,#wpcontent_slider_container .cs-next {font-weight: bold;background: #000000; font-size: 28px; font-family: "Courier New", Courier, monospace; color: #ffffff !important; padding: 0px 10px;-moz-border-radius: 5px;-khtml-border-radius: 5px;-webkit-border-radius: 5px;} #wpcontent_slider_container .cs-buttons { font-size: 0px; padding: 10px 0px 10px 0px; margin:0px auto; float:left;clear:left; } #wpcontent_slider_container .cs-buttons a { outline:none; margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #ffffff; color: #ffffff; text-indent: -1000px; } #wpcontent_slider_container .cs-active { background-color: #ffffff; color: #FFFFFF; } </style> <!-- End Content Slider Settings --> Compartilhar este post Link para o post Compartilhar em outros sites
brunoqueiros 0 Denunciar post Postado Novembro 18, 2010 Era isso cara, vlw. Estou aprendendo ainda. Compartilhar este post Link para o post Compartilhar em outros sites
Anderson Narciso 3 Denunciar post Postado Novembro 18, 2010 De buenas, já passei por isso no começo... Coloque também <?php wp_footer(); ?> no seu arquivo footer.php, antes de tudo. Há plugins que inserem no footer o código js, ex o contact for 7, a opção do uso de ajax do plugin é inserida no footer. Compartilhar este post Link para o post Compartilhar em outros sites
brunoqueiros 0 Denunciar post Postado Novembro 18, 2010 Então deu certo aqui, eu preciso colocar este código ainda? Compartilhar este post Link para o post Compartilhar em outros sites