-
AuthorPosts
-
September 8, 2007 at 12:24 pm #122632
Hi.
I want to change the dafault color from green to blue, but when I change to ‘laputa’ in index.php it do not work.
What can be wrong?Hope someone can help me.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 8, 2007 at 12:44 pm #229111Give me a PM with super admin access, ftp info and let me take a look at it?
September 10, 2007 at 5:15 pm #229210Also be aware, if using the ‘jw_minted_one-point-five_v2.0’ template any attempt to modify the index.php, from with in the ‘Manage Templates’ section in the backend, will render the front end un viewable.
Restoring the index.php from the download fixes it.
This is with Joomla 1.0.1.3 btw, may be the same with 1.0.1.2.
September 11, 2007 at 3:39 pm #229279i’ve got the same problem… i’ve joomla 1.0.12 and i haven’t insalled jw minted.
September 11, 2007 at 11:14 pm #229298how can i do it? joomlart tecnical assistance is bad in these months…
September 12, 2007 at 9:39 am #229321<em>@ikki_83 27378 wrote:</em><blockquote>how can i do it? joomlart tecnical assistance is bad in these months…</blockquote>
If you have this issue, and want to change menu style, or default colour then:
Open the original index.php in notepad (you will have to extract it from the zip file first), make the changes there.
Click ‘save’.Then upload it to your server using ftp, or CPANEL file manager if your host does that, and replace the index.php in /templates/ja_koniga.
September 12, 2007 at 10:17 am #229323i’ve changed the default color iwith notepad but nothing has happenad.. i’ve paied for these templates… how can do it?
September 12, 2007 at 10:21 am #229324Have you flushed the cache in Joomla and done a ctrl+f5 in your browser to clear the old css?
September 12, 2007 at 10:26 am #229325yeah… help me it’s very urgent
September 12, 2007 at 10:27 am #229326Also, you may need to (I did) go into tools->internet options ‘Delete…’ (on general page under browsing history).
Then delete cookies and temporary internet files (I did the files because it was long overdue).September 12, 2007 at 10:45 am #229327Problem will be that visitors colour will not change thugh, because they have a cookie set already.
Fix would be to change the cookie that is set by the theme, thus forcing a colour change.
ColorCSS is the part that looks up/sets user colour.
I’m not sure about this, but if all instances of ‘ColorCSS’ were renamed to, say ‘ColorCSSnew’, then this would effectively reset all users view.
Perhaps some one can confirm this?From ja_templatetools.php (in koniga template root), line 13,14 and 15:
if (isset($_COOKIE['JATheme']) && $_COOKIE['JATheme'] == $ja_template_name){
if (isset($_COOKIE['ColorCSS']) && $_COOKIE['ColorCSS']){
$ja_color = $_COOKIE['ColorCSS'];rcsbobby Friendrcsbobby
- Join date:
- November 2006
- Posts:
- 35
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
September 13, 2007 at 1:47 am #229353what do you change in the index.php file to set the default color?
<em>@b16enk 27404 wrote:</em><blockquote>If you have this issue, and want to change menu style, or default colour then:
Open the original index.php in notepad (you will have to extract it from the zip file first), make the changes there.
Click ‘save’.Then upload it to your server using ftp, or CPANEL file manager if your host does that, and replace the index.php in /templates/ja_koniga.</blockquote>
September 13, 2007 at 9:00 am #229374<em>@rcsbobby 27447 wrote:</em><blockquote>what do you change in the index.php file to set the default color?</blockquote>
About line 29:
# default color
$ja_color_default = 'default'; //blank for default, else pick one of in extra color themes $ja_color_themesValid options are:
‘default’
‘laputa’
‘sakura’HTH 🙂
-
AuthorPosts
This topic contains 13 replies, has 5 voices, and was last updated by b16enk 17 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum