-
AuthorPosts
-
Kruno Novosel Friend
Kruno Novosel
- Join date:
- September 2014
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
December 22, 2009 at 11:06 pm #147041How to move left position on JA Raite on the left side?
By default, left is above the right on the right side…
I want to have 3 columns (left, content, right) how to get it?thnks
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
December 23, 2009 at 10:11 am #327274Hi there
you can refer this link: http://www.joomlart.com/forums/topic/change-into-left-column-content-right-column/
The structure of ja raite is like ja sulfur template.
1 user says Thank You to JA Developer for this useful post
Kruno Novosel FriendKruno Novosel
- Join date:
- September 2014
- Posts:
- 15
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 6
- Thanked:
- 2 times in 1 posts
January 22, 2010 at 7:52 pm #330073Hi, I moved left position on JA Raite on the left side as you suggested me.
Now, I have a problem with content position.
I would like to stretch content over the right position when I don’t have any enabled module on right position. But, content doeasn’t strech and right position is empty.
What I’m doing wrong? Please, look this code below:<div id=”ja-container<?php echo $divid; ?>” class=”wrap”>
<div class=”main clearfix”>
<?php if ($ja_left) { ?>
<!– columns left –>
<div id=”ja-col1″>
<div class=”inner”>
<?php if ($hasSubnav) : ?>
<div id=”ja-subnav” class=”moduletable_menu”>
<h3><span>On this page</span></h3>
<div class=”ja-boxct-wrap”><div class=”ja-box-ct”>
<?php if ($jamenu) $jamenu->genMenu (1,1); ?>
</div></div>
</div>
<?php endif; ?>
<jdoc:include type=”modules” name=”left” style=”jamodule” />
</div>
</div>
<!– //columns left –>
<?php } ?>
<!– CONTENT –>
<div id=”ja-content”>
<jdoc:include type=”message” />
<?php
$spotlight = array (‘user1′,’user2′,’user5’);
$sl = $tmpTools->calSpotlight ($spotlight,$tmpTools->isOP()?100:99.9);
if ($sl) {
?><div id=”ja-topsl” class=”clearfix”>
<?php if ( $this->countModules(‘user1’) ) { ?>
<div class=”ja-box<?php echo $sl[‘user1’][‘class’]; ?>” style=”width: <?php echo $sl[‘user1’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”user1″ style=”xhtml” />
</div>
<?php } ?>
<?php if ( $this->countModules(‘user2’) ) { ?>
<div class=”ja-box<?php echo $sl[‘user2’][‘class’]; ?>” style=”width: <?php echo $sl[‘user2’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”user2″ style=”xhtml” />
</div>
<?php } ?>
<?php if ( $this->countModules(‘user5’) ) { ?>
<div class=”ja-box<?php echo $sl[‘user5’][‘class’]; ?>” style=”width: <?php echo $sl[‘user5’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”user5″ style=”xhtml” />
</div>
<?php } ?>
</div>
<?php } ?>
<!– modules 6 & 7 –>
<?php$spotlight = array (‘user6′,’user7’);
$sl = $tmpTools->calSpotlight ($spotlight,$tmpTools->isOP()?100:99.9);
if ($sl) {
?><div id=”ja-topsl2″ class=”clearfix”>
<?php if ( $this->countModules(‘user6’) ) { ?>
<div class=”ja-box<?php echo $sl[‘user6’][‘class’]; ?>” style=”width: <?php echo $sl[‘user6’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”user6″ style=”xhtml” />
</div>
<?php } ?>
<?php if ( $this->countModules(‘user7’) ) { ?>
<div class=”ja-box<?php echo $sl[‘user7’][‘class’]; ?>” style=”width: <?php echo $sl[‘user7’][‘width’]; ?>;”>
<jdoc:include type=”modules” name=”user7″ style=”xhtml” />
</div>
<?php } ?>
</div><?php } ?>
<!– END MODUULES 6 & 7 –><div id=”ja-current-content” class=”clearfix”>
<jdoc:include type=”component” />
</div>
</div>
<!– //CONTENT –>
<!– RIGHT COLUMN –>
<?php if ( $ja_right || $hasSubnav ): ?><div id=”ja-col”>
<div class=”ja-innerpad clearfix”>
<?php if ($hasSubnav) : ?>
<div id=”ja-subnav” class=”moduletable”>
<h3><span>On this page</span></h3>
<?php if ($jamenu) $jamenu->genMenu (1,1); ?>
</div>
<?php endif; ?>
<jdoc:include type=”modules” name=”right” style=”jamodule” />
</div>
</div>
<?php endif; ?>
<!– //COLUMN –>
</div>
</div>Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 29, 2010 at 2:30 am #330803Hi asker
For the case, you should submit a ticket, send us your website, admin account, ftp account for checking.
1 user says Thank You to JA Developer for this useful post
astral god Friendastral god
- Join date:
- February 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
February 15, 2010 at 8:40 pm #332814I’ll need these kind of opérations too…should i submit a ticket ?
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
February 16, 2010 at 2:01 pm #332857Hi astral god
I want to check your change. We don’t have much time for an issue. if you have made a change, we will check your modification and adjust it to right
Please go to http://support.joomlart.com to submit a ticket
I hope you understand my explanation
astral god Friendastral god
- Join date:
- February 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
February 17, 2010 at 5:29 pm #332955Problem solved by the support.
Thank you. 😀
-
AuthorPosts
This topic contains 7 replies, has 3 voices, and was last updated by astral god 14 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum