Home Page (2 Column) XML

I pasted the XML from the userguide into the Home Page (2 Column) design layout update XML block with the following,

PHP Code:

<!-- Top Spotlight topsl -->

<
reference name="topsl">

    <
block type="joomlart_jmtabs/core" name="jmtabs">

                <
action method="addTabs_staticblock">

            <
title>Latest products</title>

                        <
identifier>position-14</identifier>

            <
use_scrollerbar>0</use_scrollerbar>

                </
action>

                <
action method="addTabs_staticblock">

            <
title>Best seller</title>

                        <
identifier>position-15</identifier>

            <
use_scrollerbar>0</use_scrollerbar>

                </
action>

                <
action method="addTabs_staticblock">

            <
title>Brands</title>

                        <
identifier>position-16</identifier>

            <
use_scrollerbar>0</use_scrollerbar>

                </
action>

    </
block>

    <
block type="cms/block" name="position-03">

        <
action method="setBlockId"><block_id>position-03</block_id></action>

    </
block>

</
reference




…but it broke my lower layout with the hot products, banner ad and brands display. I can’t find the original XML design; can you advise what should be in this block?

5 answers

Profile photo of Saguaros 0.00 $tone August 24, 2012
Public

Hi augustine,

Here is what we add in Layou Update XML for demo site:

PHP Code:

<reference name="mass-top">        
    <
block type="joomlart_jmproductsslider/list" name="jmproductsslider" template="joomlart/jmproductsslider/list.phtml" />
</
reference>

<!-- Top Spotlight topsl -->
<
reference name="topsl">
    <
block type="joomlart_jmtabs/core" name="jmtabs">
                <
action method="addTabs_staticblock">
            <
title>Latest products</title>
                        <
identifier>position-14</identifier>
            <
use_scrollerbar>0</use_scrollerbar>use_scrollerbar>
                </
action>
                <
action method="addTabs_staticblock">
            <
title>Best seller</title>
                        <
identifier>position-15</identifier>
            <
use_scrollerbar>0</use_scrollerbar>use_scrollerbar>
                </
action>
                <
action method="addTabs_staticblock">
            <
title>Brands</title>
                        <
identifier>position-16</identifier>
            <
use_scrollerbar>0</use_scrollerbar>use_scrollerbar>
                </
action>
    </
block>
    <
block type="cms/block" name="position-03">
        <
action method="setBlockId"><block_id>position-03</block_id></action>
    </
block>
</
reference>
<!-- 
Bottom Spotlight topsl -->

<reference name="content-bottom">
    <
block type="cms/block" name="position-01">
        <
action method="setBlockId"><block_id>position-01</block_id></action>
    </
block>
    <
block type="cms/block" name="position-02">
        <
action method="setBlockId"><block_id>position-02</block_id></action>
    </
block>
</
reference




And please check this userguide for this theme, it may helps you.

Regards.

#2
Profile photo of Shaun Aunchman 0.00 $tone August 24, 2012
Public

Can anyone provide me support on this issue? Or can someone lead me to the XML document that would contain this in the initial installation folder(s) so I can just copy/paste it back?

#3
Profile photo of Saguaros 0.00 $tone August 25, 2012
Public

Hi augustine,

Please have a look at my above reply . If this issue still persists, PM me admin and FTP account, I shall check this for you.

Regards.

#4

This question is now closed

Written By

Comments