donalonzo
Member
Posted 1 month ago #
Howdy.
We installed your plugin on our wp blog but the flag icons/text are not showing up. We tried adding the code snippets described in the forum but it still won't work.
Link to our page: www.vagabondcowboys.com
We are using the following template: http://www.webmaster-talk.com/blog-themes/104047-free-wordpress-theme-western-silhouette.html
Thanks in advance.
http://wordpress.org/extend/plugins/google-ajax-translation/
I tried looking for your theme at
http://www.365karma.com/
but it looks like that page is gone. Something is currently broken with your theme since it doesn't have closing </body> or </html> tags.
Can you upload your theme files somewhere? I can take a look at them then.
donalonzo
Member
Posted 1 month ago #
Thank you for your fast reply!
You can download the theme here (direct link): http://themes.rock-kitty.net/download.php?themeID=220
If it doesn't work I can try to upload it on our own server.
Thanks in advance!
The theme you're using has an encoded set of advertising links in the footer. Replace the entire footer.php with this:
<div id="footer">
<p><?php bloginfo('name'); ?> is proudly powered by WordPress</p>
</div>
</div>
<?php wp_footer(); ?>
<!-- <?php echo get_num_queries(); ?> queries. <?php timer_stop(1); ?> seconds.-->
</body>
</html>
This makes the theme XHTML valid and puts the wp_footer() function before the end </body> tag.