This topic contains 20 replies, has 7 voices, and was last updated by pixelzombie 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
What block do you want to add iphone layout? Adding more block to iphone layout or desktop layout is the same.
oke .
anyone ?
<em>@ocean12 263611 wrote:</em><blockquote>This is not the solution for me
When ja-left at 100% then ja-main is 0%
I want an Iphone layout where the left is 100%
and left must stand under the frontpage
[PHP]<?xml version=”1.0″ encoding=”utf-8″?>
<layout body-class=”bd-iphone”>
<name>Iphone</name>
<description>Default layout for Iphone</description>
<!–Extra css load for this layout–>
<stylesheets>
<file>css/iphone/layout.css</file>
<file>css/iphone/template.css</file>
</stylesheets>
<scripts>
<file>js/iphone.js</file>
</scripts>
<blocks name=”top” style=”xhtml”>
<block name=”mainnav” type=”iphone/mainnav” class=”black”></block>
<block name=”header” type=”iphone/header”></block>
</blocks>
<blocks name=”middle”>
<block name=”left1″>mobile1</block> </blocks>
<blocks name=”bottom” style=”xhtml”>
<block name=”footer” type=”iphone/footer”></block>
</blocks>
</layout>[/PHP]
Are there more blocks and block options to use in the iphone layout?</blockquote>
Any solution, i have de same problem
You can publish the modules like this:
<blocks name="top" style="xhtml">
<block name="mainnav" type="iphone/mainnav" class="black"></block>
<block name="header" type="iphone/header"></block>
<block name="user">user6,user7,user8</block>
</blocks>
Please note that the iphone layout does not accept any custom blocks in the middle block section by default. Use the top or bottom section instead.
Cheers
Frank
This topic contains 20 replies, has 7 voices, and was last updated by pixelzombie 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum