Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #896295

    Hi there

    For example on this page I want the latest news on the right – http://empsolutionsinc.com/contact

    Seems you solved it already

    I can see a latest news module on the left sidebar

    Or you want to move it on the right ?

    billrust Friend
    #896296

    I want to move it to the right. Currently it is on the left.

    Bill

    pavit Moderator
    #896298

    I switched it to right

    I created a new template style ( EMP Content-left ) and assigned to it the content-left layout

    Then i assigned this template style to the contact menu item

    P.S.

    If you want to enarge the space for contact form and sidebar you can edit this file /templates/ja_elicyon/tpls/blocks/mainbody/one-sidebar-right.php

    and change the col-md value for main content and sidebar-right

    <!-- MAIN CONTENT -->
            <div id="t3-content" class="t3-content col-xs-12 col-sm-8  col-md-9">
                <?php if($this->hasMessage()) : ?>
                <jdoc:include type="message" ></jdoc:include>
                <?php endif ?>
                <jdoc:include type="component" ></jdoc:include>
            </div>
            <!-- //MAIN CONTENT -->
    
            <!-- SIDEBAR RIGHT -->
            <div class="t3-sidebar t3-sidebar-right col-xs-12 col-sm-4  col-md-3 <?php $this->_c($vars['sidebar']) ?>">
                <jdoc:include type="modules" name="<?php $this->_p($vars['sidebar']) ?>" style="T3Xhtml" />
    </div>
    <!-- //SIDEBAR RIGHT -->

    example : if you change both col-md to 6 result will be as showed below


    1. Screenshot_26
    billrust Friend
    #896308

    Looks great, thanks. Where I went wrong was not duplicating the template then re-assigning. I tried using one of the default styles I think.

    I may resize those columns later, thanks for the tip.

    Bill

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

This topic contains 4 replies, has 2 voices, and was last updated by  billrust 8 years, 8 months ago.

The topic ‘Using content left layout throws error’ is closed to new replies.