Re: [ADDON] SimplePortal
Reply #301 –
Depends what result you want. IIRC (not having used SP live myself) your header and footer blocks are full width, with top and bottom blocks being sandwiched between the right and left blocks.
If that is the case, I'd be inclined to mark them up as header->left->top->right->bottom->footer. Alternatively, header->top->left->right->bottom->footer might work, but I have a feeling it'd be harder to arrange the presentation (haven't thought it through much yet).
Although you could argue for other arrangements. It shouldn't matter that much if you are disabling the blocks on mobile, or simply stacking them vertically on mobile. I'd just go with whatever gives the simplest and most flexible CSS for the full desktop version, and let them stack however they like on small screens. They'll all be the same width then anyway.
Re: [ADDON] SimplePortal
Reply #309 –
If you want to test the new mobile layout ..... use the attached css / template
Re: [ADDON] SimplePortal
Reply #311 –
Since I'm only using (flex box) for the media query's the "recent" comment is only be relevant for mobile devices. The two most relevant ones are .... android >=4.4 and ios safari >=9.2 so really it would have to be an old brick not to work.
Now if it was desktop, well all of IE is out, you need at least Edge 14 ... FX and Chrome, well any version since 2013/2014 or so ... pretty safe in that area as well.
Re: [ADDON] SimplePortal
Reply #312 –
Don't have such an old device to test, but I will upgrade soon SP on my forum with this version. If my members will complain I'll use the version you provided initially and I will disable right blocks on mobile. Problem solved!
I did a test with IE11 & win 10 and everything seems fine, even resizing the window the blocks are displayed correctly. I also test with one small block on TOP position and other blocks on the right, works perfect on desktop.
Re: [ADDON] SimplePortal
Reply #313 –
On my local I have the "fix" for the tables not formatting as they do when in a post ... easy fix of adding the right class to the outer div of articles, but it does effect a 2-3 files. If there are no other issues that you see, I'll post an updated package with the fixes so far.