Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: YouTube social icon not showing after 4.8.1 update #1304431

    Just to Chime in, also having the same issue. It’s not ISP/speed related. Only the Youtube Icon doesn’t work. There is an issue with one of the recent updates. If it was ISP or something else, there would be issues with other social icons. Seeing that it’s specific to youtube, what could it be?

    It is our most popular/used social media channel and frustrating.

    This reply has been marked as private.
    in reply to: Shrinking of header – Amount – An Info #982262

    I was getting odd behavior of the shrinking header post 4.3 update where the shrunk logo would anchor to the bottom of the sticky header.

    The information here helped. I did not have to do the JS fixes but it did make me find that the differences I had between the height of our main logo on the Theme Options page vs logo height on the header>transparency options were different and did not match my header height exactly either. This did not cause an issue pre 4.3 but did since.

    Making the logos exactly the same height/shape with the differences between transparent or not and matched header height fixed it and logo appears larger under scrolled now as well. Just posting in case someone is searching for similar info!

    Just an update for others searching on this. I ported over a bunch of blog posts from our old site and all I needed was:

    .fake-thumbnail .slide-image {
    display:none;
    }

    To not display featured image placeholder entirely. The slide-content section seemed to just mess with formatting of the entire page. I’m using the standard grid blow layout with portfolio sized preview featured images.

    • This reply was modified 6 years, 8 months ago by sump22.
    in reply to: Mega Menu Height/ Distance from Main Nav #904099

    #top #header.av_header_transparency .avia_mega_div {
    top: 75%;
    z-index: -9999;
    border-top: none;
    }

    Other thread used px and 75% works better here. Moved the Z index as well. Then removed top border so the extra black padding is just behind the letters that drop down. Should be good thanks. I should of searched move up mega menu.

    Thank you, this gives me enough to go off of. Wasn’t sure how to format the class with custom ID sections. Now I can control border colors per section! You can close this.

    Sure, details in private content box, thank you!

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