Forum Replies Created
-
AuthorPosts
-
December 18, 2014 at 5:59 am in reply to: Twitter Widget Code Embed not showing up in Widget area #369858This reply has been marked as private.
Ok yes, I figured that. Just wanted to verify. Thanks!
Hmm, okay so this is what I tried out. Swapped out the white #ffffff with the #575149 and the colored ring is still white. Do you think maybe the RGBA colors need to be changed too?
@-moz-keyframes sonarEffect { 0% { opacity: 0.3; } 40% { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(255, 255, 255, 0.5); opacity: 0.5; } 100% { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(255, 255, 255, 0.5); opacity: 0; transform: scale(1.5); } } @keyframes sonarEffect { 0% { opacity: 0.3; } 40% { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(255, 255, 255, 0.5); opacity: 0.5; } 100% { box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #575149, 0 0 0 10px rgba(255, 255, 255, 0.5); opacity: 0; transform: scale(1.5); } }
Okay sounds good. I will reply back when done.
Great!, thank you for this info will look into this.
Thanks for the help. That didn’t help but, but I ended up finding out what it was. Not sure if this is a minor bug or not
In the Enfold > Header Layout there is an option for Header Size. Before I had it set to use Custom Pixel Value to make use of a larger logo area. This worked for the logo, but it stopped the transparency from working properly. Right now I have it set to Large, and the transparency is functioning
The Jetpack plugin was installed, but is now disabled. I did have some custom css added, but is now removed.
I’m pretty sure I saw it transparent when It was first setup, but something a color may have got set somewhere which is causing that. Not too sure though
-
AuthorPosts