Home › Community Forums › Aspire Theme Support › Header Image CSS help
Tagged: css
- This topic has 22 replies, 2 voices, and was last updated 6 years, 4 months ago by
Wes.
-
AuthorPosts
-
August 28, 2016 at 6:17 pm #19272
mrlennymank
CustomerHey there,
I am looking for a little help with the header image on the following site http://testsite.thegreatmedicine.com
I am trying to remove it from appearing on the hover over Front Page one, but keep it as it is on all other pages and also in the menu bar when scrolling down through the site.
So far I have tried removing the height as below..header-image .site-title > a {
background-size: contain !important;
display: block;
height: 360px;
text-indent: -9999px;}
to
.header-image .site-title > a {
background-size: contain !important;
display: block;
height: 0px;
text-indent: -9999px;}
But this means that on the internal pages I lose that lovely smooth appearance.
Is there a way to make this work as I am thinking?
Many thanks
JohnAugust 29, 2016 at 2:26 pm #19284mrlennymank
CustomerAnyone? Ferris?
August 29, 2016 at 9:55 pm #19291Wes
Moderator“Anyone? Ferris?”
He took the day off today, so I’ll have to take over ๐
Are you saying you want to remove the entire header from being shown when scrolling down on the front-page-1 area only? The thing about the way it’s setup, is that if you change the location it affects all pages globally.
Take a look at the Epik theme demo and let me know if you’d prefer a header that functions like this – http://demo.appfinite.net/epik Note: the “Smooth” fade in only happens the first time you scroll down….after that it shows up regularly. Let me know if that’s what you’re trying to do.
August 30, 2016 at 5:18 am #19293mrlennymank
CustomerHa!. Glad you are here instead of him…bit of a slacker that Ferris!
What I want is that when you land on the home page, you do not see the header image/logo. The client wants her Logo as large text on Front Page 1.
But as you begin to scroll down, I want the header image/logo to appear as it does normally.
Possibly if the logo was transparent and then appeared.
That Epik theme demo is not quite what I am looking for.
Thanks for your help and I hope that explains it well enough…
August 30, 2016 at 9:57 pm #19300Wes
ModeratorIs it possible to create a temporary login? If so, then I can try a couple things to see if this is possible to do. FTP login would be best (if possible) so I can edit PHP and JS code (which is not recommended to do using the WordPress admin editor).
Just let me know
August 31, 2016 at 5:22 am #19304mrlennymank
CustomerHi Wes,
I can create a temp FTP login for you no problem. Do you have a support email I can send it to please? Or is there another way I can send it to you…would rather not have that access out in public.Cheers
September 1, 2016 at 11:44 am #19307Wes
ModeratorYou can send it here, just make sure to click the “Set as private reply” check box and no one will be able to see it. Or the Contact Page as well.
September 1, 2016 at 1:52 pm #19309mrlennymank
CustomerThis reply has been marked as private.September 1, 2016 at 1:55 pm #19310mrlennymank
CustomerThis reply has been marked as private.September 1, 2016 at 11:24 pm #19313Wes
ModeratorThis reply has been marked as private.September 2, 2016 at 5:26 am #19324mrlennymank
CustomerThis reply has been marked as private.September 2, 2016 at 9:15 pm #19332Wes
ModeratorYou’re Welcome!
Whenever you get done feel free to share in the Showcase Forum – http://appfinite.com/forum/showcase/ and I’ll also share on Social Media. Looking great so far!
September 15, 2016 at 6:54 pm #19443mrlennymank
CustomerThis reply has been marked as private.September 21, 2016 at 6:20 am #19510mrlennymank
CustomerHey Wes,
Was there any possibility of looking at the issue outlined in the PM for me please? I know you have gone above and beyond the call of duty here, but if I can get a little more of your expertise I will be eternally grateful!
Cheers
JohnSeptember 21, 2016 at 1:31 pm #19511Wes
ModeratorIf you comment out the
overflow: hidden;
on the Fadeup Effect it seems to work. This is located on line 2448 and looks like this –/* Fadeup Effect ---------------------------------------------------------------------------------------------------- */ .js .fadeup-effect { opacity: 0; /* overflow: hidden; */ -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
It seems to only happen on the homepage, so adjusting that line of code should fix it. If you don’t have access to the line numbers then you can find it by searching “Fadeup Effect” in your style.css.
September 22, 2016 at 6:34 pm #19535mrlennymank
CustomerHey Wes,
Thank you so much. You really are amazing and very generous. Is there a way to buy you a coffee or something?September 25, 2016 at 12:49 pm #19549Wes
ModeratorThanks for the kind words! Much appreciated! Can’t wait to share your link ๐
September 29, 2016 at 12:06 pm #19588mrlennymank
CustomerHey Wes,
One last little bug I need some help with. That drop down is disappearing behind the images on some pages.
Is there an easy fix for this?
Thanks again for all your help.
Site looks so good with your theme. Looking forward to getting it out there.
Cheers
JohnSeptember 29, 2016 at 12:33 pm #19589Wes
ModeratorI checked some of the pages but it seems to be working on my end. Here is how it looks – http://i.imgur.com/eYUznWl.png
I also resized the browser to different sizes to see if it’s a responsive issue, but it still shows up the same.
Have you tried clearing your browser cache? Hit your Reload button on your browser and see if that works.
September 29, 2016 at 12:37 pm #19590mrlennymank
CustomerYeah…I never experience it on firefox. It comes up intermittently when my wife is using Chrome. It has also happened for the client herself. But it seems to come and go. I tried to figure it out but it is way beyond my capabilities.
A running joke between me and my wife is me asking her “have you refreshed your cache?”
So any advice would be appreciated.September 29, 2016 at 1:14 pm #19591Wes
ModeratorYeah I’m using Chrome as well, I just tested in Firefox and Safari and it’s still working.
Here’s what I “think” it could be if your client experiences this every once in awhile. I noticed the site sometimes takes a while to load, which would have to do with the hosting/server. My guess is, when the site loads slowly, it takes a while for the javascript files to load which activates the dropdown effect. It’s not always slow, just every once in a while.
Another person had a similar issue here – https://twitter.com/appfinite/status/755792763464056832
Other than that I have no idea what else it could be.
September 29, 2016 at 4:17 pm #19594mrlennymank
CustomerOK…that makes sense. I will monitor it and see if I need to improve the overall site speed, which might help that javascript when loading.
Or not.
Either way it looks great.
Thanks again for all your help.October 3, 2016 at 9:33 pm #19613Wes
ModeratorYou’re Welcome!
-
AuthorPosts
- The topic ‘Header Image CSS help’ is closed to new replies.