-
AuthorPosts
-
carlucci Friend
carlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
April 29, 2010 at 10:21 pm #150754The color change does not react.
Menu —> Explore <change color> not react.
Admin -> Parameters -> Themes -> Default Style <White color> work.
Other Style not work.2 users say Thank You to carlucci for this useful post
damian Frienddamian
- Join date:
- May 2008
- Posts:
- 154
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 70
- Thanked:
- 20 times in 1 posts
April 30, 2010 at 1:54 am #342123Yup. Color theme does not react.
ghostik Friendghostik
- Join date:
- April 2010
- Posts:
- 71
- Downloads:
- 2
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 11 times in 4 posts
April 30, 2010 at 4:53 am #342144change of template`s color is wrong, bud here is the solution:
go to the file “templateDetails.xml” and change
<option value=”default”>Default</option>
<option value=”white”>White color</option>
<option value=”blue”>Blue color</option>
<option value=”blue_light”>Blue light color</option>
<option value=”green”>Green color</option>
<option value=”light-green”>Green light color</option>
<option value=”red”>Red color</option>
<option value=”red_light”>Red light color</option>to the
<option value=”default”>Default</option>
<option value=”white”>White color</option>
<option value=”dark-blue”>Blue color</option>
<option value=”light-blue”>Blue light color</option>
<option value=”dark-green”>Green color</option>
<option value=”light-green”>Green light color</option>
<option value=”dark-red”>Red color</option>
<option value=”light-redt”>Red light color</option>3 users say Thank You to ghostik for this useful post
carlucci Friendcarlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
April 30, 2010 at 5:45 am #342146<em>@ghostik 176778 wrote:</em><blockquote>change of template`s color is wrong, bud here is the solution:
go to the file “templateDetails.xml” and change
<option value=”default”>Default</option>
<option value=”white”>White color</option>
<option value=”blue”>Blue color</option>
<option value=”blue_light”>Blue light color</option>
<option value=”green”>Green color</option>
<option value=”light-green”>Green light color</option>
<option value=”red”>Red color</option>
<option value=”red_light”>Red light color</option>to the
<option value=”default”>Default</option>
<option value=”white”>White color</option>
<option value=”dark-blue”>Blue color</option>
<option value=”light-blue”>Blue light color</option>
<option value=”dark-green”>Green color</option>
<option value=”light-green”>Green light color</option>
<option value=”dark-red”>Red color</option>
<option value=”light-redt”>Red light color</option></blockquote>I made the change you say. It works exactly as before.
Still no reaction.ghostik Friendghostik
- Join date:
- April 2010
- Posts:
- 71
- Downloads:
- 2
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 11 times in 4 posts
damian Frienddamian
- Join date:
- May 2008
- Posts:
- 154
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 70
- Thanked:
- 20 times in 1 posts
April 30, 2010 at 6:04 am #342150Thanks it’s Works
carlucci Friendcarlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
April 30, 2010 at 6:14 am #342151<em>@ghostik 176782 wrote:</em><blockquote>sorry, typing error:
<option value=”light-red”>Red light color</option>“option value” must have same name then CSS files (…/templates/ja_norite/css/colors/color_file.css)</blockquote>
Is somewhat better. Now works by changing the parameter in the Template Manager.
Changing the color does not react with the Menu -> Explorer.ghostik Friendghostik
- Join date:
- April 2010
- Posts:
- 71
- Downloads:
- 2
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 11 times in 4 posts
April 30, 2010 at 6:22 am #342154do you make website refresh (F5) of ja_norite template`s parameters page?
1. change the “templateDetails.xml”, if I post up and then save it
2. until then you go to he joomla admin – template manager – ja norite – edit
3. then select the color themei thing, that you don`t make refresh of edit template`s page
1 user says Thank You to ghostik for this useful post
carlucci Friendcarlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
April 30, 2010 at 6:29 am #342156<em>@ghostik 176790 wrote:</em><blockquote>do you make website refresh (F5) of ja_norite template`s parameters page?
1. change the “templateDetails.xml”, if I post up and then save it
2. until then you go to he joomla admin – template manager – ja norite – edit
3. then select the color themei thing, that you don`t make refresh of edit template`s page</blockquote>
I do exactly what you say. Always Refresh screen with F5.
Surely you must change any PHP file.Arvind Chauhan ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
April 30, 2010 at 6:30 am #342155Thanks guys,
I confirm the issue and xml is fixed, updating the download file in some time now. To make the color changes work from the frontend. Please add
<?php define(‘_DEMO_MODE_’, 1); ?>
at the bottom on your configuration.php file in your site root.
That might help.
Regards
Arvind
4 users say Thank You to Arvind Chauhan for this useful post
carlucci Friendcarlucci
- Join date:
- November 2006
- Posts:
- 509
- Downloads:
- 195
- Uploads:
- 108
- Thanks:
- 172
- Thanked:
- 17 times in 3 posts
April 30, 2010 at 6:34 am #342157<em>@drarvindc 176791 wrote:</em><blockquote>Thanks guys,
I confirm the issue and xml is fixed, updating the download file in some time now. To make the color changes work from the frontend. Please add
<?php define(‘_DEMO_MODE_’, 1); ?>
at the bottom on your configuration.php file in your site root.
That might help.
Regards
Arvind</blockquote>
O.K. It work
ghostik Friendghostik
- Join date:
- April 2010
- Posts:
- 71
- Downloads:
- 2
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 11 times in 4 posts
April 30, 2010 at 6:37 am #342158hmm, i maked only, that i wrote a and it works :confused:
perhaps that joomlart fix this small bug in new version + sollution for some write drarvindc
(i don`t tested drarvindc help) -
AuthorPosts
This topic contains 13 replies, has 5 voices, and was last updated by darrenf 14 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum