Chameleon Theme - Shift+Click does not work on my PC

Chameleon Theme - Shift+Click does not work on my PC

by falguni Dharodiya -
Number of replies: 3

I set Chameleon theme enabled to True in config.php. But the problem is that Shift+Click doesn't open CSS Selector on my PC. I cleared the cache , deleted browser history and also tried to open in different browsers( I tried IE8, Firefox,Chrome,Opera). It doesn't work in any of these browsers. But ,it works fine on my Boss's PC  and my colleague's PC fine, but it doesn't work on my PC only.......

Any suggestion?

Thank you in advance.......

Average of ratings: -
In reply to falguni Dharodiya

Re: Chameleon Theme - Shift+Click does not work on my PC

by Shannon White -
Hmm, no suggestions, just that I have the same problem. Is there a setting somewhere inside of Moodle to enable that ability? I am not talking about setting

$THEME->chameleonenabled = true

in the config.php, but somewhere in the administrative block? For some reason I remember there being something about that, but can not find it again.

In reply to Shannon White

Re: Chameleon Theme - Shift+Click does not work on my PC

by Shannon White -
Oh! I found my problem.

I had enabled it in config.php, but had NOT added the lines

<?php include('ui/chameleon.php'); ?>
<?php include("$CFG->javascript"); ?>

to my header.html file.

Of course, don't forget to copy the ui directory, the user_styles.css, and the temp_user_styles.css files and directory from the chameleon directory to your theme directory.

Also, don't forget to add 'user_styles' to the sheets array in config.php, something like:

$THEME->sheets = array('styles_layout','styles_color','styles_fonts','user_styles');

Hope this helps...

Got the info from http://docs.moodle.org/en/Chameleon