-
AuthorPosts
-
Michael Impelluso Developer
Michael Impelluso
- Join date:
- December 2010
- Posts:
- 82
- Downloads:
- 7
- Uploads:
- 4
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
February 24, 2012 at 4:16 pm #174252I have am using JA-Portfolio on Joomla 1.6 at: http://ecolawndemo.pestconnect.com
The layout is setup just fine under this install. However, when I upgrade to Joomla 2.5 and update the T3 plugin as well as the template and duplicate the layout settings from the 1.6 install I get this:
http://www.simplecmsdesign.com/development/Ecolawndemo/
As you can see the right column is not where it’s supposed to be. In the 1.6 install the html looks like this:
<div class="main clearfix">
<div id="ja-mainbody"></div>
<div id="ja-right"></div>
</div>With ja-right inside the same div as ja-mainbody.
With the upgrade the html is now:
<div class="main clearfix">
<div id="ja-mainbody"></div>
</div>
<div id="ja-right"></div>With ja-right OUTSIDE of main.
My layout code is:
<?xml version="1.0" encoding="utf-8"?>
<layout name="desktop">
<!--Extra css load for this layout-->
<stylesheets>
</stylesheets>
<blocks name="top" style="xhtml">
<block name="top-panel" type="modules" style="raw" main-inner="1">top</block>
<block name="cpanel" type="usertools/cpanel"></block>
<block name="header" type="header" main-inner="1"></block>
<block name="mainnav" type="mainnav" main-inner="1"></block>
<block name="slideshow" type="modules" style="raw">slideshow</block>
<block name="topsl" type="spotlight" style="raw" main-inner="1">user1,user2</block>
</blocks>
<blocks name="middle" colwidth="30">
<block name="content-mass-top" style="raw">content-mass-top</block>
<block name="right1" style="jaxhtml">right</block>
<block name="inset1" style="jaxhtml">left</block><block name="content-mass-bottom" style="jaxhtml">content-mass-bottom</block>
</blocks>
<blocks name="bottom" style="xhtml">
<block name="botsl-2" style="jaxhtml">user4</block>
<block name="botsl-1" type="spotlight" main-inner="1">user5,user6,user7,user8,user9,user10</block>
<block name="navhelper" type="navhelper" main-inner="1"></block>
<block name="footnav" type="footnav" main-inner="1"></block>
<block name="footer" type="footer" main-inner="1"></block>
</blocks>
</layout>What am I doing wrong here?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
February 25, 2012 at 8:14 pm #440027You read the thread http://www.joomlart.com/forums/topic/distorted-modules-2/
Michael Impelluso DeveloperMichael Impelluso
- Join date:
- December 2010
- Posts:
- 82
- Downloads:
- 7
- Uploads:
- 4
- Thanks:
- 10
- Thanked:
- 5 times in 1 posts
February 27, 2012 at 4:10 pm #440346Well it wasn’t really the answer I was looking for but it’ll do. The problem lies in the use of the blog layout in the home menu item. I pointed the home menu to a single article and poof problem went away. It appears that somewhere is an extra </div> that is cutting off <div class=”main”> before the right column is included.
Thanks for the help.
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by khoand 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum