Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Michael Impelluso Developer
    #174252

    I 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 Friend
    #440027
    Michael Impelluso Developer
    #440346

    Well 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.

    khoand Friend
    #440351

    Could you give me username+password of your backend? I will check it.

Viewing 4 posts - 1 through 4 (of 4 total)

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