Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • in reply to: Menu/Header Problems in Safari & Chrome #25004
    littlefishweb
    Member
    Post count: 11

    Just fyi, we are still having the problem in safari

    in reply to: Menu/Header Problems in Safari & Chrome #24887
    littlefishweb
    Member
    Post count: 11

    Thanks. BTW – we fixed the Chrome issue by adjusting the z-index to the nav submenu

    nav .menu ul.sub-menu li {
    z-index: 1; (from 42)

    nav .menu ul.sub-menu {
    z-index: auto; (from 9995)

    in reply to: Menu/Header Problems in Safari & Chrome #24533
    littlefishweb
    Member
    Post count: 11

    Hello, We tried adding this css. And it did not fit the problem.

    nav .menu > li.shopping-bag-item ul.sub-menu {
    -webkit-backface-visibility: hidden;
    }
    .home-slider-wrap{z-index:1;}

    We think the problem is in this file.
    http://lkdemo.info/wp-content/themes/neighborhood/js/functions.js

    Line 363
    jQuery(this).find(‘ul.sub-menu’).first().addClass(‘show-dropdown’).css(‘top’, menuTop);

    Line 368
    jQuery(this).find(‘ul.sub-menu’).first().removeClass(‘show-dropdown’).css(‘top’, menuTopReset);

    Line 381
    jQuery(this).find(‘ul.sub-menu’).first().addClass(‘show-dropdown’).css(‘top’, subMenuTop);

    When the script adds or removes classes, I think the widths are wrong from lines 339 – 356.

    Can you please help us troubleshoot? The error is very evident in the latest version of Safari. I’m on win 7.

    Thank you

    in reply to: Menu/Header Problems in Safari & Chrome #24395
    littlefishweb
    Member
    Post count: 11

    You told me to start a new ticket…

    We’ll try the CSS adjustments suggested in the other post, but my developer has been looking into it and thinks the safari error is in between lines 326 – 371 of the themes/neighborhood/js/function.js, and has to do with WooCommerce.

    Thanks,
    Marjorie

    in reply to: Menu freaking out #23088
    littlefishweb
    Member
    Post count: 11

    We’ve done the upgrade, and took away Gravity forms, which was causing some issues as well, but the client is still having difficulty.

    in reply to: Menu freaking out #22981
    littlefishweb
    Member
    Post count: 11

    Additionally, there are some layer issues in Chrome, with the menu hiding behind pictures.

    I’m going to backup and do an upgrade and see if that helps.

    in reply to: Menu freaking out #22974
    littlefishweb
    Member
    Post count: 11

    will update to 3.6.1 fix it?

    in reply to: Menu freaking out #22973
    littlefishweb
    Member
    Post count: 11

    Yes, the client says it does it in the demo version also.

    in reply to: Menu freaking out #22741
    littlefishweb
    Member
    Post count: 11

    Please share the solution – my client’s Mac is freaking out too.

Viewing 9 posts - 1 through 9 (of 9 total)