Forum Replies Created
-
AuthorPosts
-
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.
March 29, 2019 at 6:01 pm in reply to: On form submition error need to add error string, how can i do it? #1084687This reply has been marked as private.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!
March 12, 2018 at 11:55 pm in reply to: Hiding Preview Image Placeholder / Icon When No Featured Image is Present #925801Just 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.
#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.
January 22, 2018 at 6:22 pm in reply to: Color Section Top Border after Color Section with Background Image not working #900929Thank 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.
January 18, 2018 at 5:43 pm in reply to: Color Section Top Border after Color Section with Background Image not working #899210Sure, details in private content box, thank you!
-
AuthorPosts