Tagged: mobile menu, one page
-
AuthorPosts
-
November 11, 2015 at 4:56 pm #534205
Dear Support-Team, first … really nais theme – makes a lot of fun! :)
Some small problems.
I use a combination of one-page, normal sub-pages and a big header … but the main menu causes any problems.1. Desktop sub-pages: The active menu item is not really active. It changes by scrolling.
e. screenshot: “desktop-menu-bug.jpg”
You can take a look? http://www.studenten-power.de/leistungen/wohnungsaufloesung/2. iPad & iPhone onepage mobile menu: I can move to the inactive mobile menu.
e. screenshots: “iPad-mobile-menu-bug-1.jpg” & “iPhone-mobile-menu-bug.PNG”3. iPad (Landscape-Orientation): Menu item isn’t active on active position.
How I can change the menu to mobile-menu? It’s better for iPad navigation. And is it possible to change the site-view to full-width?
e. screenshot: “iPad-main-menu-bug.jpg”4. iPhone onepage: When I use a direct-link to a section, the anchor position isn’t correct.
e. link: http://www.studenten-power.de/#section-team-1
screenshot “iPhone-anchor-direct-link-bug.PNG”(iPhone 5, iPad mini – current iOS versions … OSX 10.10.5 – GoogleChrome & Safari current versions)
Sorry for my horrible english. :)
- This topic was modified 9 years ago by JohnTC.
November 12, 2015 at 6:08 pm #534946Hi JohnTC!
can you provide us links to the screenshots please? instead of just the image’s filename.
Try to deactivate all plugins to see if one is causing any conflict and let us know about your results.
Would be best to open separate tickets for different questions.
Regards,
AndyNovember 12, 2015 at 6:14 pm #534950Dear Andy, I had sent it as private content.
Screenshots:
https://drive.google.com/open?id=0By7Jvq2HdAPIdGpISFVnVHZfSG8- This reply was modified 9 years ago by JohnTC.
November 12, 2015 at 6:36 pm #534986I have all the extensions turned off, but without any success.
November 12, 2015 at 7:59 pm #535059For the problem number two, I have set a little snippet to hide the mobile menu by clicking everything. This working for me.
jQuery("body").click(function() { jQuery('#advanced_menu_hide').click(); //alert('click'); });
You have understand the other problems?
November 13, 2015 at 3:58 am #535195@number one problem: I had added the ID “#top” in the Home link menu, to going on top without reload. This caused the conflict.
https://drive.google.com/file/d/0By7Jvq2HdAPIcU1PRTh0MGdZakk/viewOnly two problems left. :D
November 13, 2015 at 4:56 am #535208For using the mobile menu on higher resolution, I have found the the CSS Snippet.
http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/November 14, 2015 at 9:33 am #535806Hey!
I guess this is the only problem left. Is that correct?
4. iPhone onepage: When I use a direct-link to a section, the anchor position isn’t correct.
e. link: http://www.studenten-power.de/#section-team-1This link (http://www.studenten-power.de/#section-team-1) actually lands in the “UNSER TEAM” section. Could you please provide a screenshot of the issue?
Cheers!
IsmaelNovember 14, 2015 at 8:17 pm #535942Dear Ismael, I have found the problem: In the slider settings I had set a value to hide the slider only at iPhone resolution. This feature probably works with JS and moved the anchor position.
s. https://drive.google.com/file/d/0By7Jvq2HdAPIclUyeE1DeGdlTHM/viewI fixed it with CSS.
@media only screen and (max-width: 767px) { #layer_slider_1 { display:none;} }
November 16, 2015 at 8:22 am #536357Hi,
Great, glad you found the problem. Please let us know if you should need any more help on the topic.
Regards,
RikardNovember 16, 2015 at 12:24 pm #536442Dear Rikard, we are done, you can close.
Question: Is this an outsourcing “Call-Center” helping forum?Cheers!
November 16, 2015 at 2:03 pm #536479 -
AuthorPosts
- The topic ‘Some menu problems …’ is closed to new replies.