1. bludove
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 12 October 2020
  5.  Subscribe via email
In reviewing one of our sites on mobile displays it came up that the mobile menu is not working on newer versions of iPhones. They were unable to open the menu and therefore not able to navigate through the site.

Note: We did change the position of where the main menu and therefore the mobile menu appears but that was all we did with the menu.
https://stopchildrenscancer.org/2020site

Can you look into this and help resolve as quickly as possible?

Thanks
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

In your templates scripts.php (../templates/J51_sophia/inc/scripts.php), try replacing the following (LINE 8)...

$document->addScript('templates/'.$this->template.'/js/mmenu-light.js', true, false);


With

$document->addScript('templates/'.$this->template.'/js/mmenu-light.js', false, true);


Does this resolve the issue for you?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
That did not work. See video link.
https://drive.google.com/file/d/1b_5-ks-yS2BJTBECpqDHkl6iwKTIutdG/view

It's happening on newer iPhones

Thanks
Lisa
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Lisa

Thank you for the detailed explanation!

Strangely we are no longer able to replicate the mobile menu, testing with the latest version of iOS and Safari. I suspect that you are possibly loading a cached version of your sites assets (js). Does clearing your browser cache resolve the issue? (https://support.apple.com/en-ie/HT201265).

To fix the scroll issue, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

@media only screen 
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
.owl-carousel {
pointer-events: none;
}}


I note the low contrasting text mentioned is no longer present on your homepage.

Kind regards
Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
It seems the issue is happening on IOS 14.

I have 13 on my phone and haven't updated and menu works but both the client and my business partner have updated to latest version of IOS and it's not working any more on their phones. In fact my client was on IOS13 and it worked and then updated to IOS14 and it stopped working.

Yes - cleared history.

Now also having trouble with fixing the visited link color. It seems to be blue by default but I cannot see where to change it.
I tried adding the following to my CSS and it changed the links to be the light purple whether they were visited or not
a:link {color: #361074;}
a:visited {color: #c4a8f2}

(and yes, I cleared my history and even tried another browser to check)
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Seems we have fixed the menu. My developer fixed something in the JQuery code and now it's working.

But still having issues with the link color.
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Your site appears to be currently offline (timing out).

Are you adding the CSS to the Custom CSS field of your template settings? This is best as it is at the end of the cascade and therefore will have preference over other CSS. Also, ensure no other more specific CSS is been applied to the element in question. If you wish you can post a URL, detailing the location of the element and we will examine it further.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
I am having the issue with the Sophia mobile menu.

Mentioned you fixed something in the jquery....can you share the fix so I can use it too. The menu does not work.
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
I am using Sophia template ver. 1.0.12 on only one website and the menu is not working on any of my Apple mobile devices (iOS 14.1). I have Sophia template ver. 1.0.5 used for another website and it DOES work on my devices. Seems like something is going on in the new version. What was the fix?

I noticed in looking at the two template versions that in the newer version, "Mobile Menu Type" and "Slideout Toggle Color" are missing options in the location:
Templates: Edit Style > General > Responive Options
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Can you replicate this issue on our template demo after a full refresh (CMD + F5)?.. https://www.joomla51.com/demo/0155/

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Can you replicate this issue on our template demo after a full refresh (CMD + F5)?.. https://www.joomla51.com/demo/0155/

Ciaran


No, I can't replicate it. The template demo works on my phone. I see it's now version 1.0.14 so I updated my site...but it's still not working. I also updated another website from 1.0.7 to 1.0.14. The mobile menu "hamburger" icon is gone and the links are listed at the top of the screen. You can see it here https://www.souladventures.us/
  1. more than a month ago
  2. Commercial Templates
  3. # 10
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 11
Accepted Answer Pending Moderation
0
Votes
Undo
will do
  1. more than a month ago
  2. Commercial Templates
  3. # 12
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

We have just updated the Sophia template which will hopefully resolve this issue. Could I ask you to install this update and check if the issue persists? For details on updating your template may I suggest the following article.. https://joomla51.com/tutorials/joomla-basics/updating-your-joomla-template

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 13
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

We have just updated the Sophia template which will hopefully resolve this issue. Could I ask you to install this update and check if the issue persists? For details on updating your template may I suggest the following article.. https://joomla51.com/tutorials/joomla-basics/updating-your-joomla-template

Ciaran






It WORKS! Not sure what you did, but that update fixed my issues. Thanks!
  1. more than a month ago
  2. Commercial Templates
  3. # 14
Accepted Answer Pending Moderation
0
Votes
Undo
Great... thank you for the update! :)

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 15
Accepted Answer Pending Moderation
0
Votes
Undo
Just updated the Sophia template on our site http://www.friendsofsanfilippino.org. Menu is not working on mobile devices, and inline icons do not show up on home page.
Please advise.
  1. more than a month ago
  2. Commercial Templates
  3. # 16
Accepted Answer Pending Moderation
0
Votes
Undo
May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 17
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,
I have emailed you temporary admin access.
Best,
rita
  1. more than a month ago
  2. Commercial Templates
  3. # 18
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,
I am still waiting for a response to my inquiry from two days ago.
Thank you in advance for your help. I have the updated version of Sophia, which works well on laptop, but the menu is not working on mobile devices. I have sent you temporary admin access.
Best,
rita
  1. more than a month ago
  2. Commercial Templates
  3. # 19
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Rita

We replied to your email with the following request...

Could you also include a password for this user account.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 20
  • Page :
  • 1
  • 2


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok