Hello everyone,
I have a page with backend "Phoca Cart » Categories View (Category list layout - default view)"
Everywhere this page is working fine (desktop, mobile, android tablet), except with iOS 10 Pad Air 2.
It seems table layout is KO, or something similar.
The following is a screenshot http://www.cucinaespressa.it/category_list_error.png of the bad layout.
The web site is www.cucinaespressa.it and the menù entry is "ORDINA->Categorie menù"
Anyone can please help me troubleshooting the problem? I tryed everything....
Thank you very much!!
Alex
Categories View page not displaying on Pad Air 2
-
- Phoca Member
- Posts: 19
- Joined: 23 May 2018, 16:26
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Categories View page not displaying on Pad Air 2
Hi, which browser does the iOS 10 Pad Air 2 use? Does it use some standard browser? The output of Phoca Cart is stylized by Bootstrap and standard CSS methods, so hard to say what can be wrong in such browser (maybe not implemented all the standard CSS methods)
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 19
- Joined: 23 May 2018, 16:26
Re: Categories View page not displaying on Pad Air 2
Ji Jan,
the browser is iOS 10.1.1 default browser.
Thank you very much for your precious help.
Alex
the browser is iOS 10.1.1 default browser.
Thank you very much for your precious help.
Alex
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Categories View page not displaying on Pad Air 2
Hi, unfortunately, I have no option to test it so hard to say , is this standard browser? Does it include new feautures like flexbox?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 19
- Joined: 23 May 2018, 16:26
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Categories View page not displaying on Pad Air 2
Ok
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 19
- Joined: 23 May 2018, 16:26
Re: Categories View page not displaying on Pad Air 2
Hi everyone,
the same behaviour is shown while using IE11.
http://www.cucinaespressa.it/ie_11.png
I tried to save the page locally and then I opened it with Firefox and with Chrome. The page is here showed fine, so I suppose (we're sure :P ) the issue is on the browser (IE ad Safari) not inside code.....
Alex.
the same behaviour is shown while using IE11.
http://www.cucinaespressa.it/ie_11.png
I tried to save the page locally and then I opened it with Firefox and with Chrome. The page is here showed fine, so I suppose (we're sure :P ) the issue is on the browser (IE ad Safari) not inside code.....
Alex.
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Categories View page not displaying on Pad Air 2
Hi Alex,
About Safari, I don't know. In generell I'am using Firefox. But I tried out with IE.
In the /main.css, line 1591/1592
.row-flex.grid .row-item .ph-item-box,
.row-flex.grid .row-item .ph-item-box .ph-thumbnail-c {
display: flex;
flex: 1 1 100%;
flex-direction: column;
}
when (temporary) removing (or comment out) the blue lines, then it looks ok. I don't know why IE doesn't like it
Kind regards
Christine
About Safari, I don't know. In generell I'am using Firefox. But I tried out with IE.
In the /main.css, line 1591/1592
.row-flex.grid .row-item .ph-item-box,
.row-flex.grid .row-item .ph-item-box .ph-thumbnail-c {
display: flex;
flex: 1 1 100%;
flex-direction: column;
}
when (temporary) removing (or comment out) the blue lines, then it looks ok. I don't know why IE doesn't like it
Kind regards
Christine
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Categories View page not displaying on Pad Air 2
Hi, yes, it seems like non standard browser have problems with flebox CSS rules IE11 is 5 yeard old browser, so maybe it should updated
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:
Jan
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:
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Member
- Posts: 19
- Joined: 23 May 2018, 16:26
Re: Categories View page not displaying on Pad Air 2
Hi Christine,christine wrote: ↑18 Jun 2018, 23:57 Hi Alex,
About Safari, I don't know. In generell I'am using Firefox. But I tried out with IE.
In the /main.css, line 1591/1592
.row-flex.grid .row-item .ph-item-box,
.row-flex.grid .row-item .ph-item-box .ph-thumbnail-c {
display: flex;
flex: 1 1 100%;
flex-direction: column;
}
when (temporary) removing (or comment out) the blue lines, then it looks ok. I don't know why IE doesn't like it
Kind regards
Christine
you always wonderfully solve all my problems
I commented both lines and now everything seems to works fine (in IE and, I suppose, in Safari browser)
Thank you very much for your patience.
Kind Regards,
Alex