Forum Replies Created
-
in reply to: Menu Button does not show up on mobile
Me again,
I finally figured it out. You first need to delete the “!important” in line 1259 of the bootstrap-responsive-CSS (Appearance -> Theme Editor), then it works fine :)
Thank you very much
Best regards
in reply to: Menu Button does not show up on mobileSo what it now does is showing up when I make the browser window smaller, but it then disappears again when it gets too small. What my client wants is that the button to appear in the mobile drop-down menu as a last point (after KARRIERE). Is that possible?
Thank you for your patience!
in reply to: Menu Button does not show up on mobileHi,
thank you! Unfortunately it’s not working, the button still doesn’t appear in mobile version..
Any other ideas?
Regards!
in reply to: Menu Button does not show up on mobileThere you go, can you try again? It should work now :)
in reply to: Menu Button does not show up on mobileFrom which country are you accessing the website? So the server-guy will unblock it, he uses geoblocking I don’t know why :D
in reply to: Menu Button does not show up on mobileHi, thanks for your answer!
I’m trying to contact the guy how is responisble for the server-stuff, but in case it doesn’t work – Could you tell me the CSS-Code and what specific thing I have to look for in my site to complete it?
Best regards!
in reply to: Menu Button does not show up on mobilein reply to: Add Gradient to Service Medium IconsThis reply has been marked as private.in reply to: Add Gradient to Service Medium IconsNope ;)
If I just go for .icon_wrapper it does change the icon background color to a gradient as it should look like on hover,
if I just go for .services_medium:hover it does change the whole rectangular background area of the icon to a gradient on hover…
But together they just do nothing at all. :D
in reply to: Add Gradient to Service Medium IconsAppearance -> Customize -> Additional CSS
in reply to: Add Gradient to Service Medium IconsI’m really sorry, I don’t know if I am doing something wrong, but.. it’s still not working :’D
You still cannot enter my site? If not, nevermind, its not that critically important. Thank you for your time and help anyways!
in reply to: Add Gradient to Service Medium IconsUnfortunately not, I already tried this…
in reply to: Add Gradient to Service Medium IconsHi,
For me it works allright, sorry I don’t know what the problem could be.
Maybe you could also just check my CSS and tell me what I’m doing wrong?
I tried:
.services_medium:hover #icon_wrapper {
background-color: #bfd255; /* Old browsers */
background-color: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
background-color: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#8eb92a), color-stop(51%,#72aa00), color-stop(100%,#9ecb2d)); /* Chrome,Safari4+ */
background-color: -webkit-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Chrome10+,Safari5.1+ */
background-color: -o-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* Opera 11.10+ */
background-color: -ms-linear-gradient(top, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* IE10+ */
background-color: linear-gradient(to bottom, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#9ecb2d 100%); /* W3C */
}Obviously, the .icon_wrapper background-colour is what I am looking for to change, and the .services_medium is what’s triggerd if I hover… and I can also change the background-color in its ‘unhoverd’ state, but for some reason it’s just not working with hover :D
thanks again
in reply to: Add Gradient to Service Medium IconsThis reply has been marked as private.