Categories View page not displaying on Pad Air 2

Phoca Cart - complex e-commerce extension
geppogiappo
Phoca Member
Phoca Member
Posts: 19
Joined: 23 May 2018, 16:26

Re: Categories View page not displaying on Pad Air 2

Post by geppogiappo »

Jan wrote: 19 Jun 2018, 12:32 Hi, yes, it seems like non standard browser have problems with flebox CSS rules :idea: IE11 is 5 yeard old browser, so maybe it should updated :idea:

FYI: Flexbox is important to have the items aligned in the same row, for example bottom buttons - in case two products have different height of box, the box will get the same height and the bottom items of all the boxes will be aligned in the same row:

Image

Jan
Hi Jan, I dislike both IE and Safari (and now, more than this :x ), but my friend (and, unfortunately, not only him), for which I'm going to deploy this web site, uses it (I suppose an old version of Safari).

FYI: In fact I had to review all text inside the cells to align their heights. But now everything seems to display fine!

Thank you very much you all 8)

Alex
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Categories View page not displaying on Pad Air 2

Post by Jan »

Hi, I have tested this:

FROM:

Code: Select all

display: flex;
flex: 1 1 100%;
TO:

Code: Select all

display: flex;
flex: 1 1 auto;
in IE and seems it can work too :idea:

Jan
If you find Phoca extensions useful, please support the project
geppogiappo
Phoca Member
Phoca Member
Posts: 19
Joined: 23 May 2018, 16:26

Re: Categories View page not displaying on Pad Air 2

Post by geppogiappo »

Jan wrote: 20 Jun 2018, 16:38 Hi, I have tested this:

FROM:

Code: Select all

display: flex;
flex: 1 1 100%;
TO:

Code: Select all

display: flex;
flex: 1 1 auto;
in IE and seems it can work too :idea:

Jan
Hi Jan,

I uncommented the 2 lines and changed the line with "auto" value, as you kindly suggested.

Everything is ok with Firefox and Chrome. I'll try them soon on IE and Safari!!

Thank you very much!!

Alex
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Categories View page not displaying on Pad Air 2

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
geppogiappo
Phoca Member
Phoca Member
Posts: 19
Joined: 23 May 2018, 16:26

Re: Categories View page not displaying on Pad Air 2

Post by geppogiappo »

geppogiappo wrote: 22 Jun 2018, 15:41
Jan wrote: 20 Jun 2018, 16:38 Hi, I have tested this:

FROM:

Code: Select all

display: flex;
flex: 1 1 100%;
TO:

Code: Select all

display: flex;
flex: 1 1 auto;
in IE and seems it can work too :idea:

Jan
Hi Jan,

I uncommented the 2 lines and changed the line with "auto" value, as you kindly suggested.

Everything is ok with Firefox and Chrome. I'll try them soon on IE and Safari!!

Thank you very much!!

Alex
Hi Jan,

it seems to be ok with IE but not with that Safari version.

I commented out the lines and now it seems fine.

Thank you very much.

Alex
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Categories View page not displaying on Pad Air 2

Post by Jan »

Ok, so this means because Safari doesn't support the flex feature, for all other browsers the feature with aligning items with flexbox will be skipped :-(

Jan
If you find Phoca extensions useful, please support the project
geppogiappo
Phoca Member
Phoca Member
Posts: 19
Joined: 23 May 2018, 16:26

Re: Categories View page not displaying on Pad Air 2

Post by geppogiappo »

Jan wrote: 01 Jul 2018, 13:05 Ok, so this means because Safari doesn't support the flex feature, for all other browsers the feature with aligning items with flexbox will be skipped :-(

Jan
Probably it's a very old version of Safari.....

Alex
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47887
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Categories View page not displaying on Pad Air 2

Post by Jan »

Hi, yes, for me, really hard to say because after Safari cannot be installed on PC, I lost the connection to this browser :-(

Image

Jan
If you find Phoca extensions useful, please support the project
Post Reply