Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #46953
    alk
    Participant

    Hallo.

    I bought Pro Adventurous theme Premium Version.

    Please refer to my web site at the following url:


    http://www.viadellaseta.net

    Unfortunately I’m finding the following problems under Ipad Air and Safari:

    often the secondary menu disappears covered by the header zone (the zone with title of site and primary menu). In addition when I open the secondary menu (voice “paesi” that is italian word for “countries”) the menu doesn’t scroll (moving the finger only the main page scrolls down).

    I’d like block the header zone…

    Can you help me?
    Thank you very much.

    Alessandro

    #46976
    Sakin
    Keymaster

    @alk: About the secondary menu disappears covered by the header zone, I am not being able to check in details as you have replaced adventurous-custom.min.js file from your plugin W3 Total Cache. So, you need to check that.

    Then about the secondary menu overflow, we can fix the size and then add in scroll if you want. So, can you try it adding the following css in “Appearance => Theme Options => Custom CSS” box.

    #header-right .widget ul.menu ul, 
    .fixed-header #header-right .widget ul.menu ul {
        max-height: 300px;
        overflow-y: scroll;
    }
    #47011
    alk
    Participant

    @Sakin

    Thank you. I’ve just deactivate W3C Totale Cache Plugin, so now you can check, I suppose, adventurous-custom.min.js file.

    Regarding the css you send me, I will try as soon as possible.

    Thank you,
    Alessandro

    #47012
    alk
    Participant

    Ok.
    The css adding in CSS box in fact has made a fix window… That isn’t exactly elegant (the are two scroll bars, horizontal and vertical) but It seems useful, almost in Windows+IE Explorer (I’ll check also under Ipad Air and Safari…). Maybe it would be better expand the width of the fix window until the longest voice in the menu so to eliminate the horizontal scroll bar. Is it possible?

    Thank you very much.
    Alessandro

    #47069
    Sakin
    Keymaster

    @alk: You menu is too long so you need to use max-height. You can increase the height as per your need.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Scrolling problem with secondary menu and Safari on Ipad’ is closed to new replies.