Explique melhor o que acontece para ver se posso ajudar. Se possível, envie o link do site.
—
Explain better what is happening and i see if i can help. If possible, send the website link.
Isso pode ser CHARSET ou ENCODE.
Você é Brasileiro? Se sim, deixe seu contato (msn, twitter, etc.) para que possamos nos falar.
I do different and more flexible.
Just add the following lines into your theme header.php after wp_header();
<script>
var tb_pathToImage = “<?php bloginfo(‘url’); ?>/wp-includes/js/thickbox/loadingAnimation.gif”;
var tb_closeImage = “<?php bloginfo(‘url’); ?>/wp-includes/js/thickbox/tb-close.png”;
</script>
Example:
<?php wp_enqueue_script( ‘jquery’);?>
<?php wp_head(); ?>
<script>
var tb_pathToImage = “<?php bloginfo(‘url’); ?>/wp-includes/js/thickbox/loadingAnimation.gif”;
var tb_closeImage = “<?php bloginfo(‘url’); ?>/wp-includes/js/thickbox/tb-close.png”;
</script>
<body>
Using this, you won’t need to hack your WP core and could keep your installation always fresh. Keep it in mind.
😉