-
AuthorPosts
-
June 20, 2009 at 1:01 pm #142087
Hi.
i’m using Rochea template and i install Joomfishthe question is i would like to put the joomfish language selection next to the ja-usertool (the magic stick which can choose color.. blah blah)
how can i do it?
i did put <blockquote><div id=”ja-lan”>
<jdoc:include type=”modules” name=”user10″ style=”xhtml” />
</div>
</blockquote>to
<blockquote>
<div id=”ja-lan”>
<jdoc:include type=”modules” name=”user10″ style=”xhtml” />
</div>
<?php if ($tmpTools->getParam(JA_TOOL_USER)) {?>
<div id=”ja-usertoolswrap”>
<span class=”ja-sitetool”> </span>
<div id=”ja-usertools” style=”left:<?php echo $ja_tool_left; ?>px”>
<?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER)); ?>
</div>
</div>
<?php } ?></div>
<!– END: MAIN NAVIGATION –></blockquote>
In index.phpand in template.css
<blockquote>
#ja-lan {
font-size:11px;
padding:7px 0 0;
position: relative;
right:225px;
top:10px;
} </blockquote>the problem is the flag and that magic stick don’t align and don’t sit next to each other.
:((see attachment.
Please help!!!!
June 22, 2009 at 2:05 pm #308676solved.
<blockquote><div id=”ja-mainnavwrap”>
<div id=”ja-lan”>
<jdoc:include type=”modules” name=”user10″ style=”xhtml” />
</div>
<div id=”ja-mainnav”>
<?php
$jamenu->genMenu(0);?>
</div>
<?php if ($tmpTools->getParam(JA_TOOL_USER)) {?>
<div id=”ja-usertoolswrap”>
<span class=”ja-sitetool”> </span>
<div id=”ja-usertools” style=”left:<?php echo $ja_tool_left; ?>px”>
<?php $tmpTools->genToolMenu($tmpTools->getParam(JA_TOOL_USER)); ?>
</div>
</div>
<?php } ?></div>
<!– END: MAIN NAVIGATION –>
</blockquote>and in template.css
change the old #ja-usertoolswrap to<blockquote>#ja-usertoolswrap {
float: right;
margin-top: -30px;
margin-right: -40px;
width: 30px;
height: 30px;
display: block;
background: url(../images/sitetool-bg1.gif) no-repeat center left;
position: relative;
z-index: 99;
padding-right: 50px;
}</blockquote>
and add.
<blockquote>#ja-lan {
float: right;
margin-top: -5px;
margin-right: 100px;</blockquote>that’s it.
done
(for any one who have problem like me)AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 1 voice, and was last updated by laoasangha 15 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
joomfish in rochea
Viewing 2 posts - 1 through 2 (of 2 total)