Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • thehacker Friend
    #136089

    First of all i want to say hi to all…especially to the creators of JoomlArt templates and to congratz you all for great work 🙂
    Second i just downloaded JA Vauxite and i’m testin it in local host and i spotted minor bug,
    when you turn off this module reset to defaults button appears over search. I installed quickstart.
    It can be removed bu deleting some code in index.php but i just wanted to point that to you so you can fix this in next template update.
    you can see that in img i attached.

    Kind regards,
    Nenad


    1. reset
    Sherlock Friend
    #282120

    Dear thehacker !
    Thanks you for report, i will check and update it soon.

    thehacker Friend
    #282123

    Like i said it can be removed by deleting part of 1 line in code, but for less expirienced members it would better if you fix that.
    Cheers

    cssyeah Moderator
    #282128

    Hi thehacker,

    open the index.php in the templatesja_vauxite folder and modify the following code section:


    <?php if($this->countModules('ja-cpanel')) {?> //Add new
    <div id="ja-cpanel-tools">
    <div id="ja-cpanel" >
    <div id="ja-usertools" class="clearfix">
    <?php if ($tmpTools->getParam('usertool_color')): ?>
    <div id="ja-usercolor" class="clearfix">
    <span>CHANGE COLOR</span>
    <?php $tmpTools->genToolMenu($tmpTools->getParam('usertool_color'), 'gif'); ?>
    </div>
    <?php endif; ?>

    <?php if ($tmpTools->getParam('usertool_layout')): ?>
    <div id="ja-userlayout" class="clearfix">
    <span>CHANGE LAYOUT</span>
    <?php $tmpTools->genToolMenu($tmpTools->getParam('usertool_layout'), 'gif'); ?>
    </div>
    <?php endif; ?>

    <?php if ($tmpTools->getParam('usertool_font')): ?>
    <div id="ja-userfont" class="clearfix">
    <span>SET FONT SIZE </span><?php $tmpTools->genToolMenu($tmpTools->getParam('usertool_font'), 'gif'); ?>
    </div>
    <?php endif; ?>
    <a href="#" id="reset-default"><img style="cursor: pointer;" src="<?php echo $tmpTools->templateurl()."/images/reset-default.gif" ;?>" title="" alt="" onclick="resetall();return false;"/></a>
    </div>
    </div>
    <jdoc:include type="modules" name="ja-cpanel" style="raw" />
    </div>
    <?php } ?> //Add new

    🙂

    thehacker Friend
    #282133

    That fixed up the problem 🙂
    Thnx!

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

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

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