Advertisement:

Author Topic: Modern theme in symbian (Nokia)  (Read 1344 times)

Adyyda

  • Sr. Member
  • ****
  • Posts: 435
Modern theme in symbian (Nokia)
« on: June 12, 2015, 02:06:56 pm »
Hello. I have noticed one strange issue regarding symbian os (from nokia). The website loads whithout any style -tested with nokia 5800. In android and in any pc browser it loads ok. Can anyone tell me why this happens?

The same result can be achieved by moving the content of head.php into header.php -  website loads without any style even on PC


Another question is why do we have head.php which parse the js and css and header.php in modern and in ender for instance we have just header.php? So can we change modern theme so that the js and css style is loaded from header? I gues that symbian doesn't recognise the head.php.

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Modern theme in symbian (Nokia)
« Reply #1 on: June 12, 2015, 02:18:17 pm »
why do we have head.php which parse the js and css and header.php in modern and in ender for instance we have just header.php? So can we change modern theme so that the js and css style is loaded from header?

It's not like that. Bender has its own head.php but it is inside a folder "common"

Quote
I gues that symbian doesn't recognise the head.php.

Browsers know nothing about the existence of PHP scripts, they just get the final code generated by those scripts on server side. In terms of HTML code:

head.php generates <head> block.
And the rest of scripts fill up the <body> part.

Regards


teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Modern theme in symbian (Nokia)
« Reply #2 on: June 12, 2015, 02:40:33 pm »
Maybe poor rendering of CSS3 rules, I just wouldn't really know... ???

Regards

dev101

  • Osclass Hero
  • Hero Member
  • *
  • Posts: 2155
  • osclass.work
Re: Modern theme in symbian (Nokia)
« Reply #3 on: June 12, 2015, 07:46:03 pm »
Symbian is an old OS and abandoned. My bet would be js ui incompatibility. About head+header vs header - it's just the creator's wish, head+header is imho better and more logical, since they are 2 different things. And it doesn't matter in the end, they are both loaded and parsed. And there is head in Bender, too.