-
AuthorPosts
-
Anonymous Moderator
JA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
June 4, 2009 at 9:04 am #141686Please try with my guider:
+ Open templatesja_nagyacsstemplate.css file, find following code from line 496 to 543:
#ja-container {
background: url(../images/content-bg.png) repeat-y center;
}.narrow #ja-container {
background: url(../images/content-bg-n.png) repeat-y center;
}#ja-container-inner {
padding: 10px 6px 0;
position: relative;
}/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
clear: both;
display: block;
float: left;
width: 54.9%;
}#ja-current-content {
padding: 10px 20px;
}/* COLUMNS
--------------------------------------------------------- */
#ja-colwrap {
float: right;
overflow: hidden;
width: 45%;
background: url(../images/dot.gif) repeat-y center;
margin: 20px 0;
}/*columns*/
#ja-col1 {
float: left;
width: 49.9%;
overflow: hidden;
}#ja-col2 {
float: right;
width: 49.9%;
overflow: hidden;
}and change to:
#ja-container {
background: #371E10;
}.narrow #ja-container {
background: #371E10;
}#ja-container-inner {
padding: 10px 6px 0;
position: relative;
}/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
/*clear: both;*/
display: block;
float: left;
width: 54.9%;
}#ja-current-content {
padding: 10px 20px;
}/* COLUMNS
--------------------------------------------------------- */
#ja-colwrap {
float: right;
overflow: hidden;
width: 45%;
background: url(../images/dot.gif) repeat-y center;
margin: 20px 0;
}/*columns*/
#ja-col1 {
float: left;
width: 22%;
overflow: hidden;
}#ja-col2 {
float: right;
width: 22%;
overflow: hidden;
}+ Open templatesja_nagyaindex.php file, at about line 152, find following code:
<!-- BEGIN: CONTENT -->
<div id="ja-content"><jdoc:include type="message" />
<div id="ja-current-content">
<jdoc:include type="component" />
</div><?php if($this->countModules('banner')) : ?>
<!-- BEGIN: BANNER -->
<div id="ja-banner">
<jdoc:include type="modules" name="banner" />
</div>
<!-- END: BANNER -->
<?php endif; ?></div>
<!-- END: CONTENT --><?php if ($ja_left || $ja_right) { ?>
<!-- BEGIN: COLUMNS --><div id="ja-colwrap">
<?php if ($this->countModules('user5')) { ?>
<div id="ja-tabs">
<jdoc:include type="modules" name="user5" style="raw" />
</div>
<?php } ?><?php if ($this->countModules('left')) { ?>
<div id="ja-col1"><div class="ja-innerpad">
<jdoc:include type="modules" name="left" style="xhtml" />
</div></div>
<?php } ?><?php if ($this->countModules('right')) { ?>
<div id="ja-col2"><div class="ja-innerpad">
<jdoc:include type="modules" name="right" style="xhtml" />
</div></div>
<?php } ?></div><br />
<!-- END: COLUMNS -->
<?php } ?>and change to:
<?php if ($this->countModules('left')) { ?>
<div id="ja-col1"><div class="ja-innerpad">
<jdoc:include type="modules" name="left" style="xhtml" />
</div></div>
<?php } ?><!-- BEGIN: CONTENT -->
<div id="ja-content"><jdoc:include type="message" />
<div id="ja-current-content">
<jdoc:include type="component" />
</div><?php if($this->countModules('banner')) : ?>
<!-- BEGIN: BANNER -->
<div id="ja-banner">
<jdoc:include type="modules" name="banner" />
</div>
<!-- END: BANNER -->
<?php endif; ?></div>
<!-- END: CONTENT --><!-- BEGIN: COLUMNS -->
<?php if ($this->countModules('right')) { ?>
<div id="ja-col2"><div class="ja-innerpad">
<jdoc:include type="modules" name="right" style="xhtml" />
</div></div>
<?php } ?><br />
<!-- END: COLUMNS -->June 5, 2009 at 3:46 pm #307061thx for this I can change the left and right but when I click on my left meny Its not lok nice
bequse the menny strech over all and Its bad.
How can I fix so the articles and info shuld be in the middle ??theprofessor Friendtheprofessor
- Join date:
- March 2009
- Posts:
- 365
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 47
- Thanked:
- 64 times in 18 posts
June 5, 2009 at 6:05 pm #307069I’d like to take this one step further.
How about having content-let-right on the Home page, and left-content-right on all other pages?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
June 12, 2009 at 8:02 am #307695Hi theprofessor
For the case, you have change a lot of code in the index.php file.
June 12, 2009 at 8:56 am #307708plz howe shuld I change this bequse I cant use virtuemart whit this meny system
June 24, 2009 at 9:59 am #308933Plz I have wite for response to this and I olso send you pm I need this asap
-
AuthorPosts
This topic contains 8 replies, has 4 voices, and was last updated by mharcus 15 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum