CMS Development

CarolineLane
Participant

Mobile menu used for pop up

SOLVE

Hello,

I have a problem on this page: https://www.naturalinsight.com/insight-conference

When clicking on "learn more" for the speakers, the pop up doesn't work on mobile (you can try with a small size screen on a laptop. Refresh the page before clicking. Error will appear on line 119 of the console.)

It appears that the pop up uses the same principle as a mobile menu. To see it working fine on mobile, you can try this page https://www.naturalinsight.com/about-us/who-we-are)

Here is my issue: The pop up works fine if I use the "Main Menu 2017" instead of the "INSIGHT 2018" menu. I am guessing the "Main Menu 2017" must be referenced somewhere in the javascript... But I cannot see where. Could you help me out?

Thank you!

0 Upvotes
1 Accepted solution
CarolineLane
Solution
Participant

Mobile menu used for pop up

SOLVE

Hey Jsum,

 

Thanks for responding!

 

I actually emailed support and they fixed it. It turns out my INSIGHT 2018 menu didn't have the same CSS classes as the Main Menu 2017. The support team modified the javascript code used for the mobile menu in the header to reference the proper class (code here)

 

Caroline

View solution in original post

2 Replies 2
Jsum
Key Advisor

Mobile menu used for pop up

SOLVE

@CarolineLane,

 

I checked your learn more links in the chrome emulated for an s5 and ipad and they worked. I tried them on my s7 and they work. did you already find a fix for this?

0 Upvotes
CarolineLane
Solution
Participant

Mobile menu used for pop up

SOLVE

Hey Jsum,

 

Thanks for responding!

 

I actually emailed support and they fixed it. It turns out my INSIGHT 2018 menu didn't have the same CSS classes as the Main Menu 2017. The support team modified the javascript code used for the mobile menu in the header to reference the proper class (code here)

 

Caroline