Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • dreambuilds Friend
    #151653

    Hello.

    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 Friend
    #346250

    dreambuilds;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 Friend
    #346252

    uniquebiz;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 Friend
    #346253

    dreambuilds;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 Friend
    #346255

    I hope I will find an answer soon, thank you very much 😉

    Saguaros Moderator
    #346494

    Dear 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 Friend
    #346510

    tienhc;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 Moderator
    #346735

    Dear 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

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

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