Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • fredalva Friend
    #130129

    Hello,
    i would like change defaut color and remove color selector, someone can help me?

    Thanks

    Fred

    Sherlock Friend
    #256375

    Hi fredalva !
    What joomla version do you use ?

    fredalva Friend
    #256382

    hello,
    i use joomla 1.53

    Menalto Friend
    #256387

    You have that option in the admin panel of Joomla, go to Extensions>Template Manager, check the template you wanna edit and press Edit at top right, on next page there you have the options to choose the settings you want.,

    Sherlock Friend
    #256536

    Hi fredalva !
    You can select color by way :
    – Go to admin >> extensions >> template manager >> JA avior –> select color in Color Variation box.
    Remove color tool by way :
    Open ja_templatetools file in templatesja_avior folder find following code section :


    if ($ja_tools & 4){//show color tools
    ?>
    <span class="ja-color-theme">
    <?php
    foreach ($this->_ja_color_themes as $ja_color_theme) {
    echo "
    <a><img style="cursor: pointer;" src="".$this->templateurl()."/images/".$ja_color_theme.( ($this->getParam(JA_TOOL_COLOR)==$ja_color_theme) ? "-hilite" : "" ).".".$imgext."" title="".$ja_color_theme." color" alt="".$ja_color_theme." color" id="ja-tool-".$ja_color_theme."color" onclick="switchTool('".$this->template."_".JA_TOOL_COLOR."','$ja_color_theme');return false;" /></a>
    ";
    }
    ?>
    </span>
    <?php
    }

    remove obove code section.

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

This topic contains 5 replies, has 3 voices, and was last updated by  Sherlock 15 years, 10 months ago.

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