-
AuthorPosts
-
August 17, 2008 at 3:29 pm #132309
Hello,
Perhaps an ordinary customization, but I really need help on it. I’m using Corona on Joomla 1.5.5.
When I disable left or right, the articles take their space, and the outcome is a narrow column. I need to merge right and left positions on a new position, and the width needs to be the sum of right and left together, creating a larger column at the right.
Any advice on this is really appreciated and needed.
Thanks in advance, zeca
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 20, 2008 at 5:05 am #266220<em>@hainn84 74591 wrote:</em><blockquote>Can you give us your live URL, any screenshot or more details of the problem will be helpful</blockquote>
Hello Again,
Thanks!
I decided to create a picture with PhotoShop to represent my desired change. Please follow this link. http://happyhour.loronix.net/desiredchange.jpg
And if you need additional information or clarification, please tell me.
Kind regards,
zeca
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 20, 2008 at 7:18 am #266241<em>@hainn84 74607 wrote:</em><blockquote>Url? can you send the url ?</blockquote>
Hello,My apologies:
http://fx.fernandoximenes.com.br/
Regards,
zeca
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 20, 2008 at 6:14 pm #266329<em>@hainn84 74647 wrote:</em><blockquote>Hi zecalouro !
I couldn’t see your site , please view image attachment :</blockquote>Hello,
This is very strange. The server is up. Just double checking the URL: http://fx.fernandoximenes.com.br/
Please let me know if you cannot see the site, I can manage an install on another hosting company.
Thanks in advance.
Regards, zeca
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 22, 2008 at 8:06 am #266649Hi !
you can do it following way below :
Open index.php file in templates/ja_corona folder , find following code section at about line 224 :
<?php if ($ja_left) { ?>
<div id="ja-col1">
<jdoc:include type="modules" name="left" style="xhtml" />
</div>
<?php } ?><?php if ($ja_right) { ?>
<div id="ja-col2">
<jdoc:include type="modules" name="right" style="xhtml" />
</div>
<?php } ?>
change to :
<?php if ($ja_left || $ja_right) { ?>
<jdoc:include type="modules" name="left" style="xhtml" />
<jdoc:include type="modules" name="right" style="xhtml" />
<?php } ?>
1 user says Thank You to Sherlock for this useful post
-
AuthorPosts
This topic contains 9 replies, has 2 voices, and was last updated by zecalouro 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum