Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • redragonx Friend
    #131039

    Allo every one, i am thinking in making some customizing in my website, i was thinking in changing my left columns that a have in my JA Rochea template with the columns from JA Helio, but i don’t know how to change that!!! can anyone please help me???!!!

    I made in Fireworks the example off what i want to change in my site:

    2203

    Many thanks 🙂


    1. Untitled-1
    Sherlock Friend
    #260815

    Hi redragonx !
    Please send url of your site.

    redragonx Friend
    #260836
    Sherlock Friend
    #261004

    Hi redragonx !
    You do it following way below :
    Step 1 :
    Open template.css file in templates/ja_rochea/css folder , add following code section to this file :


    div.module h3,
    div.module_menu h3,
    div.module_text h3,
    div.module_hilite h3 {
    margin: 0 0 8px;
    padding: 5px 5px 6px 13px;
    white-space: nowrap;
    font-size: 100%;
    color: #CCCCCC;
    }

    div.module,
    div.module_menu,
    div.module_text,
    div.module_hilite {
    margin: 0 0 20px;
    padding: 0;
    width: 100%; /*need for ie 6 */
    background: url(../images/box-br.gif) no-repeat bottom right;
    }

    div.module div,
    div.module_menu div,
    div.module_text div,
    div.module_hilite div {
    padding: 0;
    background: url(../images/box-bl.gif) no-repeat bottom left;
    }

    div.module div div,
    div.module_menu div div,
    div.module_text div div,
    div.module_hilite div div {
    padding: 0;
    background: url(../images/box-tr.gif) no-repeat top right;
    }

    div.module div div div,
    div.module_menu div div div,
    div.module_text div div div,
    div.module_hilite div div div {
    padding: 0 15px 15px;
    background: url(../images/box-tl.gif) no-repeat top left;
    }

    Step 2 :
    Copy 4 images file :box-bl.gif, box-tr.gif, box-tl.gif, box-br.gif from templates/ja_helio/images folder to templates/ja_rochea/images folder.

    Step 3 :
    Open index.php file in templates/ja_rochea folder , find following code line at about line 216 :


    <jdoc:include type="modules" name="left" style="xhtml" />

    change to :


    <jdoc:include type="modules" name="left" style="rounded" />

    redragonx Friend
    #261116

    Many Thanks 🙂 i will try this today 🙂 thank you very mutch 🙂

    redragonx Friend
    #261503

    <blockquote>Step 3 :
    Open index.php file in templates/ja_rochea folder , find following code line at about line 216 :
    Code:

    <jdoc:include type=”modules” name=”left” style=”xhtml” />
    </blockquote>

    I can not find this line in the the index.php file in templates/ja_rochea folder

    Sherlock Friend
    #261606

    Hi redragonx !
    Do you use joomla 1.0 ?
    With joomla 1.0 you find following code line :


    <?php echo mosLoadModules ( 'left',-2 );?>

    change to :


    <?php echo mosLoadModules ( 'left',-3 );?>

    redragonx Friend
    #261705

    <blockquote>Hi redragonx !
    Do you use joomla 1.0 ?
    With joomla 1.0 you find following code line :
    Code:

    <?php echo mosLoadModules ( ‘left’,-2 );?>

    change to :

    Code:

    <?php echo mosLoadModules ( ‘left’,-3 );?>
    </blockquote>

    ok now it´s working, but it´s not right:

    2253

    you can also see the test site: http://www.informatica4all.com/bakup/

    Thanks


    1. Sem-título
    Sherlock Friend
    #261928

    Hi !
    You open template_css.css file in templates/ja_rochea/css folder , find following code section at about line 580 :


    div.module div div div {
    background:transparent url(../images/box-tl.gif) no-repeat scroll left top;
    padding:15px 15px 20px;
    }

    change to :


    div.module div div div {
    background:transparent url(../images/box-tl.gif) no-repeat scroll left top;
    padding:7px 25px 20px;
    }

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

This topic contains 9 replies, has 2 voices, and was last updated by  Sherlock 16 years, 4 months ago.

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