template on handheld devices

GK User
Mon Jan 09, 2012 10:43 pm
hey guys,

im having trouble with the template displaying correctly on handheld devices.

on my android phone i can only access one menu link. when u choose any other menu link it doesnt load or do anything.

the site is http://www.fede.net

please check it out and let me know what i must do for it to display correctly on handhelds.

p.s. the most important menu link is
Liga Provinciales
. its a restricted menu link that needs the user to be logged in but the template doesnt even let u log yourself in. it doesnt do anything.

really need some help on this as more and more users are accessing the site through their phones.

thx ;)
User avatar
Senior Boarder

GK User
Tue Jan 10, 2012 2:13 pm
Hi,

You should build another menu for handheld layout because it doesn't support multi-levels menu so that's why it is not working.
User avatar
Platinum Boarder

GK User
Tue Jan 10, 2012 5:58 pm
hi,

ohhh.

how would i go about doing that? searched around cant find a legit guide.

thx for the help.
User avatar
Senior Boarder

GK User
Tue Jan 10, 2012 11:43 pm
just need someone to point me the way.

any ideas?

thx
User avatar
Senior Boarder

GK User
Wed Jan 11, 2012 10:44 am
anybody???
User avatar
Senior Boarder

GK User
Wed Jan 11, 2012 11:13 am
Hi,

I said to you the solution already. Please try creating a new menu for handheld layout which doesn't have multi-levels menu items.
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 11:50 am
hey don,

can u pls tell me how i can go about doing that.

thx
User avatar
Senior Boarder

GK User
Wed Jan 11, 2012 12:28 pm
This menu target url is set to '#' please look here >> http://prntscr.com/58m3n

You need to create menu with one level and set is as a default for mobile in template settings >> 'Mobile layouts'
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 1:51 pm
im really sorry but i have no idea where to find template settings>>>mobile layouts.

is it a directory or can i access it through joomlas back end?

im on joomla 1.5

sorry for the newbe question.

thx again for the help
User avatar
Senior Boarder

GK User
Wed Jan 11, 2012 2:01 pm
Hi,

I'm really sorry, we both thought that you used Joomla 1.7 which has such feature, and it is not available for Joomla 1.5 version of the template. I have told bkrztuk to check if he could provide you some solution.
User avatar
Platinum Boarder

GK User
Wed Jan 11, 2012 9:10 pm
all good. np.

should i upgrade this site to joomla 1.7?

i use k2 and i read somewhere that it isnt 100% with 1.7.

thx for advice
User avatar
Senior Boarder

GK User
Thu Jan 12, 2012 10:58 am
If the upgrade doesn't take you too much work, you should then. I don't know much about the performance of K2 running on J1.7 but the fact is that there are a lot of sites running it well, also bugs always exist in every products you know :) and support always besides!
User avatar
Platinum Boarder

GK User
Tue Jan 17, 2012 9:15 pm
ok, but right now i cant update.

but i still need to know how to configure the mobile/handheld layout of the template for it to work correctly.

can someone please tell me how to do it?

thx
User avatar
Senior Boarder

GK User
Wed Jan 18, 2012 6:53 pm
anybody please?
User avatar
Senior Boarder

GK User
Thu Jan 19, 2012 1:28 am
need help here...
User avatar
Senior Boarder

GK User
Thu Jan 19, 2012 2:34 pm
please help!!!
User avatar
Senior Boarder

GK User
Thu Jan 19, 2012 5:56 pm
still waiting for an answer.

there is no info on how to adjust the mobile layout in joomla 1.5 but someone has to know.

please help....
User avatar
Senior Boarder

GK User
Mon Jan 23, 2012 10:25 am
ok gavick support i really need an answer here.

i think i have been pretty patient with this issue waiting for support but this is taking too long and i am feeling the pressure from the end client.

so can i get a solution on how to configure the mobile layout for the template so it actually works on handheld devices!!

im on joomla 1.5.25 and i cant update to 1.7.

thank you

waiting for a response...
User avatar
Senior Boarder

GK User
Mon Jan 23, 2012 8:30 pm
i need support here!!!

been waiting patientñy for awhile.

CAN I PLEASE GET SOME SUPPORT!!!!
User avatar
Senior Boarder

GK User
Tue Jan 24, 2012 7:11 pm
hello!!!????
User avatar
Senior Boarder

GK User
Fri Jan 27, 2012 5:34 am
Hi,

I'm so sorry for this late follow up. I asked the developer Bartek to help you but he seems to have not had much time for this. However I have just thought of an idea to make a hard code to help you achieve that, please try:

1. Create a new menu with menutype set to "iphonemenu" which will be used to display in iphone layout.

2. Open file: \templates\gk_sporter\libs\menu\iphone.class.php

3. Find code:
Code: Select all
function __construct (&$params) {
         parent::__construct($params);

         //To show sub menu on a separated place
         $this->showSeparatedSub = true;
      }

4. Replace by:
Code: Select all
function __construct (&$params) {
         parent::__construct($params);

         //To show sub menu on a separated place
         $this->showSeparatedSub = true;
         $this->setParam('menutype', 'iphonemenu');
      }
