-
AuthorPosts
-
July 18, 2008 at 4:22 pm #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 🙂
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 19, 2008 at 3:58 am #260815Hi redragonx !
Please send url of your site.July 19, 2008 at 10:26 am #260836Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 21, 2008 at 1:35 am #261004Hi 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" />
July 21, 2008 at 8:55 am #261116Many Thanks 🙂 i will try this today 🙂 thank you very mutch 🙂
July 22, 2008 at 1:37 pm #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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 23, 2008 at 2:42 am #261606Hi 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 );?>
July 23, 2008 at 11:07 am #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
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
July 24, 2008 at 6:38 am #261928Hi !
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;
}
AuthorPostsViewing 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
Jump to forum