Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • conforturis Friend
    #197483

    Hi,
    In JA University T3 template how can I increase width of left column of mainbody in home layout


    1. sc
    chavan Friend
    #534096

    can you please post your site Url and admin details in PM.

    conforturis Friend
    #534194

    Hi,
    I sent in a Private Message for you.

    conforturis Friend
    #534633

    Hi,
    I’m waiting. You didn’t say anything more

    Ninja Lead Moderator
    #534800

    <em>@conforturis 426625 wrote:</em><blockquote>Hi,
    I’m waiting. You didn’t say anything more</blockquote>

    To increase width of module positions in the left column, you can change it here.

    Open the templates/ja_university_t3/tpls/blocks/home.php file

    Change

    <div class="t3-sidebar col-xs-12 col-md-6">
    <?php if ($this->countModules($sidebar1)) : ?>
    <!-- SIDEBAR LEFT -->
    <div class="t3-sidebar t3-sidebar-1 col-xs-12 col-sm-6 <?php $this->_c($sidebar1) ?>">
    <jdoc:include type="modules" name="<?php $this->_p($sidebar1) ?>" style="T3Xhtml" />
    </div>
    <!-- SIDEBAR LEFT -->
    <?php endif ?>

    <?php if ($this->countModules($sidebar2)) : ?>
    <!-- SIDEBAR LEFT -->
    <div class="t3-sidebar t3-sidebar-2 col-xs-12 col-sm-6 <?php $this->_c($sidebar2) ?>">
    <jdoc:include type="modules" name="<?php $this->_p($sidebar2) ?>" style="T3Xhtml" />
    </div>
    <!-- SIDEBAR LEFT -->
    <?php endif ?>
    </div>

    To

    <div class="t3-sidebar col-xs-12 col-md-6">
    <?php if ($this->countModules($sidebar1)) : ?>
    <!-- SIDEBAR LEFT -->
    <div class="t3-sidebar t3-sidebar-1 col-xs-12 col-sm-12 <?php $this->_c($sidebar1) ?>">
    <jdoc:include type="modules" name="<?php $this->_p($sidebar1) ?>" style="T3Xhtml" />
    </div>
    <!-- SIDEBAR LEFT -->
    <?php endif ?>

    <?php if ($this->countModules($sidebar2)) : ?>
    <!-- SIDEBAR LEFT -->
    <div class="t3-sidebar t3-sidebar-2 col-xs-12 col-sm-12 <?php $this->_c($sidebar2) ?>">
    <jdoc:include type="modules" name="<?php $this->_p($sidebar2) ?>" style="T3Xhtml" />
    </div>
    <!-- SIDEBAR LEFT -->
    <?php endif ?>
    </div>

    conforturis Friend
    #537107

    Could not solved with this..

    chavan Friend
    #537144

    I checked your site. the layout already has a wide width. can you please post a screenshot where it did not work.

    conforturis Friend
    #537241

    You saw this solved because I found this solution:

    add in
    templates/ja_university_t3/css/themes/blue/template.css

    .t3-content { width: 75%;

    and
    templates/ja_university_t3/css/themes/blue/bootstrap.css

    .col-md-6 { width: 25%;
    .col-sm-6 { width: 100%;

    Your solution is not working in site you saw and other site.
    But I dont know if this is the best solution to solve it.

    Ninja Lead Moderator
    #537358

    <em>@conforturis 429993 wrote:</em><blockquote>You saw this solved because I found this solution:

    add in
    templates/ja_university_t3/css/themes/blue/template.css

    .t3-content { width: 75%;

    and
    templates/ja_university_t3/css/themes/blue/bootstrap.css

    .col-md-6 { width: 25%;
    .col-sm-6 { width: 100%;

    Your solution is not working in site you saw and other site.
    But I dont know if this is the best solution to solve it.</blockquote>

    This solution is hacking from Bootstrap core, you can follow it if it works in your site.

    I have tested on JA University template with my solution above, see the screenshot.

    So that I can take a look and try to assist. Please pm me URL of your site and admin credentials login, I will investigate further


    1. layout_config
    Ninja Lead Moderator
    #537876

    @conforturis: I have cloned the ja_university_t3 – Default template style and configure as follows:

    + ja_university_t3 – Default template style + right sidebar layout

    + ja_university_t3 – Home template style + home layout.

    Please check and let me know if it helps.

    conforturis Friend
    #538024

    Besides you clone template do you made ​​any changes in the code?

    conforturis Friend
    #538036

    It can not solve because right-sidebar layout have not spotlight position before componet and have not a same position between spotlight 1 and spotlight 2

    Only Home layout I need


    1. sc
    Ninja Lead Moderator
    #538417

    <em>@conforturis 431045 wrote:</em><blockquote>It can not solve because right-sidebar layout have not spotlight position before componet and have not a same position between spotlight 1 and spotlight 2

    Only Home layout I need</blockquote>

    I just roll back changes on your site and only use Home layout. Also, I changed both sidebars on your site as in this screenshot:

    Let me know if it helps.


    1. sidebars
    conforturis Friend
    #538582

    But I want column in right (sidebar-1 and sidebar-2) for width 25% and in left 75%.
    I applied my solution and solved.

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

This topic contains 14 replies, has 3 voices, and was last updated by  conforturis 10 years, 5 months ago.

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