Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

brunoqueiros

[Resolvido] Erro plugin WordPress Content Slide

Recommended Posts

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

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

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.