Forum Replies Created
-
Author
-
esahcParticipant
@realokun I figured out how to fix the header resizing. If you goto assets/css/app.min.css and do a search for 88, the first match will take you to this line: .kleo-main-header .navbar-collapse>ul>li>a{line-height:88px}. Just change the height value to match your app.min.js height value, and now the header will always be that height. Hope it helps 🙂
esahcParticipantoh sorry, I forgot to remove the dash from your new file. That explains why the menu wasn’t working :p It’s renamed to app.min.js now.
Also, just now I replaced all the “88”‘s in the file with the size that I wanted, 44. That fixed it from getting stuck at 88px when refreshed. Thank you 🙂
It still does a quick resize from 88px to 44px when the page is refreshed, but I can live with that for now.
esahcParticipantI replaced the file but unfortunately it didn’t fix it.
With the new file, the header is no longer sticky, and it prevents the live notification mouseover and sub-menu items from showing. Also, the header is in the expanded size. Would it be possible to have it always show as the thin size?
I really appreciate your help and everything you guys do.
Below I will put my server details in private if you need them for testing
esahcParticipantI should add that we have the “Resize logo on scroll” option set to off. However, there seems to be a bug when refreshing, the page starts the menu in the “expanded” state and gets stuck.
In fact, I think the way this menu was designed, it always starts it in the expanded form, and then quickly resizes itself to the thinner form. I notice when my page loads times are a bit slow, I can see this happen, which is not desirable of course.
Thank you for any help you can provide
esahcParticipantI discovered upon further research, I found out I needed to install the PHP version of cURL with this command:
sudo apt-get install php5-curl
I am assuming this is because i’m using PHP-FPM on nginx?
My theme options page is working now and I did not have to do anything but run that command.
Although I figured it out, thanks anyways for this quick and easy way to ask for support.
-
AuthorPosts