does appery.io offer a way to put a graphical logo in the header, within the tool. instead of having to export to html/css/js and then editing code there? this is the jquery code: http://forum.jquery.com/topic/can-i-p...
does appery.io offer a way to put a graphical logo in the header, within the tool. instead of having to export to html/css/js and then editing code there? this is the jquery code: http://forum.jquery.com/topic/can-i-p...
A number of ways:
Drop a Grid inside the header, then place an image inside.
Run JavaScript on page load, and place the image into header
You no longer need to export the app to make changes in the source. Simply switch to source and make changes.
aha - Grid inside the header was my missing step, that's what I was hoping for. Thanks!
So still need to remove the <h1 tag ... appery auto-generates it with a space tag and that causes the grid+image to be pushed down. is there an easy way to remove that?
thanks again!
Sure, via JavaScript
perfect, got it exactly as i wanted, thank you!
This is also causing trouble:
.withoutCaption h1{
display: none !important;
}
So I dont want to add a grid and an image inside the header..
Can you help me to fix the above code to add logo on header?
Thanks
Hello Alex, did you change anything on the Source tab?
Hello, I didnt change anything lately..just added social sharing plugin time ago, and also the icons for push notifications (android) and the splash screen.
Its weird because I tried in a test app, and the code worked fine...
In this App. I deleted all css assets and still the header image is not showing...
Regards
Hello,
It's quite difficult to say what exactly is wrong. Could you post app public link and steps how can we reproduce this?