Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • parravicini Friend
    #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 Friend
    #258077

    Which Joomla version do you use? Can you attach a copy of the index.php file here?

    parravicini Friend
    #258330

    joomla 1.5.3

    I attach file .txt but it is index.php

    thanks


    1. index.txt
    Menalto Friend
    #258333

    Ops, wrong index file, it should be the one from the template… Sorry for not being clear about it

    parravicini Friend
    #258339

    here is the file


    1. index.txt
    Menalto Friend
    #258340

    Here 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?

    parravicini Friend
    #258344

    the 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

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

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