-
AuthorPosts
-
Fred Tep Friend
Fred Tep
- Join date:
- September 2014
- Posts:
- 76
- Downloads:
- 46
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
September 9, 2013 at 12:38 pm #190413Hi,
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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 11, 2013 at 11:04 am #505356This 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.
Fred Tep FriendFred Tep
- Join date:
- September 2014
- Posts:
- 76
- Downloads:
- 46
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
September 12, 2013 at 7:32 am #505494Thanks 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
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 13, 2013 at 4:38 pm #505779I 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 22, 2013 at 12:20 pm #506623Hi 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
1 user says Thank You to Ninja Lead for this useful post
Fred Tep FriendFred Tep
- Join date:
- September 2014
- Posts:
- 76
- Downloads:
- 46
- Uploads:
- 7
- Thanks:
- 15
- Thanked:
- 2 times in 1 posts
September 26, 2013 at 7:37 am #507129It’s working fine. Thanks a lot for your help.
AuthorPostsViewing 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
Jump to forum