test
Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • sw82 Friend
    #180729

    My site is not showing at all on an iphone (not sure about ipad) but was wondering how to fix this. The screen shows as blank, and in settings it is set for iphone layout: iphone.

    Site: hairdetective.co.uk

    Thank you

    Ninja Lead Moderator
    #467228

    When I first checked your site, I saw iPhone core on JAT3 which did not seem to be loading on this.
    It would be great if you can PM me the admin access and the FTP account, I shall help you check it.

    sw82 Friend
    #467424

    hi I have pm’d you. Thanks

    Ninja Lead Moderator
    #467513

    :((, Because you deleted the default.php file on core JAT3 framework

    <blockquote>plugins/system/jat3/jat3/base-themes/default/page/default.php</blockquote>

    I helped you update this file and create a new position “ja-news-mobile” on mobile template at backend, you can add other modules with this position

    Your mobile layout shows now.. Enjoy it…

    sw82 Friend
    #467530

    brilliant. Thanks
    Any idea how I can place the search box in the end of the mega menu?

    🙂

    Ninja Lead Moderator
    #467629

    templates/ja_teline_iv/blocks/topmega.php and this script above <?php $this->genBlockEnd ($block) ?>

    <div id="ja-search">
    <jdoc:include type="modules" name="topnav" />
    </div>

    You need customize css file

    <blockquote>templates/ja_teline_iv/css/template.css</blockquote>
    from

    #ja-topnav {
    float: right;
    margin-bottom: -47px;
    }

    change to

    #ja-topnav {
    float: right;
    margin-bottom: -47px;
    margin-right: 230px;
    }

    from

    #ja-search {
    border-left: 1px solid #CCC
    border-right: 1px solid #CCC
    height: 26px;
    right: 0;
    }

    change to

    #ja-search {
    border-left: 1px solid #CCC
    border-right: 1px solid #CCC
    height: 26px;
    right: 0;
    top: 2px;
    z-index: 20;
    }

    sw82 Friend
    #467668

    thanks, I will try this :):)

    sw82 Friend
    #468115

    It has sort of worked but it has dropped below the main menu. I think it has to do with the date& last updated which I don’t want on the site anyhow. Is there a way to remove this without disrupting the search. I tried to remove the top bar block but the search disappeared altogether. It looks like this now (attached image)

    Thanks

    hairdetective.co.uk


    1. Picture-2
    sw82 Friend
    #468116

    ps also with the above message I forgot to mention that the footer box has gone??? and now the footer looks bare.

    Ninja Lead Moderator
    #468173

    What did you change on top and footer?

    Top bar: if you want to change

    <blockquote>/templates/ja_teline_iv/blocks/topbar.php</blockquote>

    Footer:
    <blockquote>/templates/ja_teline_iv/blocks/footer.php</blockquote>
    or from config it from back-end site
    <blockquote>Admin site->Extensions->Template Manager->Edit JA_Teline_IV – Default template->PROFILES tabs->Footer T3 Logo set no show and clear cache from Admin site</blockquote>

    If it does not work please back to default both change top, footer and send me screenshot do you expect on top and footer. I will help you out of.

    sw82 Friend
    #468229

    Hi I realized that I had missed out a } after the ja-search section.
    I have followed the instructions you gave to add the code to topmega.php and changed the template.css.

    The search box is still in the same place as it was and not in the menu where I would like it. Do I need to assign a position to it? I tried to assign to mega but it disappeared.
    Also now the line at the end of the menu has disappeared.

    hairdetective.co.uk

    Sarah


    1. Picture-3
    Ninja Lead Moderator
    #468293

    Hi Sarah,

    I helped you move search form from top_bar to main menu

    Open

    <blockquote>/templates/ja_teline_iv/blocks/topbar.php</blockquote>

    Cut this script

    <?php if($this->countModules('search')) : ?>
    <div id="ja-search">
    <jdoc:include type="modules" name="search" />
    </div>
    <?php endif; ?>

    Paste to

    <blockquote>/templates/ja_teline_iv/blocks/topmega.php</blockquote>

    Please link your site again: hairdetective.co.uk

    Regards

    absolute1973 Friend
    #471011

    Hey Ninja, I was hoping you could help me out with an issue I am having. I just installed the JA Nex template but mobile shows blank page…i checked to make sure I had the default page…which i do. Am I missing something? When i publish to mobile_top, I get nothing…
    Thanks! http://www.elpregonrd.com

Viewing 13 posts - 1 through 13 (of 13 total)

This topic contains 13 replies, has 3 voices, and was last updated by  absolute1973 12 years, 1 month ago.

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