Hello,
I have used Enfold theme and customized it, and it worked great.
To check the look on other devices I used online Responsivator. It showed correctly (fixed and shrinking) on all presented devices.
I tried on real tablet Prestigio7.85 (1024×768) and noticed that my header/menu stays fixed but not shrinking in either position of tablet. I thought it may be due to my customization, but when I tried your demo on same tablet, same thing happened again: many stays fixed on top (which is correct) but does not shrink?
Can you please help?
My demo can be seen on http://www.dWeBsign.com/demo
Looking forward to your answer,
Nenad
Hi Nenad!
On what browser and OS are you testing this with? Let me ask Kriesi about this. I think I saw a few inquiries about the header_resize function not working on Chrome Windows 8.
Cheers!
Ismael
Thanx Ismael.
It is Android 4.2 and all browsers behave the same: Chrome, Firefox and default Browser.
Hi!
This is intended behavior. Since android and ios dont execute scripts when scrolling the header shrinking would happen without animation and it would also reduce the click size of the main menu, which is also not really recommended so I disabled that behavior by default
Best regards,
Kriesi
Right, thank you.
Can I somehow enable that behavior – shrinking without animation when scroll starts?
BR,
Nenad
Hey!
You can open the file js/avia.js and scroll down to around line 1180 where the function avia_header_size() is declared:
in line 1190 change the rule:
isMobile = $.avia_utilities.isMobile,
to
isMobile = false,
Cheers!
Kriesi
Hey!
You’re not using the latest version of Enfold. Please download 2.6.2 from your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Cheers!
Ismael