-
AuthorPosts
-
thehacker Friend
thehacker
- Join date:
- September 2008
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 6 times in 1 posts
December 9, 2008 at 9:31 am #136089First 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
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
December 10, 2008 at 6:40 am #282120Dear thehacker !
Thanks you for report, i will check and update it soon.thehacker Friendthehacker
- Join date:
- September 2008
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 6 times in 1 posts
December 10, 2008 at 6:46 am #282123Like 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.
Cheerscssyeah Moderatorcssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
December 10, 2008 at 7:05 am #282128Hi 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 Friendthehacker
- Join date:
- September 2008
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 8
- Thanked:
- 6 times in 1 posts
December 10, 2008 at 7:24 am #282133That fixed up the problem 🙂
Thnx!AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by thehacker 16 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
JA tools problem
Viewing 5 posts - 1 through 5 (of 5 total)