Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • carlucci Friend
    #150754

    The color change does not react.
    Menu —> Explore <change color> not react.
    Admin -> Parameters -> Themes -> Default Style <White color> work.
    Other Style not work.

    damian Friend
    #342123

    Yup. Color theme does not react.

    ghostik Friend
    #342144

    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>

    carlucci Friend
    #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 Friend
    #342147

    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)

    damian Friend
    #342150

    Thanks it’s Works

    carlucci Friend
    #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 Friend
    #342154

    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 theme

    i thing, that you don`t make refresh of edit template`s page

    carlucci Friend
    #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 theme

    i 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 Moderator
    #342155

    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

    carlucci Friend
    #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 Friend
    #342158

    hmm, 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)

    darrenf Friend
    #342945

    Was just going to start a thread on this 😀

    Thanks for the answer!

Viewing 13 posts - 1 through 13 (of 13 total)

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