Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • artisan Friend
    #161699

    Need to modify user 4 and top module position the the new version of Rochea template, where in the code do I do this or which file and location, thanks….Also how to set for menu dropdowns, is there updated documentation for this template ?

    Saguaros Moderator
    #382475

    You open the file: templatesja_rocheaindex.php and find the following code
    with top position:
    [PHP]
    <div id=”ja-subhead” style=”background: url(<?php echo $tmpTools->templateurl().”/images/headers/$ja_headerimg-bg1.jpg”;?>) no-repeat bottom left;”>
    <div class=”innerpad”>

    <jdoc:include type=”modules” name=”top” style=”xhtml” />
    </div>
    </div>
    [/PHP]
    with user4 position:

    [PHP]
    <?php if ($this->CountModules(‘user4’)) {?>
    <div id=”ja-search”>

    <jdoc:include type=”modules” name=”user4″ style=”xhtml” />
    </div>
    <?php } ?>[/PHP]

    => you access the template configuration and select the “Transparent Menu” option for the “Menu Style” parameter
    Thanks

    artisan Friend
    #382535

    Thanks, problem solved……

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

This topic contains 3 replies, has 2 voices, and was last updated by  artisan 13 years, 1 month ago.

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