Finance.com template unchangable??

Questions related to the configuration of Joomla, Templates, and Security related questions/issues
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Mar 12, 2010 11:54 am
Hi,

I have installed the finance.com template, but when I try to change the settings in the template manager (like changing colors) nothing happens. What am I doing wrong (params.ini is writeable)?

Help!

APHDE
User avatar
Fresh Boarder

teitbite
Sun Mar 14, 2010 10:01 pm
Hi

Unfortunately this is a bug I cannot define, but the solution is to set the value for choosen color in templates/gk_finance/lib/php/gk_setup.php line 25.

Code: Select all
   $template_color = $this->params->get("template_color", 1);


Just change the value after "=" to the number of choosen color.

Example

Code: Select all
   $template_color = 1;
User avatar
Moderator

GK User
Mon Mar 15, 2010 3:08 am
Hi

Yes, there's still something to improve on this style interface.
Anyway, if you disable Tools on template parameters it will work. The default theme color will be the one chosen on "Template color" parameter.

Cheers
User avatar
Platinum Boarder

GK User
Thu May 13, 2010 5:30 am
Seichinha wrote:
... disable Tools on template parameters it will work ..


This post is EXTREMELY helpful. It is the only solution that worked for me. Muchas gracias.
User avatar
Fresh Boarder


cron