Template color, can´t set blue as default

GK User
Tue May 01, 2012 8:00 pm
Hi,

I have set the color at "blue" in Joomla backend, but it still red, how come and how to slove ?

BR, Wiberg

http://www.mortenwiberg.dk
User avatar
Gold Boarder

GK User
Tue May 01, 2012 9:02 pm
Hi

I think you're right... and this not happening only on this template.
We will check this issue and release an update asap.


Cheers
User avatar
Platinum Boarder

GK User
Tue May 01, 2012 10:10 pm
ok i found the problem.
It's a small mistake :P

Please open the following file:
../language/en-GB/en-GB.tpl_gk_myfolio.ini

Find this lines:
Code: Select all
TPL_GK_LANG_COLOR_1="red"
TPL_GK_LANG_COLOR_2="blue"
TPL_GK_LANG_COLOR_3="brown"


change to

Code: Select all
TPL_GK_LANG_COLOR_1="blue"
TPL_GK_LANG_COLOR_2="red"
TPL_GK_LANG_COLOR_3="brown"


Problem fixed.
I suspect this is also happening on 2 or 3 templates.

Thank you for your report.

Cheers
User avatar
Platinum Boarder

GK User
Wed May 02, 2012 5:58 pm
Thanks :-)

But why change this in a Language file ??

It´s still red :-(

BR, Wiberg



Seichinha wrote:ok i found the problem.
It's a small mistake :P

Please open the following file:
../language/en-GB/en-GB.tpl_gk_myfolio.ini

Find this lines:
Code: Select all
TPL_GK_LANG_COLOR_1="red"
TPL_GK_LANG_COLOR_2="blue"
TPL_GK_LANG_COLOR_3="brown"


change to

Code: Select all
TPL_GK_LANG_COLOR_1="blue"
TPL_GK_LANG_COLOR_2="red"
TPL_GK_LANG_COLOR_3="brown"


Problem fixed.
I suspect this is also happening on 2 or 3 templates.

Thank you for your report.

Cheers
User avatar
Gold Boarder


cron