Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Fred Tep Friend
    #190413

    Hi,

    The “mobile menu” is not showing on telephone mobile and tablet. It’s working fine when resizing the window.
    I’m having this trouble since I installed simple image gallery pro. I had jQuery conflict so I installed jQuery Easy and it fixed everything but the “mobile menu”.
    Can anyone please save me ?

    The website is here : http://ricochets-asso.fr/

    THANKS

    Ninja Lead Moderator
    #505356

    This link is appearing with simple image gallery pro plugin on your site: http://ricochets-asso.fr/index.php/la-bobine but i checked it on mobile layout, but i could not duplicate the same error as you mentioned.


    1. mobile_layout
    Fred Tep Friend
    #505494

    Thanks for your answer.
    I’m having trouble on my mobile phone (HTC deisre HD) and on my tablet (nexus 7). See picture. It’s not working on my client phone either. I don’t remember the brand but I’m pretty sure it was android.
    What phone did you use ? Could it be an android bug ?

    It’s working on my computer if I shrink the window.

    Thanks for taking time with this.

    Fred


    1. IMG_20130912_092515
    Ninja Lead Moderator
    #505779

    I tested your site with android devices, I got the same as problem you mentioned. Please pm me admin access of your site and ftp account. I shall check it for you.

    Ninja Lead Moderator
    #506623

    Hi Fred,

    I spent a lot my time to check on your site. I found the problem on your site. Because head.php file some missed error. I have fixed it on your site, this is my solution to fix it

    Open templates/ja_elastica/blocks/head.php file

    From


    <?php if (T3Common::mobile_device_detect()=='iphone'):?>
    <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1; user-scalable=1;" />
    <meta name="apple-touch-fullscreen" content="YES" />
    <?php endif;?>

    <?php if (T3Common::mobile_device_detect()):?>
    <meta name="HandheldFriendly" content="true" />
    <?php endif;?>

    Change to


    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=3.0, user-scalable=yes"/>
    <meta name="HandheldFriendly" content="true" />

    <?php if (T3Common::mobile_device_detect()=='iphone'):?>
    <meta name="apple-touch-fullscreen" content="YES" />
    <?php endif;?>

    Please check it again, let me know if it helps

    Regards

    Fred Tep Friend
    #507129

    It’s working fine. Thanks a lot for your help.

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

This topic contains 6 replies, has 2 voices, and was last updated by  Fred Tep 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum