Postponed (maintainer needs more info)
Project:
Localization client
Version:
7.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2012 at 13:34 UTC
Updated:
18 Feb 2013 at 16:45 UTC
Jump to comment: Most recent
Comments
Comment #1
gábor hojtsyAny javascript errors?
Comment #2
Chipie commentedNo javascript errors so far.
Comment #3
gábor hojtsyOk, that should be the only case when this is missing from the page. Are the files for the module present in the page?
Comment #4
gábor hojtsyAnd are you on a foreign language (NOT English) page to begin with?
Comment #5
Chipie commentedWhich files do you mean?
Yes, I have selected a foreign language.
Comment #6
gábor hojtsyl10n_client.js for example in the page header among other listed JS files.
Comment #7
Chipie commentedYes. The files are (e.g. 10n_client.css, l10n_client.js) are included.
Comment #8
gábor hojtsyOk, then keep looking for JS errors, if the file is there, it should run unless JS errors happen.
Comment #9
Chipie commentedWhen I switch to the /admin, the button appears. Does the module work with the overlay module and the panels In-Place-Editor?
Comment #10
justme2013 commentedHi,
Having the same problem and not able to solve it in drupal 7
I have enabled this module in order to translate several string (e.g. SHOPPING CART) to WISH LIST). I don't want to translate content only string which are in Ubercart.
- Enabled module localization client, content translation
- Added a language NL, keep standard language EN default
- Check permission, but nothing to change as i'm admin
- file 10n_client.css is included in page when browsing, also l10n_client.js
- Having another JS error:
file was Is missing. This solved by putting this file on that location :-)
- Clear caches, rebuild permissions
Still not there? Any suggestions?
Comment #11
Chipie commentedHi,
when I select the "Seven" theme as default theme, the "Translate Text" button appears.
In the bartik theme, the button is hidden:
<div id="l10n-client" class="hidden l10n-client-processed" style="height: 2em; ">Do you know why?
Regards,
Stéphane
Comment #12
Chipie commentedThis patch solved my issue:
http://drupal.org/node/1181356#comment-6161526
Regards,
Stéphane
Comment #13
stevieegee commentedI had the same problem and patch - http://drupal.org/node/1181356#comment-6161526 also solved it for me.
Comment #14
Anonymous (not verified) commentedI also had this problem, I guess because I had defined in my own stylesheets the rule:
.hidden {display: none;}
I think this class name should be changed to something unique to this module.
Comment #15
drubbI can confirm this, as I stumbled upon this problem using a twitter bootstrap based theme. Twitter bootstrap treats the '.hidden' class with css "display:none;visibility:hidden", so I just had to revert this:
#l10n-client {display:block;visibility:visible;}This seems to work.
Comment #16
dalinFor those of you using the Panels In-Place-Editor, please see
http://drupal.org/node/1903570
I'm not sure if there are any people on this ticket still experiencing issues that are not fixed by either the above ticket, or
http://drupal.org/node/1181356#comment-6161526
Comment #17
inkling commentedFor those using Panopoly, see #1880508 l10n_client On-Page Translation button "Translate Text" gets Hidden.