Page 2 of 3

Appery not changing the font color and style

Posted: Tue Jan 20, 2015 8:31 pm
by Evgene Karachevtsev

testingappery,

Could you please tell us the name of your app?


Appery not changing the font color and style

Posted: Tue Jan 20, 2015 8:50 pm
by testingappery

the name is "appclinica"


Appery not changing the font color and style

Posted: Wed Jan 21, 2015 1:05 pm
by Ihor Didevych

Hello,

1)Yes, it is possible.
The off-line application creating very similar to off-line site creating, so if you don't have enough experience in javascript coding, then you should be aware of complexity of idea.
Next tutorial can be useful
http://devcenter.appery.io/tutorials/...

2) you can't upload Images into media manager directly, it's more convenient to store it in local storage, but be aware that most device's local storages has limits of 5-10 MB


Appery not changing the font color and style

Posted: Wed Jan 21, 2015 1:27 pm
by Ihor Didevych

Hello,

Your css rules are "weak" in terms of default theme
http://css-tricks.com/specifics-on-cs...
Designer just shows you an example, you should debug and test your styles at least in the tester.


Appery not changing the font color and style

Posted: Wed Jan 21, 2015 1:56 pm
by testingappery

Helo Ihor,
Is your answer related to the problem with the back button?¿
I already solved the css-style issues.
Thanks.


Appery not changing the font color and style

Posted: Wed Jan 21, 2015 4:34 pm
by Evgene Karachevtsev

Hello testingappery,

I don't see these icons neither in the builder nor on the preview. Could you please clarify, did you customized the icons or do you use the original ones?


Appery not changing the font color and style

Posted: Wed Jan 21, 2015 6:03 pm
by testingappery

Noup, I have not changed the icons. The javascript console shows that the app is trying to load some svg file.
Another thing is that some pages of the app show the icon correctly but when you open the page to edit it in the designer and save then the icon disapears.


Appery not changing the font color and style

Posted: Wed Jan 21, 2015 9:41 pm
by testingappery

Could it be that this is because I changed the default theme ?
When I insert an navbar the icons also disapear.
I think is something with the theme.
The only thing I did was to create a Theme from the default one and changed the colors. Nothing more.


Appery not changing the font color and style

Posted: Thu Jan 22, 2015 6:01 am
by Illya Stepanov

Hi - Yes, this could be the reason. You should check dependencies in your styles, there could be some collisions.


Appery not changing the font color and style

Posted: Thu Jan 22, 2015 2:00 pm
by testingappery

I will check!