Red Template Color isn´t working

GK User
Sat Jul 02, 2011 7:29 pm
Hi,

Finance Business Template is great!

I´ve installed only the template via joomla admin area (not quickstart version).

I would like to use the Red color Template. The RED color can be selected in parameter area of the template but instead it shows up the green color template. Red isn´t working.


screenshot.jpg

Only blue, orange and green is working.

Can the error be fixed?

Thanks.

jbfp
User avatar
Junior Boarder

teitbite
Sun Jul 03, 2011 4:43 pm
Hi

Is the red theme working while selecting from the frontend ? Please try clear cookie after selecting the color in the panel.
User avatar
Moderator

GK User
Sun Jul 03, 2011 8:35 pm
Your are right ;)
Please open templaDetails.xml file and replace this:

with this
Code: Select all
<param name="template_color" type="list" default="1" label="Template color" description="Select color of the template">
                  <option value="1">blue</option>
                  <option value="2">red</option>
                  <option value="3">green</option>
            </param>


Code: Select all
<param name="template_color" type="list" default="1" label="Template color" description="Select color of the template">
                  <option value="1">blue</option>
                  <option value="2">green</option>
                  <option value="3">orange</option>
        <option value="4">red</option>
            </param>


This will be added on next update.

Thank you for the report.

Cheers ;)
User avatar
Platinum Boarder

GK User
Mon Jul 04, 2011 3:47 pm
Thank you very much! Now it works fine.


You're welcome!
User avatar
Junior Boarder


cron