Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • felizia Friend
    #142769

    Thank you for this nice template.

    But i need to change the layout from content / left column / right column
    into
    left column / content / right column

    What is to do?

    Thanks.

    prakash Friend
    #311142

    hi..for that you will need to modify the index.php in the template folder as well as make some changes to the css files so that the left / content /right are displayed correctly…

    felizia Friend
    #311148

    Thank you!
    But I need help for the changes in detail in index.php and the css files…

    prakash Friend
    #311152

    hi…for this i think some one would do it under a Paid Request. because it would involve many changes – it would come under template customization work.

    Anonymous Moderator
    #311227

    Hi

    Please kindly try with my guider:

    + Open templates/ja_sulfur/css/template.css file, at about line 824, find following code:

    #ja-col1 {
    float:right;
    width:220px;
    }

    and change to:

    #ja-col1 {
    float:left;
    width:220px;
    }

    + Open templates/ja_sulfur/index.php file, at about line 134, find following code:


    <!-- content -->
    <div id="ja-contentwrap">
    <div id="ja-content">
    <div id="ja-current-content">
    <jdoc:include type="message" />
    <jdoc:include type="component" />

    <?php if( $this->countModules('user6') ) { ?>
    <div id="ja-botblock">
    <jdoc:include type="modules" name="user6" style="jamodule" />
    </div>
    <?php } ?>
    </div>
    </div>

    <?php if ($ja_left) { ?>
    <!-- columns left -->
    <div id="ja-col1">
    <div class="inner">

    <?php if ($hasSubnav) : ?>
    <div id="ja-subnav" class="moduletable_menu">
    <h3><span>On this page</span></h3>
    <div class="ja-boxct-wrap"><div class="ja-box-ct">
    <?php if ($jamenu) $jamenu->genMenu (1,1); ?>
    </div></div>
    </div>
    <?php endif; ?>

    <jdoc:include type="modules" name="left" style="jamodule" />
    </div>
    </div>
    <!-- //columns left -->
    <?php } ?>

    </div>
    <!-- //content -->

    and change to:


    <!-- content -->
    <div id="ja-contentwrap">
    <?php if ($ja_left) { ?>
    <!-- columns left -->
    <div id="ja-col1">
    <div class="inner">

    <?php if ($hasSubnav) : ?>
    <div id="ja-subnav" class="moduletable_menu">
    <h3><span>On this page</span></h3>
    <div class="ja-boxct-wrap"><div class="ja-box-ct">
    <?php if ($jamenu) $jamenu->genMenu (1,1); ?>
    </div></div>
    </div>
    <?php endif; ?>

    <jdoc:include type="modules" name="left" style="jamodule" />
    </div>
    </div>
    <!-- //columns left -->
    <?php } ?>

    <div id="ja-content">
    <div id="ja-current-content">
    <jdoc:include type="message" />
    <jdoc:include type="component" />

    <?php if( $this->countModules('user6') ) { ?>
    <div id="ja-botblock">
    <jdoc:include type="modules" name="user6" style="jamodule" />
    </div>
    <?php } ?>
    </div>
    </div>

    </div>
    <!-- //content -->

    Hope it helps.

    felizia Friend
    #312454

    Thank you!!!

    Perfect.

    Felizia

    jasonleerogers Friend
    #314451

    I tried this and the home page seems to work fine, but all other content pages and forum page keep content in middle column, with blank left and right columns.

    jasonleerogers Friend
    #314456

    Can someone please look at this – if they have time – and possibly tell what’s going on? I changed everthing back to default and the content will no longer expand when modules are removed.

    http://vision.websitewelcome.com/~verdebio/index.php?option=com_content&view=article&id=52:vbt2400-mobile-biodiesel-processor&catid=36:mobile-biodiesel-processors

    This would be greatly appreciated! I followed the instructions above, but they did not seem to work.

    -Jason

    jasonleerogers Friend
    #314462

    OK… I fixed this. It was a css error on my part – oops!

    Anonymous Moderator
    #316780

    Hi jasonleerogers

    I am terribly sorry for my delay.

    Please feel free to contact us if you are in need of further assistance.

    bridgecom Friend
    #322324

    Thanks for this. It has worked for me. Much appreciated.

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

This topic contains 11 replies, has 5 voices, and was last updated by  bridgecom 14 years, 6 months ago.

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