Hi.
I’m using the google ajax translation plugin (ver 4.05) but I’m having some issues that I can’t figure how to solve.
My template uses excerpts and in the main page (http://motus-anima.com), the first excerpt always has the “read more” (ver más) link disabled, as well as the “translator” and “share/save” buttons are disabled too.
Another problem I’m having is whenever a full story is loaded, for instance http://motus-anima.com/2009/07/zoe/ the translator button does nothing.
I have read the post http://wordpress.org/support/topic/283638?replies=23 where is suggested to change some lines in single and page.php. However in my template single.php only has this:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php
$prev_link = get_previous_post_link('« %link');
And page.php only has this:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="Post">
I also have read the post http://wordpress.org/support/topic/285014?replies=8 but didn't get how to fix it as I'm a newbie and I’m afraid to mess it all (I have no idea how to make an apache alias).
Thanks in advance for any help you can give me.