-
AuthorPosts
-
dreambuilds Friend
dreambuilds
- Join date:
- August 2009
- Posts:
- 82
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
June 7, 2010 at 10:37 pm #151653Hello.
I have one problem: How can I setup the site to be visible not only in browser, I want to be visible in the mobile phones too. Is it possible?
Thank you.
Regards,
Dreambuilds.
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 7, 2010 at 10:52 pm #346250dreambuilds;181853Hello.
I have one problem: How can I setup the site to be visible not only in browser, I want to be visible in the mobile phones too. Is it possible?
Thank you.
Regards,
Dreambuilds.
Try reading the userguide here it has a section on mobile and handhelds?
Blessings Shannon
dreambuilds Frienddreambuilds
- Join date:
- August 2009
- Posts:
- 82
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
June 7, 2010 at 10:58 pm #346252uniquebiz;181855Try reading the userguide here it has a section on mobile and handhelds?
Blessings Shannon
I saw this, yes, but no success. I even have no option for hide/show usertools buton in mine template manager :((. Weird.
Thank you,
Dreambuilds.
uniquebiz Frienduniquebiz
- Join date:
- February 2010
- Posts:
- 596
- Downloads:
- 0
- Uploads:
- 40
- Thanks:
- 33
- Thanked:
- 156 times in 119 posts
June 7, 2010 at 11:03 pm #346253dreambuilds;181857I saw this, yes, but no success. I even have no option for hide/show usertools buton in mine template manager :((. Weird.
Thank you,
Dreambuilds.
Unfortunately I don’t have a need to bother with my sites being viewed on mobiles so I have never investigated the need or how you do it, I have however had friends comment they can see the sites I use fine on a mobile . That’s indicates some templates must just have a common element and detect the handheld as a display medium
Cheers Shannon
dreambuilds Frienddreambuilds
- Join date:
- August 2009
- Posts:
- 82
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
June 7, 2010 at 11:09 pm #346255I hope I will find an answer soon, thank you very much 😉
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 9, 2010 at 8:54 am #346494Dear dreambuilds!
Can you pls explain the issue in detail!
You would like to have a button using for switch layout ( iphone, desktop ) appear when open the site on the PC?
dreambuilds Frienddreambuilds
- Join date:
- August 2009
- Posts:
- 82
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 15
- Thanked:
- 3 times in 1 posts
June 9, 2010 at 9:57 am #346510tienhc;182134Dear dreambuilds!
Can you pls explain the issue in detail!
You would like to have a button using for switch layout ( iphone, desktop ) appear when open the site on the PC?
Hello Tienhc,
Yes, like in a kyanite, to be visible. Thank you.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 11, 2010 at 8:05 am #346735Dear all!
Please open the file: templatesja_noritelayoutsblocksusertoolslayout-switcher.php and replace its source by:
[PHP]
<?php
//if (!($mobile = $this->mobile_device_detect())) return;
$handheld_view = $this->getParam(‘ui’);
$switch_to = $handheld_view==’mobile’?’desktop’:’mobile’;
$text = $switch_to==’mobile’?’Mobile Version’:’Desktop Version’;
?><a class=”ja-tool-switchlayout” href=”<?php echo JURI::base()?>?ui=<?php echo $switch_to?>” title=”<?php echo JText::_($text)?>”><span><?php echo JText::_($text)?></span></a>
[/PHP]
Good luck -
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by Saguaros 14 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum