[email protected] wrote:Is it possible to set up an RSS feed from the translated pages of GTranslate Pro? For instance if I use this url http://www.xxx.com/es/feed I simply get a blank page whereas on the non-translated pages it will give me an rss feed in my Wordpress multisite installation.
Thanks, Tee
Edvard wrote:Hi,
We do not support XML translations including RSS feeds.
Thanks!
switch($data['floating_language_selector']) {
case 'top_left': $html = '<div style="position:fixed;top:'.$vertical_location.';left:8%;z-index:999999;">'.GTranslate::get_widget_code(false).'</div>'; break;
case 'top_right': $html = '<div style="position:fixed;top:'.$vertical_location.';right:8%;z-index:999999;">'.GTranslate::get_widget_code(false).'</div>'; break;
case 'bottom_left': $html = '<div style="position:fixed;bottom:'.$vertical_location.';left:8%;z-index:999999;">'.GTranslate::get_widget_code(false).'</div>'; break;
case 'bottom_right': $html = '<div style="position:fixed;bottom:'.$vertical_location.';right:8%;z-index:999999;">'.GTranslate::get_widget_code(false).'</div>'; break;
default: $html = ''; break;
}
if ( is_admin_bar_showing() ) {
switch($data['floating_language_selector']) {
case 'top_left': $html = '<div style="position:fixed;top:32px;left:8%;z-index:999999;">'.GTranslate::get_widget_code(false).'</div>'; break;
case 'top_right': $html = '<div style="position:fixed;top:32px;right:8%;z-index:999999;">'.GTranslate::get_widget_code(false).'</div>'; break;
case 'bottom_left': $html = '<div style="position:fixed;bottom:'.$vertical_location.';left:8%;z-index:999999;">'.GTranslate::get_widget_code(false).'</div>'; break;
case 'bottom_right': $html = '<div style="position:fixed;bottom:'.$vertical_location.';right:8%;z-index:999999;">'.GTranslate::get_widget_code(false).'</div>'; break;
default: $html = ''; break;
}
} else {
switch($data['floating_language_selector']) {
case 'top_left': $html = '<div style="position:fixed;top:'.$vertical_location.';left:8%;z-index:999999;">'.GTranslate::get_widget_code(false).'</div>'; break;
case 'top_right': $html = '<div style="position:fixed;top:'.$vertical_location.';right:8%;z-index:999999;">'.GTranslate::get_widget_code(false).'</div>'; break;
case 'bottom_left': $html = '<div style="position:fixed;bottom:'.$vertical_location.';left:8%;z-index:999999;">'.GTranslate::get_widget_code(false).'</div>'; break;
case 'bottom_right': $html = '<div style="position:fixed;bottom:'.$vertical_location.';right:8%;z-index:999999;">'.GTranslate::get_widget_code(false).'</div>'; break;
default: $html = ''; break;
}
}
The following images served from XXXXXXXXX.com should be combined into as few images as possible using CSS sprites.
https://bamacomp.com/modules/mod_gtranslate/tmpl/lang/32/de.png
https://bamacomp.com/modules/mod_gtranslate/tmpl/lang/32/en-us.png
https://bamacomp.com/modules/mod_gtranslate/tmpl/lang/32/es.png
https://bamacomp.com/modules/mod_gtranslate/tmpl/lang/32/fr.png
https://bamacomp.com/modules/mod_gtranslate/tmpl/lang/32/ja.png
https://bamacomp.com/modules/mod_gtranslate/tmpl/lang/32/zh-CN.png
Users browsing this forum: No registered users and 2 guests