User avatar
Platinum Boarder

GK User
Fri Jan 27, 2012 11:04 am
i did want u said but instead for iphone layout i did with handheld layout. because i have an android phone i cant check to see if iphone layout works.

hers the code i put in

Code: Select all
function __construct (&$params) {
         parent::__construct($params);

         //To show sub menu on a separated place
         $this->showSeparatedSub = true;
         $this->setParam('menutype', 'handheldmenu');
      }


and it still doesnt work.

any other ideas?
User avatar
Senior Boarder

GK User
Fri Jan 27, 2012 11:09 am
Please PM me backend and FTP access then I will check for you.
User avatar
Platinum Boarder

GK User
Fri Jan 27, 2012 3:52 pm
Doesnt work for me too. Template financial business. I Can't migrate to joomla 1.7.
Please help.

Creb
User avatar
Fresh Boarder

GK User
Fri Jan 27, 2012 4:08 pm
Hi Creb,

Just give me access info via a PM then I will check for you.
User avatar
Platinum Boarder

GK User
Fri Jan 27, 2012 4:23 pm
Don Lee wrote:Hi Creb,

Just give me access info via a PM then I will check for you.


Where is PM button?
User avatar
Fresh Boarder

GK User
Fri Jan 27, 2012 4:27 pm
Here you go https://www.gavick.com/support/forums/u ... de=compose

Remember to select my name at Moderator field.

Thanks,
User avatar
Platinum Boarder

GK User
Fri Jan 27, 2012 5:18 pm
Hi again Creb,

Thank you for the PM. I don't know why but if I change the menutype to "inv_topmenu" then it works.

http://easycaptures.com/fs/uploaded/427/3967454830.png
User avatar
Platinum Boarder

GK User
Fri Jan 27, 2012 10:39 pm
I now, in inv_main work too, only in first level, I need to go to sublevels.
Your demo template http://demo.gavick.com/joomla15/jun2011/ don,t work too. On iphone or android submenu not work propertly.

Creb
User avatar
Fresh Boarder

GK User
Sat Jan 28, 2012 3:56 pm
nyc212 wrote:i did want u said but instead for iphone layout i did with handheld layout. because i have an android phone i cant check to see if iphone layout works.

hers the code i put in

Code: Select all
function __construct (&$params) {
         parent::__construct($params);

         //To show sub menu on a separated place
         $this->showSeparatedSub = true;
         $this->setParam('menutype', 'handheldmenu');
      }


and it still doesnt work.

any other ideas?

You set menutype to "handheldmenu" but I don't see any module with that type name in your menu manager http://easycaptures.com/fs/uploaded/428/2236806293.png
User avatar
Platinum Boarder

GK User
Mon Jan 30, 2012 10:41 am
ok u were right but i didnt know thats what i had to do. since theres no documentation on how to set up the mobile layouts.

it works on android phones :D
i will see today if it works on iphones

but it doenst work on tablets with android operating system. when u try to login nothing happens.

what can we do about that?

thx for the help don :)
User avatar
Senior Boarder

GK User
Mon Jan 30, 2012 2:12 pm
I don't think that the change of menu relates to login function, also I don't have a tablet to check so I can't say anything more, just make sure that it only happens with tablets.
User avatar
Platinum Boarder

GK User
Tue Jan 31, 2012 3:34 pm
Creb wrote:Your demo template http://demo.gavick.com/joomla15/jun2011/ don,t work too. On iphone or android submenu not work propertly.

Creb


In 1.7 works great. Possible to resolve this problem on demo (download 1.5 wersion) page :?: :?:

creb
User avatar
Fresh Boarder

GK User
Wed Feb 01, 2012 12:25 pm
Sorry but that's all I can help with this customization. I have asked our developers to check this, I do hope they will have some implement soon.
User avatar
Platinum Boarder

GK User
Thu Feb 02, 2012 6:39 pm
Hello, any sollution for this problem?

Please help
Creb
User avatar
Fresh Boarder

GK User
Wed Feb 08, 2012 4:01 am
Creb wrote:Hello, any sollution for this problem?

Please help
Creb


Hi Creb,

Just a suggestion, you could try the Jupgrade component from redcomponent. It's quite safe to test a Joomla 1.5.25 to a Joomla 1.7.x migration and it's easy to do a roll-back if necessary. You can find it on JED...
User avatar
Senior Boarder

GK User
Thu Feb 09, 2012 3:31 am
This is not possible at this moment.
Customers can use a custom component only compatible with J 1.5.x
We chose this template because of the compatibility with the iPhone and Android.
Unfortunately, now I have to explain that I'm waiting for the solution of the problem.

Creb

roadrunner wrote:
Just a suggestion, you could try the Jupgrade component from redcomponent. It's quite safe to test a Joomla 1.5.25 to a Joomla 1.7.x migration and it's easy to do a roll-back if necessary. You can find it on JED...
User avatar
Fresh Boarder


cron