Jump to content

Vertical black line in menu error


Recommended Posts

Hello. Im using PS 1.6.1.13, Warehouse theme.

For approx half a year, there is black vertical line in push menu on mobiles. What is wierd it is on the mobiles only. Ios and Android, all kinds of browsers. Some phones are not showing it, i was unable to find out why. Im absolutely unable to recreate this error on PC, and inspect the element to find out what is causing that, its exclusive only for mobiles. I search thru all the files asociated with the menu, but i cant find anything. 

Is there anyone who could recreate it on the PC, or somehow inspect the element to tell me what is that? I can then easily hide it or make it transparent.

Would be eternaly gratefull if someone can help me with this :) Thank you :)

104740595_708922483262902_42866660227365181_n.jpg

Link to comment
Share on other sites

  • 2 months later...

Im sorry to say, but up until now, i was unable to fix it or find what that is. Its impossible to recreate this error anywhere where i can inspect it and it just pops out of nowhere on random devices. If you figure that out, let me please know :)

Link to comment
Share on other sites



https://medium.com/@andrea.verlicchi/inset-box-shadow-rendering-bug-on-safari-ios-13-4-6bf4256a1ee0

It's safari bug.

Put in custom css in theme editor

 

#cbp-close-mobile, .cbp-spmenu, #iqitmegamenu-accordion.cbp-spmenu li a:hover, #iqitmegamenu-accordion.cbp-spmenu > li ul{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
 
}
.cbp-spmenu-push-toright #page{
    box-shadow: 0px 6px 30px 0px rgba(8, 0, 0, 0.38);
    z-index: 5103;
    position: relative;
}
 
.cbp-spmenu-overlay{
  z-index: 5104;
  left: 240px;
}



Kā bizness, Edža?

Edited by Tomin (see edit history)
  • Thanks 3
Link to comment
Share on other sites

2 hours ago, Tomin said:



https://medium.com/@andrea.verlicchi/inset-box-shadow-rendering-bug-on-safari-ios-13-4-6bf4256a1ee0

It's safari bug.

Put in custom css in theme editor

 


#cbp-close-mobile, .cbp-spmenu, #iqitmegamenu-accordion.cbp-spmenu li a:hover, #iqitmegamenu-accordion.cbp-spmenu > li ul{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
 
}
.cbp-spmenu-push-toright #page{
    box-shadow: 0px 6px 30px 0px rgba(8, 0, 0, 0.38);
    z-index: 5103;
    position: relative;
}
 
.cbp-spmenu-overlay{
  z-index: 5104;
  left: 240px;
}



Kā bizness, Edža?

I love you! Thank you, wasnt able to figure this out for a long time! Thank you! :)

  • Haha 1
Link to comment
Share on other sites

  • 3 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...