Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • lifedust Friend
    #135484

    OK, I need to place Joomfish icons displayed through Language Selection module to the position moja1 I have created, that needs to sit on the right hand side of shaded bottom of big images at the top, right after font size selection. This is code from my index.php

    <div id="ja-pathway">
    <div id="ja-usertoolswrap">
    <div id="ja-usertools">
    <?php if($supported_browsers) $tempTools->genToolMenu(1); else $tempTools->genToolMenu_ie6(1); ?>
    <?php if($supported_browsers) $tempTools->genToolMenu(2); else $tempTools->genToolMenu_ie6(2); ?>
    <?php //if($JAconfig->ja_tool & 1) $tempTools->genToolMenu(1); ?>
    <?php //if($JAconfig->ja_tool & 2) $tempTools->genToolMenu(2); ?>
    <jdoc:include type="modules" name="moja1" style="xthml" />
    </div>
    </div>
    <?php if ($this->countModules('breadcrumb')) { ?>
    <jdoc:include type="modules" name="breadcrumb" style="xthml" />
    <?php } ?>
    </div>

    and the result can be seen on http://www.lakeview-cms.com/www/

    What am I missing? Thank you very very much!

    Anonymous Moderator
    #279629

    Dear lifedust,

    At the end for template_css.css file in templates/ja_Mageia/css folder, add following script:

    #jflanguageselection {
    float:left;
    }

    Hope it helps

    lifedust Friend
    #279670

    Great that worked

    or some fairy helped me 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  lifedust 15 years, 10 months ago.

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