YJSG Template Manager labels Joomla 1.6
1 Attachment(s)
I'm having the same problem a few others had with the labels in the Template Manager that are not showing. I've tried all the suggestions like reinstalling the theme, but nothing has helped so far.
I've tried it with the template download and the demo download and I get the same result with both. I also didn't rename the template folder or change any files. Just downloaded the demo, unzipped and installed. Joomla 1.6 English Xampp for Windows Apache 2.2 PHP 5.3.1 Maybe it's not important but I have Joomla running in a subfolder on localhost (http://localhost/yougrids/). |
Well with about 40.000 downloads i think it is save to say that it isn't template related, forum would be swamped then:)
Have you also checked this thread: http://www.youjoomla.com/joomla_supp...correctly.html, and just in case, would it be possible for you to just install the demo in its own folder instead of a subfolder? |
1 Attachment(s)
Hi, I found in the file en-GB.tpl_yougrids.ini that
some keywords are not well formed. Code:
MOBREG_LABEL=Turn on registratin form in mobile viewCode:
MOBREG_LABEL="Turn on registratin form in mobile view"I attached file with some changes. |
Thanks a lot, this was the solution.
Now I can use the template |
It was not helpful for me unfortunately :-(
I run Joomla on a local server - Wampserver - and overwriting this file did not help. Looks like the file was ignored at all. I tried to copy it to several folders but still the template config shows only labels. I also made fresh Joomla install, and several template reinstalls but did not help. Any ideas what parameters I should set, so the language file was used? |
Re:
The last line of the file has to be modified too, same way that previous post...
Greetings ! |
I did it of course but it did not help. I reinstalled Wampserver and template started to work correctly. Unfortunately, after another reinstallation it stopped working again. I can't tell what has changed. It's very strange.
|
I have solved the same problem
In my case it was Parsing errors in language files in: templates/yougrids/language/en-GB/en-GB.tpl_yougrids.ini : error(s) in line(s) 7, 8, 12, 25, 28, 29, 30, 31, 32, 35, 40, 41, 43, 65, 67, 81, 83, 95, 97, 131, 134, 155, 157, 168, 171, 212, 216
and in the same file copy in site/language/en-GB/en-GB.tpl_yougrids.ini In this strings are several type of errors: 1) # instead ; in comment strings, 2) needless spaces and ? in words like: NO ACCOUNT YET?="No Account Yet?" instead of NO_ACCOUNT_YET="No Account Yet?" 3)and strings like this STYLE_SETTINGS_TAB ="<div class="yjsgdetial"> Adjust your template style</div>" better make like: STYLE_SETTINGS_TAB ="Adjust your template style" Totally file consist 27 parsing errors I think you guess that to do if you inspect this strings. It's not difficult. PS. Yougrids works normal at some Servers. I have problems with local server XAMPP but it works normal at remote server PS2: I very easy find the solution when I switch on "Debug system" and "Debug language" in Adminpanel/Site/Global configuration/System Hope I help somebody |
Quote:
as you noticed on some servers works fine , so i say it is xml parsing on the server. on my wamp and live servers I had no lang issues . but to make it clear il check for those and update the files , again :( |
Thanks, ossipenko! You were very helpful but it was not enough. By the way - how could I forget about debug mode?!
Anyway - there are two things more: 1) You need to copy the edited file also to language folder in main directory - the file is duplicated I don't know why. 2) There still were errors in lines 12, 29, 30, 31, 32. I had to correct NO ACCOUNT YET to NO_ACCOUNT_YET (add an underscore between the words). So, guys, now you have your script debugged for local servers :-) |
| All times are GMT -4. The time now is 04:02 PM. |
Powered by vBulletin®
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.