Forum Archive - JoomlaWorks Frontpage Slideshow Manual translation issue

JoomlaWorks Frontpage Slideshow Manual translation issue
May 5, 2011 10:40 am by Aedi
Hi, I get unsuitable translations from Google which is expected, but the EDIT button does not appear anywhere near the slideshow module to be able to edit the text... *(it appears almost everywhere else on the page) Same problem I also get the "SEND" button from the contact page (basic Joomla form) untranslated and also no option to force edit. Thanks for your help.
Re: JoomlaWorks Frontpage Slideshow Manual translation issue
May 5, 2011 11:33 am by Edvard
Hi, On which site I can test it?
Re: JoomlaWorks Frontpage Slideshow Manual translation issue
May 5, 2011 3:42 pm by Aedi
Hi Edvard, orchid-link dot com
Re: JoomlaWorks Frontpage Slideshow Manual translation issue
May 6, 2011 10:06 am by Edvard
Hi, I have found in the CSS that it hides all the img tags inside the slideshow: /modules/mod_fpss/tmpl/Orchid1/css/template_css.php?w=750&h=240&sw=200 .fpss-introtext .slidetext img, .fpss-introtext .slidetext p img {display: none;} You can remove that temporarily, edit the texts and put it back.
Re: JoomlaWorks Frontpage Slideshow Manual translation issue
May 7, 2011 6:53 am by Aedi
Hi Edvard, I tried removing a few {display:none;} but thre is no change, emptied the cache too... Here si the full stylesheet: /* --- Slideshow Containers --- */ #fpss-outer-container {padding:0;margin:-10px auto;border:2px solid #0099cc;width:<?php echo $width+$sidebarWidth; ?>px;} #fpss-container {/*clear:both;*/padding:0;margin:0;position:relative;text-align:left;width:<?php echo $width+$sidebarWidth; ?>px;} #fpss-slider {overflow:hidden;background:none;/*clear:both;*/width:<?php echo $width; ?>px;height:<?php echo $height; ?>px;} #slide-loading {background:#000 url(../images/loading_black.gif) no-repeat center;margin:0;padding:0;width:<?php echo $width; ?>px;height:<?php echo $height; ?>px;} #slide-wrapper {display:none;font-size:15px;text-align:left;} #slide-wrapper #slide-outer {height:<?php echo $height; ?>px;} #slide-wrapper #slide-outer .slide {position:absolute;overflow:hidden;width:<?php echo $width; ?>px;height:<?php echo $height; ?>px;} #slide-wrapper #slide-outer .slide .slide-inner {margin:0;color:#000;overflow:hidden;background:#141414;text-align:left;height:<?php echo $height; ?>px;} #slide-wrapper #slide-outer .slide .slide-inner a.fpss_img span span span {background:none;} /* --- Content --- */ .fpss-introtext {width:auto;width:100%;margin:0;padding:0;position:absolute;top:0;left:0;right:0;background:url(../images/transparent_bg.png);} .fpss-introtext .slidetext {margin:0;padding:10px 100px 0 20px;} /* --- Navigation Buttons --- */ #navi-outer {position:absolute;top:0;right:0;/*clear:both;*/margin:0;padding:0;color:#000;background:#363636;overflow:hidden;width:<?php echo $sidebarWidth; ?>px;height:<?php echo $height; ?>px;} #navi-outer ul {padding:0;margin:0;background:none;text-align:center;} #navi-outer li {display:inline;padding:0;margin:0;border:none;height:56px;list-style:none;background:none;} #navi-outer a {display:block;padding:4px;margin:0;text-decoration:none;background:#141414 url(../images/nav.gif) repeat-x bottom;height:52px;border-bottom:1px solid #333;overflow:hidden;font-weight:normal;color:#aaa;line-height:10px;} #navi-outer a:hover, #navi-outer a.navi-active {display:block;padding:4px;margin:0;text-decoration:none;background:#c32851 url(../images/nav-over.gif) repeat-x bottom;height:50px;border-bottom:1px solid #333;overflow:hidden;font-weight:normal;color:#aaa;line-height:10px;} #navi-outer li a span.navbar-img {display:none;} #navi-outer li a span.navbar-key {display:none;} #navi-outer li a span.navbar-title {display:block;font-size:15px;font-family:"Century Gothic","Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-weight:;color:#fff;line-height:15px;vertical-align:middle;} #navi-outer li a span.navbar-tagline {font-weight:normal;font-size:10px;color:#fff;margin:0;padding:0;} #navi-outer li a:hover span.navbar-tagline, #navi-outer li a.navi-active span.navbar-tagline {font-weight:normal;font-size:10px;color:#fff;margin:0;padding:0;line-height:12px;} span.navbar-clr {display:block;/*clear:both;*/} #navi-outer li a span.navbar-clr {display:none;} #navi-outer li.noimages {display:none;} /* --- Notice: Add custom text styling here to overwrite your template's CSS styles! --- */ .fpss-introtext .slidetext h1 {color:#000066;font-family: "Century Gothic", "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:24px;margin:20;padding:0;line-height:10px;} .fpss-introtext .slidetext h1 a {color:#000066;font-family:"Century Gothic", "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:24px;margin:0;padding:0;} .fpss-introtext .slidetext h1 a:hover {color:#000066;font-family:"Century Gothic", "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;font-size:24px;margin:0;padding:0;} .fpss-introtext .slidetext h2 {display:none;} .fpss-introtext .slidetext h3 {display:none;} .fpss-introtext .slidetext p {margin:4px 0;padding:0;color:#000;} .fpss-introtext .slidetext a.readon {display:none;} .fpss-introtext .slidetext a.readon:hover {display:none;} /* --- Generic Styling (highly recommended) --- */ a:active,a:focus {outline:0;} #fpss-container img {border:none;} .fpss-introtext .slidetext img, .fpss-introtext .slidetext p img {display:none;} /* this will hide images inside the introtext */ .fpss-clr {/*clear:both;*/height:0;line-height:0;} /* --- End of stylesheet --- */
Re: JoomlaWorks Frontpage Slideshow Manual translation issue
May 9, 2011 11:38 am by Edvard
You can try FireBug on FireFox to select the non visible img and make it visible easily. Then you will be able to push it and edit the translation.
Re: JoomlaWorks Frontpage Slideshow Manual translation issue
May 10, 2011 10:36 pm by Aedi
I have removed everything that was "display:none" from the CSS using Firebug and still the GTranslate icons are invisible...
Re: JoomlaWorks Frontpage Slideshow Manual translation issue
May 12, 2011 10:48 am by Edvard
OK, there is also a height: .fpss-introtext .slidetext img, .fpss-introtext .slidetext p img .fpss-clr {height:0;} You need to remove that one too.
Re: JoomlaWorks Frontpage Slideshow Manual translation issue
May 13, 2011 11:54 pm by Aedi
I have managed to get it to work but since this morning, the country does not switch anymore... I have cleaned up the cache though. Any particular incompatibility with Mootools or Jquery of the slideshow? I have tested both.
Re: JoomlaWorks Frontpage Slideshow Manual translation issue
May 16, 2011 12:16 pm by Edvard
Hi, I'm not sure I understand what do you mean by "the country does not switch anymore"... I don't suggest clearing the translation cache (gtranslate/cache/XX folders), but it is not an issue if you have cleared it. It doesn't have problems with mootools or jQuery...
Re: JoomlaWorks Frontpage Slideshow Manual translation issue
May 16, 2011 10:53 pm by Aedi
It works now. Thanks Edvard.
Re: JoomlaWorks Frontpage Slideshow Manual translation issue
May 17, 2011 9:53 am by Edvard
OK, good to hear that!

SIMILAR TOPICS

German translation changes the centuryDec 31, 2018 3:06 pmReplies: 1Post by: adrievdl
Graphic translation for every language is missingDec 19, 2018 7:54 amReplies: 1Post by: Daryl Dixon
Problem of translation in my websiteDec 8, 2018 12:15 pmReplies: 1Post by: Ibrahim
translation works only with ctrl + f5 in browser help pleaseNov 15, 2018 1:10 pmReplies: 1Post by: milangomes
How to activate neural translationMar 30, 2018 1:53 pmReplies: 5Post by: 5hamm

Try GTranslate with a free 15 day trial