Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Twitter Widget Code Embed not showing up in Widget area #369858
    This reply has been marked as private.
    in reply to: Able to run Stretched and boxed layouts together? #267488

    Ok yes, I figured that. Just wanted to verify. Thanks!

    in reply to: Hover Over Icons #265421

    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);
    }
    }
    in reply to: Icon Box Hover Over content background color #265411

    Okay sounds good. I will reply back when done.

    in reply to: Icon Box Hover Over content background color #265386

    Great!, thank you for this info will look into this.

    in reply to: Homepage v11 – Transparent Menu #263609

    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

    in reply to: Homepage v11 – Transparent Menu #262588

    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

Viewing 7 posts - 1 through 7 (of 7 total)