Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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 8 years, 5 months ago by JohnTC.
    #534946

    Hi 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,
    Andy

    #534950

    Dear Andy, I had sent it as private content.

    Screenshots:
    https://drive.google.com/open?id=0By7Jvq2HdAPIdGpISFVnVHZfSG8

    • This reply was modified 8 years, 5 months ago by JohnTC.
    #534986

    I have all the extensions turned off, but without any success.

    #535059

    For 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?

    #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/view

    Only two problems left. :D

    #535208

    For 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/

    #535806

    Hey!

    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-1

    This 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!
    Ismael

    #535942

    Dear 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/view

    I fixed it with CSS.

    @media only screen and (max-width: 767px) {
    	#layer_slider_1 { display:none;}
    }
    #536357

    Hi,

    Great, glad you found the problem. Please let us know if you should need any more help on the topic.

    Regards,
    Rikard

    #536442

    Dear Rikard, we are done, you can close.
    Question: Is this an outsourcing “Call-Center” helping forum?

    Cheers!

    #536479

    Hi!

    No, we are Kriesi’s own support team :)
    Glad we could help! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Some menu problems …’ is closed to new replies.