Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • charles99 Friend
    #152217

    I would like to give my members the option to change the template theme color, but without the link option showing: ?ja_color=light_orange!

    I would like to stop the the setting from show….

    http:// mysite.com/?ja_color=light_orange

    (this is what shows after changing theme color and I don’t want this to show no matter which theme a consumer selects.)

    Thanks

    Saguaros Moderator
    #348789

    Hello !

    Pls open the file templates/ja_rasite/index.php and try to find the following code:
    [PHP]
    if( defined(‘_DEMO_MODE_’) ) {

    $tmplTools = JATemplateHelper::getInstance($this, array(‘ui’, JA_TOOL_SCREEN, JA_TOOL_MENU, JA_TOOL_COLOR, ‘main_layout’, ‘direction’));

    } else {

    $tmplTools = JATemplateHelper::getInstance($this, array(‘ui’, JA_TOOL_SCREEN, JA_TOOL_MENU, ‘main_layout’, ‘direction’));

    }

    [/PHP]
    replace:
    [PHP]

    $tmplTools = JATemplateHelper::getInstance($this, array(‘ui’, JA_TOOL_SCREEN, JA_TOOL_MENU, ‘main_layout’, ‘direction’));

    [/PHP]

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

This topic contains 2 replies, has 2 voices, and was last updated by  Saguaros 14 years, 3 months ago.

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