I have installed the pro version and with Gtranslate everything is working perfectly. However I have a very troublesome problem.
When you change the language of the site and are looking at for example : http://www.playalosarcos.com/es/index.php everything works fantastic except the links to external features of the site. When you click on a link that goes to an external resource it is adding the /es to the link which will obviously mark an error because it does not exist. How can i keep gtranslate from adding the /es to the external links?
In specific what i am talking about is when you click on the button to use the Live chat. In English it opens perfectly as it should:
http://www.playalosarcos.com/livezilla/ ... xB&hg=Pw__
but when viewing in Spanish it opens:
http://www.playalosarcos.com/es/livezil ... xB&hg=Pw__
which does not exist and marks an error.
Any ideas??
The code I have used to install that button is this:
<a href="javascript:void(window.open('http://www.playalosarcos.com/livezilla/chat.php?intgroup=UExB&hg=Pw__','','width=590,height=610,left=0,top=0,resizable=yes,menubar=no,location=no,status=yes,scrollbars=yes'))"><img src="http://www.playalosarcos.com/livezilla/image.php?id=01&type=inlay&hg=Pw__&intgroup=UExB" width="120" height="30" border="0" alt="LiveZilla Live Help" /></a>
Thanks!!