Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • kevintps Friend
    #181159

    I’m finishing up a new site http://www.ajequipmentrepair.com/joomla/ and noticed that on a mobile device it’s displaying the JA Portfolio page mixed in with some of the site. Anyone have any suggestions on how to fix this?

    Ninja Lead Moderator
    #469194

    From your site on Mobile device, i have checked and could see that your site is not yet added the module on mobile device. Please check the layout.

    <blockquote>Admin area->Extensions->Template Manager->Edit JA_Portfolio – Default->Layout Tabs->iPhone</blockquote>

    Add position and assign module on it.

    If you still fail, you can send PM to me with admin access then I will help you out of this.


    1. Mobile_Layout
    2. Mobile_Layout_Admin
    kevintps Friend
    #469308

    I tried to inbox you but it’s not going through….? I could use your help!

    Ninja Lead Moderator
    #469392

    I checked your site but i could not find any info you add on iphone layout but i still help you change thelogo and add new position of “ja-news-mobile” on iPhone layout.
    Change logo:
    <blockquote>Open templates/ja_portfolio/css/iphone/template.css file</blockquote>

    from

    h1.logo a {
    background: url(../../images/logo.png) no-repeat left;
    display: block;
    width: 294px;
    height: 68px;
    }

    change to

    h1.logo a {
    background: url(http://www.ajequipmentrepair.com/joomla/images/ajphotos/new%20logo%20copy2.png) no-repeat left;
    display: block;
    width: 311px;
    height: 72px;
    }

    Add position:

    <blockquote>Admin area->Extensions->Template Manager->Edit JA_Portfolio – Default->Layout Tabs->iPhone</blockquote>

    From

    <?xml version="1.0" encoding="utf-8"?>
    <layout body-class="bd-iphone" device="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="bottom" style="xhtml">
    <block name="footer" type="iphone/footer"></block>
    </blocks>
    </layout>

    Change to

    <?xml version="1.0" encoding="utf-8"?>
    <layout body-class="bd-iphone" device="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="content-mass-top" style="raw">ja-news-mobile</block>
    </blocks>
    <blocks name="bottom" style="xhtml">
    <block name="footer" type="iphone/footer"></block>
    </blocks>
    </layout>

    and check new module “Home Page Featured Product of The Month (iPhone)”

    Please check link your site on iPhone device again: http://www.ajequipmentrepair.com/joomla/

    kevintps Friend
    #469665

    I think I got it running right now!

    Ninja Lead Moderator
    #469705

    Yeah, it’s working now, you may look at the below screenshot for better illustration!


    1. iPhone_Layout
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Ninja Lead 12 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum