• Resolved tezar

    (@tezar)


    I have problem with my menu. I dont see label menu after click submit menu is visible after i go to first position this menu. Look hear: TUTAJ

    • This topic was modified 7 years, 3 months ago by tezar.

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • That is a theme bug. It happens only on google chrome while in mozzila works fine. It happens in both versions Store theme (free and pro).

    Hi @tezar ,
    I found fix for that. You need to delete from css class #site-navigation ul li ul.children,#site-navigation ul li ul.sub-menu property named -webkit-perspective:1000; but do not touch perspective:1000;

    Guess that theme authors doesnt supply answers anywhere.

    Thread Starter tezar

    (@tezar)

    I can’t find this. With file is it?

    find css mod that you choose. In my case it is brown.css because i use brown template set in Customizer

    Thread Starter tezar

    (@tezar)

    This solution not work in my site maybe I don’t understand:
    In my file default.css (because I use blue skin) I edit that:

    Before:
    #site-navigation ul li ul.children,#site-navigation ul li ul.sub-menu{background:#582a1c;top:52px;display:block;transition:0.4s all ease;-webkit-transition:0.4s all ease;-moz-transition:0.4s all ease;-ms-transition:0.4s all ease;-o-transition:0.4s all ease;perspective:1000;-webkit-perspective:1000;-ms-transform-origin:top;transform-origin:top;-webkit-transform-origin:top;transform:perspective(350px) rotateX(-90deg);-webkit-transform:perspective(350px) rotateX(-90deg);-moz-transform:perspective(350px) rotateX(-90deg)}

    After:
    #site-navigation ul li ul.children,#site-navigation ul li ul.sub-menu{background:#582a1c;top:52px;display:block;transition:0.4s all ease;-webkit-transition:0.4s all ease;-moz-transition:0.4s all ease;-ms-transition:0.4s all ease;-o-transition:0.4s all ease;perspective:1000;-ms-transform-origin:top;transform-origin:top;-webkit-transform-origin:top;transform:perspective(350px) rotateX(-90deg);-webkit-transform:perspective(350px) rotateX(-90deg);-moz-transform:perspective(350px) rotateX(-90deg)}

    • This reply was modified 7 years, 2 months ago by tezar.
    • This reply was modified 7 years, 2 months ago by tezar.

    Send me link of the website you trying to fix?

    You are missing color of text in that code…for example color:#ffffff; or whatever color you want to use…. Maybe as last resort you can add !important tag.
    Cheers

    • This reply was modified 7 years, 2 months ago by alex80ks.
    Thread Starter tezar

    (@tezar)

    Ok it is works!!
    Before I did changed bad file (wp-content/themes/store/assets/theme-styles/css/).
    Good directory path is: /wp-content/themes/store/assets/css/

    thank you for solution!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Problem menu’ is closed to new replies.