Page 1 of 2

Logo in header

Posted: Fri Aug 02, 2013 10:09 pm
by intalex

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...


Logo in header

Posted: Fri Aug 02, 2013 10:26 pm
by maxkatz

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.


Logo in header

Posted: Fri Aug 02, 2013 11:23 pm
by intalex

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!


Logo in header

Posted: Fri Aug 02, 2013 11:26 pm
by maxkatz

Sure, via JavaScript


Logo in header

Posted: Sat Aug 03, 2013 2:10 am
by intalex

perfect, got it exactly as i wanted, thank you!


Logo in header

Posted: Fri Apr 25, 2014 10:26 pm
by Alex GG

Hello,
I was using this code to add logo on header:

Image

Since last maintenance, this code is not working any more..

Could you tell me why, or what should I do to add logo in header?

Regards


Logo in header

Posted: Sat Apr 26, 2014 5:40 am
by Alex GG

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


Logo in header

Posted: Sat Apr 26, 2014 5:55 am
by Alena Prykhodko

Hello Alex, did you change anything on the Source tab?


Logo in header

Posted: Sat Apr 26, 2014 6:37 am
by Alex GG

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


Logo in header

Posted: Sat Apr 26, 2014 8:49 pm
by Igor

Hello,

It's quite difficult to say what exactly is wrong. Could you post app public link and steps how can we reproduce this?