-
AuthorPosts
-
July 5, 2008 at 12:29 pm #130480
in the tempalte decription there is a picture displaying module position.
I see that the login module on the right is colored, I suppose of the same color of the left menu, but in my site I see it all in blak and white.
Why?
thanks
Parravicini
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
July 5, 2008 at 4:00 pm #258077Which Joomla version do you use? Can you attach a copy of the index.php file here?
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
July 7, 2008 at 12:13 pm #258333Ops, wrong index file, it should be the one from the template… Sorry for not being clear about it
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
July 7, 2008 at 1:02 pm #258340Here you can see:
[PHP] <?php if ($ja_right) { ?>
<!– BEGIN: RIGHT COLUMN –>
<div id=”ja-col2″>
<div class=”ja-innerpad”>
<jdoc:include type=”modules” name=”right” style=”rounded” />
</div>
</div><br />
<!– END: RIGHT COLUMN –>
<?php } ?></div>
</div><?php if ($ja_left) { ?>
<!– BEGIN: LEFT COLUMN –>
<div id=”ja-col1″>
<div class=”ja-innerpad”>
<?php if ($tmpTools->getParam(JA_TOOL_MENU) == 1 && $hasSubnav) {
echo ‘<div id=”ja-subnavcol” class=”moduletable”>’;
echo ‘<h3>’.$jamenu->getParentText(1).’ Menu</h3>’;
$jamenu->genMenu (1);
echo ‘</div>’;
} ?>
<jdoc:include type=”modules” name=”left” style=”xhtml” />
</div>
</div><br />
<!– END: LEFT COLUMN –>
<?php } ?>[/PHP]This code is for the left module:
[PHP]<jdoc:include type=”modules” name=”left” style=”xhtml” />[/PHP]
This is for the right module:
[PHP]<jdoc:include type=”modules” name=”right” style=”rounded” />[/PHP]
You can play around with the changes between xhtml and rounded and see if it gives you the result you are looking for?July 7, 2008 at 1:31 pm #258344the risult is not what i’m looking for.
if I digit xhtml instead of rounded it disappear the border, but background column color and graphic displaying are the same.
here is the link to the page
http://www.gioielleriaparravicini.it/shop/index.php?option=com_content&view=frontpage&Itemid=1
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by parravicini 16 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum