Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • njean Friend
    #126936

    Hi,

    I noticed in the template demo that there’s a parameter actually used to change the template color “on the fly”.

    Such parameter is ?ja_color=orange

    I tried using that on my copy but it doesn’t work. To change the color, I have to switch it from template’s options.

    So, how to switch it “on the fly” using ?ja_color=orange?

    njean Friend
    #243633

    weekly bump

    Nam Nguyen Phi Friend
    #243889

    I found some stranger code in ja_edenite for 1.0 template.
    This template support only for 3 colors: default, red and orange but in ja_templatetools_1.0x.php is written:

    var $template = 'ja_drimia';

    var $_ja_color_themes = array ('default', 'blue', 'green');

    I think it must be written:

    var $template = 'ja_edenite';

    var $_ja_color_themes = array ('default', 'orange', 'red');

    May be, that are bugs and the cause of Njean’s trouble .
    Pls review them.

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

This topic contains 3 replies, has 2 voices, and was last updated by  Nam Nguyen Phi 16 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum