Aditional style

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Wed Apr 04, 2012 2:48 pm
Hi,

I'm finally "updating" my Joomla! 1.0 with Sportmaxum to Joomla! 2.5.4 with theRealDesign. I've created a new color, style4 with my custom images, css etc. In the templateDetails.xml I've added style4 to list of colors
Code: Select all
<field name="template_color" type="list" default="4" label="TPL_GK_LANG_TEMPLATE_COLOR" description="TPL_GK_LANG_TEMPLATE_COLOR_DESC">
  <option value="1">TPL_GK_LANG_COLOR_1</option>
  <option value="2">TPL_GK_LANG_COLOR_2</option>
  <option value="3">TPL_GK_LANG_COLOR_3</option>
  <option value="4">TPL_GK_LANG_COLOR_4</option>
</field>

and also in the en-GB.tpl_gk_the_real_design.ini.
Code: Select all
TPL_GK_LANG_COLOR_4="myName"


In the template manager I select my custom style4.

Looking in the template_styles table I see
Code: Select all
{"template_color":"4",...


but when I go to my site I see it's still loading style3 as default and not style4.
Code: Select all
<link rel="stylesheet" href="http://.../templates/gk_the_real_design/css/typography.style3.css" type="text/css" />
...
<link rel="stylesheet" href="http://.../templates/gk_the_real_design/css/style3.css" type="text/css" />


Can anyone point me in the right direction, thanks.

- XiP
User avatar
Junior Boarder

GK User
Wed Apr 04, 2012 3:49 pm
Hi,

Have you tried cleaning cache data and do the files typography.style4.css and style4.css exist?
User avatar
Platinum Boarder

GK User
Fri Apr 06, 2012 9:06 am
They exist. Although I had turned all caching off myy guess it was still some sort of server side php caching.

Working now.

Thanks.
User avatar
Junior Boarder

GK User
Fri Apr 06, 2012 12:04 pm
Well, I'm so glad to know that :) Just feel free to let me know if you need any other helps.

Cheers,
User avatar
Platinum Boarder


cron