Forum Replies Created
-
AuthorPosts
-
August 15, 2014 at 12:53 pm in reply to: Logo in header transparency overlapping with main logo when scrolling down #304870
Thanks for point 1. (do you know why small blue logo after scrolling down is so small?).
2. Go ahead and deactivate all plugins, this is just test site, and I have just start with customization :)August 15, 2014 at 12:41 pm in reply to: Logo in header transparency overlapping with main logo when scrolling down #304863Hello,
1. This didn’t help, still when I scroll down second logo is too small, and transparent logo is visible behind letter B (look carefully). Please login with provided username and pass and check it.
2. I have deactivate all plugins, non of them are cause problem with Advanced Layerslider…
3. OK, then I will do it by my self ;)
August 15, 2014 at 9:58 am in reply to: Logo in header transparency overlapping with main logo when scrolling down #304774Hello,
any moderator online to help me with this Transparent header?
August 15, 2014 at 1:35 am in reply to: Logo in header transparency overlapping with main logo when scrolling down #304660In other hand, how to make header like this?
http://kriesi.at/themes/enfold/shortcodes/images-with-hotspots/
When I scroll down, my logo (letter B) is too small and first “Transparent logo” (full logo) is still visible when I scroll down..
How to solve this?
This reply has been marked as private.This reply has been marked as private.Resolved!
I have change in avia.js this:
if(st < el_height/6) // was 2 { newH = el_height - st; header.removeClass('header-scrolled'); } else { newH = el_height/1.3; // was 2 header.addClass('header-scrolled'); }
No, I don’t have any other css modification for the logo except this:
#header_main .container, .main_menu ul:first-child > li a { height: 130px; line-height: 130px; } .fixed_header #main { padding-top: 130px; }
and this in avia.js:
if(st < el_height/1.4) // was 2 { newH = el_height - st; header.removeClass('header-scrolled'); } else { newH = el_height/1.4; // was 2 header.addClass('header-scrolled'); }
Thanks Ismael,
that’s do the trick!
What about my question 1?
Did you try to scroll page down and see how logo is resized to e.g 50px and then get back to 90px?
I need to stay 90px after I start to scroll page down…
-
AuthorPosts