Static Blocks "Light Color"

Is it possible to get the markup for the two styles of static blocks seen in the Light color template of JM Ores. I’ve created both sets of static blocks but not exactly sure as to go about marking up the HTML and CSS used in the example, Thanks.

3 answers

Profile photo of Saguaros 0.00 $tone May 12, 2010
Public

Dear imacsoap!
Please make content of the static block as following:

HTML Code:

<div class="ja-box-right" style="width: 25%;">
<div class="inner">
<div class="block">
<div class="block-title">TITLE</div>
<div class="block-content">DESCRIPTION HERE</div>
</div>
</div>
</div>

Good luck

#1
Profile photo of David Wallace 0.00 $tone May 13, 2010
Public

Thanks for the html code.

I’m trying to locate the "botsl" and "botsl1" to place the html code above into these areas, where would I find both of these blocks? I pasted the code into the home page but it is in the content area I can’t seem to locate the " botsl and botsl1 ". Can you tell me where I could find these blocks and where to place the above code, Thanks for your help.

#2
Profile photo of Saguaros 0.00 $tone May 15, 2010
Public

Dear imacsoap!

Pls open the file; /app/design/frontend/default/jm_ores/layout/page.xml and try to find the following code:

HTML Code:

   <!-- Bottom Spotlight - botsl -->

				<reference name="botsl">

						<block type="cms/block" name="upgrading-magento">

                <action method="setBlockId"><block_id>upgrading-magento</block_id></action>

            </block>

            <block type="cms/block" name="preset-styles">

                <action method="setBlockId"><block_id>preset-styles</block_id></action>

            </block>

            <block type="cms/block" name="multi-menu">

                <action method="setBlockId"><block_id>multi-menu</block_id></action>

            </block>

            <block type="cms/block" name="is-magento">

                <action method="setBlockId"><block_id>is-magento</block_id></action>

            </block>

				</reference>

				<!-- Bottom Spotlight - botsl -->

http://static.joomlart.com/ima…aticblocks.png

Pls create a other block and change setting in this xml file .

GOod luck

#3

Please login or Register to Submit Answer

Written By

Comments