-
AuthorPosts
-
sw82 Friend
sw82
- Join date:
- June 2012
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
September 16, 2012 at 7:15 pm #180729My 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 17, 2012 at 9:40 am #467228When 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 Friendsw82
- Join date:
- June 2012
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
September 18, 2012 at 3:18 pm #467424hi I have pm’d you. Thanks
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 19, 2012 at 10:38 am #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 Friendsw82
- Join date:
- June 2012
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
September 19, 2012 at 2:32 pm #467530brilliant. Thanks
Any idea how I can place the search box in the end of the mega menu?🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 20, 2012 at 9:30 am #467629templates/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;
}1 user says Thank You to Ninja Lead for this useful post
sw82 Friendsw82
- Join date:
- June 2012
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
September 20, 2012 at 3:20 pm #467668thanks, I will try this :):)
sw82 Friendsw82
- Join date:
- June 2012
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
September 25, 2012 at 1:25 pm #468115It 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
sw82 Friendsw82
- Join date:
- June 2012
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
September 25, 2012 at 2:30 pm #468116ps also with the above message I forgot to mention that the footer box has gone??? and now the footer looks bare.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 26, 2012 at 7:10 am #468173What 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 Friendsw82
- Join date:
- June 2012
- Posts:
- 44
- Downloads:
- 0
- Uploads:
- 8
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
September 26, 2012 at 12:24 pm #468229Hi 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
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 27, 2012 at 1:55 am #468293Hi 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
October 24, 2012 at 4:18 pm #471011Hey 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.comAuthorPostsViewing 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
Jump to forum