intalex
Posts: 0
Joined: Fri Feb 15, 2013 4:10 am

Logo in header

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Logo in header

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.

intalex
Posts: 0
Joined: Fri Feb 15, 2013 4:10 am

Logo in header

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!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Logo in header

Sure, via JavaScript

intalex
Posts: 0
Joined: Fri Feb 15, 2013 4:10 am

Logo in header

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

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Logo in header

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

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Logo in header

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Logo in header

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

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Logo in header

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

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Logo in header

Hello,

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

Return to “Issues”