Tagged: header
-
AuthorPosts
-
April 29, 2015 at 5:23 am #436480
Hi, I need my header always transparent, even if I scroll. Is that possible?
April 29, 2015 at 4:21 pm #436799Hey Mono14!
Please refer to Josue’s post here – https://kriesi.at/support/topic/glassy-transparent-header/#post-310605
Cheers!
YigitApril 30, 2015 at 1:49 am #437150Hi Yigit,
Sorry I don’t understand what that post suggests.
Is there any other way to get what i want (always transparent menu) with simple css?Thx
April 30, 2015 at 7:43 pm #437739Hi!
You should go to Enfold/js folder and open Avia.js file and find the first part of code Josue posted and change it to the second part he posted.
It is not possible to make the changes you would like to make using only CSS.Regards,
YigitNovember 2, 2015 at 10:18 pm #528843Hi,
I changed the code and the header stays transparant. Though i was wondering if it would be possible to have the menu get smaller as you scroll down (as in the unchanged situation)
Also i can’t seem to find where to change the color of the transparant glassy menu.
Kind regards!
- This reply was modified 9 years ago by lucasvrooij.
November 3, 2015 at 1:43 am #528918Hi!
Please go to Enfold theme options > Header > Header Behaviour and check “Shrinking header”.
Would you like to change menu item colors on glassy header? If so, please go to Enfold theme options > Header > Transparency Options and change them. If not, please elaborate on the changes you would like to make.
Cheers!
YigitNovember 3, 2015 at 11:51 am #529108Hi Yigit,
The shrinking header option was always on, but since i changed the code like in this post https://kriesi.at/support/topic/glassy-transparent-header/#post-310605 the header doesn’t shrink anymore.
I changed
if(transparent) { if(st > 50) { //header.removeClass('av_header_transparency'); av_change_class(header, 'remove', 'av_header_transparency'); } else { //header.addClass('av_header_transparency'); av_change_class(header, 'add', 'av_header_transparency'); } } }
to
if(transparent) { header.addClass('av_header_transparency'); }
I don’t mean to change the color of menu items, but the color of the whole header, i want to make it a bit less transparant than it is now.Edit: i managed to change the color of the whole header using css! Since i don’t have js knowledge, i’d be great if you can help me out with the not-shrinkring menu.Thanks!
- This reply was modified 9 years ago by lucasvrooij.
November 9, 2015 at 12:00 am #532274Hi!
Sorry for the late reply!
Can you please post the link to your website? We may need temporary admin logins as well
Best regards,
YigitNovember 15, 2015 at 2:53 pm #536110Sorry for the late reply. I managed to get ik working myself. Added instructions in the other support post for newer theme version.
November 15, 2015 at 3:27 pm #536115Hey!
Thanks a lot for that!
Please do let us know, if we could do anything else for you!Cheers!
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.