Shape 5

Joomla Templates => Life Journey - Club => : khadley March 09, 2012, 09:03:18 AM



: Mobile Display Issues
: khadley March 09, 2012, 09:03:18 AM
Hi, i set up a site at http://www.imaginationslive.com/alancoit/ and enabled the mobile display. I'm having a few issues:
For some reason it's not giving me a menu,
i want to get rid of the search function, and would like to know how to do that
and it's giving me an error in the footer area


: Re: Mobile Display Issues
: mikek March 09, 2012, 09:10:12 AM
Hello,

What version of Joomla is your site running?

You can remove the search by just unpublishing the search module in the module manager.


: Re: Mobile Display Issues
: khadley March 10, 2012, 04:03:03 AM
it's on 1.7.3, i installed it using the quick start.


: Re: Mobile Display Issues
: mikek March 10, 2012, 08:40:04 AM
Hello,

If you can private message me super admin access and ftp access I can look into this for you.


: Re: Mobile Display Issues
: khadley March 28, 2012, 11:18:16 AM
Hi, i never heard back on this issue, can you please check into it?


: Re: Mobile Display Issues
: mikek March 28, 2012, 12:24:30 PM
Hello,

I have not received any login details from you.


: Re: Mobile Display Issues
: khadley March 28, 2012, 12:43:45 PM
just resent, sorry i wasn't on top of this, thought i had sent but then didn't follow up.


: Re: Mobile Display Issues
: khadley March 30, 2012, 03:16:21 PM
i seem to have two articles on that front page, they are the same article.. not sure how to get rid of one


: Re: Mobile Display Issues
: dustyken April 13, 2012, 11:58:43 AM
Was this ever resolved?  I am experiencing the same issue.


: Re: Mobile Display Issues
: dustyken June 25, 2012, 10:23:43 AM
Bumping this to see if there was any resolution to this issue.  Experiencing the same problem....still.

Thanks.


: Re: Mobile Display Issues
: pmiddleton June 25, 2012, 12:14:22 PM
HI

Which of the issues are you having?


: Re: Mobile Display Issues
: dustyken June 25, 2012, 03:34:01 PM
The initial problem of not having a menu on the mobile display.

www.fellowshipsearcy.org

Thanks!


: Re: Mobile Display Issues
: pmiddleton June 26, 2012, 06:13:15 AM
Can you PM me super admin details?


: Re: Mobile Display Issues
: pmiddleton June 27, 2012, 07:20:46 AM
Overwrite the 3 mobile_device_xxxx.php files in templates/lifejourney/libs with the ones attached below, and let me know.



: Re: Mobile Display Issues
: dustyken June 27, 2012, 07:38:47 AM
It works!  Thanks!

Only issue now is the sizing of the component area.  Instead of being restricted to the width of the screen, you have to scroll over.  Any idea as to how to remedy that?

Also, is there any way to add the vertex framework to this template?

Thanks, again!



: Re: Mobile Display Issues
: pmiddleton June 27, 2012, 08:07:17 AM
It's caused by the use of the main site logo, which is wider that the mobile display.

Add the following to the bottom of templates/lifejourney/css/template.css and you can use any image you want just for the mobile layout. Remember to change the image name in the new css if you don't use s5_logo_mobile.png  -

#s5_md_logo_wrap_inner #s5_logo {
   background:url(../images/s5_logo_mobile.png) no-repeat top left;
   float: left;
    height: 67px;
    margin-bottom: 18px;
    margin-left: 43px;
    margin-top: 25px;
    width: 211px;}


: Re: Mobile Display Issues
: dustyken June 27, 2012, 09:06:59 AM
Thanks Paul.

The logo css works like a champ, but I'm still having issues with the content in the main component area not being confined to the component area.  I.e.  article exceeding the white space allotted for it.

Thanks.


: Re: Mobile Display Issues
: pmiddleton June 28, 2012, 09:56:33 AM
Are they custom html modules? If so, make sure you're not missing any closing tags on styles you've used


: Re: Mobile Display Issues
: dustyken June 29, 2012, 01:31:11 PM
No custom modules.  Just an article.  But the article does have a table in it.


: Re: Mobile Display Issues
: pmiddleton June 30, 2012, 07:07:09 AM
It could be that. Try taking the table out and, if the problem goes away, you'll know.

Tables, because of their nature will keep the width, and the text will assume to wrap to the table width, as that is how big it sees the page as being.