Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • josemanuelqm Friend
    #137095

    Hello I would like to suppress left column in user5 position in nagya. ¿How can I do that?
    Thanks
    Jose Manuel

    Anonymous Moderator
    #286544

    Hi,

    You can find following script:

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

    at about line 172 in templatesja_nagyaindex.php file and delete it.

    josemanuelqm Friend
    #286550

    <em>@JA Developer 106198 wrote:</em><blockquote>Hi,

    You can find following script:

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

    at about line 172 in templatesja_nagyaindex.php file and delete it.</blockquote>
    Hello, it’s very strange, but apparently it has no effect. If, moreover, I suppress the following script lines:

    <?php if ($this->countModules(‘left’)) { ?>
    <div id=”ja-col1″><div class=”ja-innerpad”>
    <jdoc:include type=”modules” name=”left” style=”xhtml” $
    </div></div>
    <?php } ?>

    The modules initially there (Main menu, resources, Key concepts .. in the sample template) don’t show up, but the empty space is still there. What I need is to use this space for the articles showed in the front page (i.e, to “squeeze” user5 to just its right column. Thanks in advance

    Jose Manuel

    Anonymous Moderator
    #286721

    Please view my guide:

    => Open template.css file:
    + At about line 511, find following script:

    #ja-content {
    clear:both;
    display:block;
    float:left;
    width:54.9%;
    }

    and change to:

    #ja-content {
    clear:both;
    display:block;
    float:left;
    width:76.9%;
    }

    + at about line 524, find following script:
    #ja-colwrap {
    background:transparent url(../images/dot.gif) repeat-y scroll center center;
    float:right;
    margin:20px 0;
    overflow:hidden;
    width:45%;
    }

    and change to:

    #ja-colwrap {
    background:transparent url(../images/dot.gif) repeat-y scroll center center;
    float:right;
    margin:20px 0;
    overflow:hidden;
    width:22.9%;
    }

    + At about line 539, find following script:
    #ja-col2 {
    float:right;
    overflow:hidden;
    width:49.9%;
    }

    and change to:

    #ja-col2 {
    float:right;
    overflow:hidden;
    width:100%;
    }

    + You must change the background image of main content to have a nice design. This is the link to background image: templates/ja_nagya/images/content-bg.png

    josemanuelqm Friend
    #286754

    Hello. It works. Its is a tricky issue to change css. There is still the minor detail of the light brown color of user5 still being there (left column of user5) , Thanks a lot. By the way, the url is hypatia.es. Cheers

    Jose Manuel

    josemanuelqm Friend
    #286755

    Hello again, I just realize that user5 is not there anymore. What I should do, as you suggest, is to change the bakground image. Cheers
    Jose Manuel

    mayke Friend
    #286886

    Hi,

    What happend when I put picture in user 5, the picture at the user 5 area seems take/hit the content page area little bit..

    Thank you experties.

    josemanuelqm Friend
    #286917

    Thanks mayke, I’ll check as soon as I have some time. Cheers

    Jose Manuel

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

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

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