Forum Replies Created
-
AuthorPosts
-
December 12, 2017 at 9:53 pm in reply to: Private Thread – Video Problem after WordPress Update 4.9 #888076
Hi Victoria,
Many thanks for getting back to me so quickly. Details in the Private Content Box.
Best,
Nikolaj
Still not working on Safari, neither with the functions.php code from Rikard, nor the functions.php + Quick CSS code from Ismael above. Any hints why it works for some users, but not for others? Anything specific to consider when adding to the functions.php?
- This reply was modified 6 years, 11 months ago by Nikolaj1337.
RESOLVED – MISTAKE IN CSS
—————————————-
Hi all,The code works fine for me (Video back, in appropriate size), however this impacts the section below my header (disappears, black space). Anyone experiencing this issue too and having a solution? Having the Video uploaded on my own server.
Many thanks,
Niko
- This reply was modified 7 years ago by Nikolaj1337.
SOLVED.
I put this in the css file:
#top #main,#top .html_stretched #wrap_all,#top .alternate_color,#top .header_color,#top .main_color,#top .header_color div,#top #header,#top .header_color .container_wrap_meta,#top .header_color .header_bg,#top .footer_color,#top .footer_color,#top .socket_color {
background-color:rgba(255,255,255,0) !important;
}
#top .container_wrap {
border-top-width:0px !important;
}
#top #header_main {
border-bottom-width: 0px !important;
}#socket {
background-color: transparent;
position: fixed;
bottom: 0;
width: 100%;
z-index: 999;
}
}.footer_color {
background-color: rgba(255,255,255,.0);
}.header_color div, .alternate_color, .main_color { border: none!important; }
.avia-menu-fx {
display: none;
}As an example. what I am trying to do: http://www.wittycircle.com/
-
AuthorPosts