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
You can see the bottom layout isn’t displaying the "Hot Products", banner ad, nor the Brands.
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.
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?
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.
great, thank you!
This question is now closed