Re: SOLVED custom responsive 12 col. grid with max width 1824px
Posted 12 years 4 months ago
@david
My idea was to have the 16 grid to get for example 3 Textblocks horizontally at about 1920. So when the screen is only 1200 there are only 2 Textblocks shown and the third moves under the two. Finally in Smartphone view there is only one Textblock shown. Up now i got no response to my question about the 16 grid and Hennings seems to be the 12 grid version also ...
Re: SOLVED custom responsive 12 col. grid with max width 1824px
Posted 12 years 4 months ago
@Neuronaut,
I agree with Henning about the 12 vs 16 grid. Bearing in mind that the maximum grid is 6 positions that means 16/6 will not give equal columns. The same applies to 3 blocks as the layout would be 5|6|5
Hope this helps
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
Re: SOLVED custom responsive 12 col. grid with max width 1824px
Posted 12 years 4 months ago
It seems that you are kidding around with me which is pretty useless for me.
Sure i looked at your less file already. I dont have the experience (and sure i will never get it) tochange these files without great risk of damage.
I mean why should i ask you if i know it already ? Why you show me that its possible but not workout a solution and just blame me ?
Its not workout from imagination. Strict steps to follow is needed as in your "possibility case".
Re: SOLVED custom responsive 12 col. grid with max width 1824px
Posted 12 years 4 months ago
Hi Neuronaut,
The problem is that if we start working out different code for your needs then all members will expect us to do the same.
We will help if there is a minor problem or adjustment with a template. In your case you want to do something that we have not designed into the template. Henning has done some of the work for you so now you need to look at that and work out waht you want to do. Either that or pay someone to do it for you.
We do not have time to build peoples websites based on question after question, which is what seems to happen more and more these days. What is more frustrating is that some of those people are selling their services as web developers and then asking us for the answers they can't be bothered to investigate and learn about.
Our advice was that this is not the way forward at this time. As you seem insistent on taking that route then you will have to do the work.
Merry Christmas and a Happy New Year :cheesy:
Please search forums before posting. Please make sure your post includes the version of the CMS you are using and a link to the problem. Annotations on screenshots can also be helpful to explain problems/goals. Please use the "secure" tab for confidential information
Re: SOLVED custom responsive 12 col. grid with max width 1824px
Posted 12 years 4 months ago
Hi David.
I understand that. I wanted somebody to help me on the way not do the work. Maybe its the wrong forum or better only the very experts are helping here with some code but nobody explains how the things work together.
Its also my thing because a year ago i started to find out how to build a website with a left side menu and a design which never goes out the view from a 19 inch monitor.
Only when i see the first thread about 1920px i was remembered how far i got away from my dream website, i already made plenty compromises through the limitations of nowadays standard webdesign. Even i paid people in between to reach it, to find out that its too far from standards and needs to start from scratch what i dont have the money for.
Re: SOLVED custom responsive 12 col. grid with max width 1824px
Posted 12 years 4 months ago
It works now. In summery i did the following changes with cerulean template: Ich change grid-responsive.css in my templates/rt_cerulean/css folder from:
2.: I change the rokmediaqueries.js in templates/rt_cerulean/js folder from:
queries: [
'(min-width: 1315px)',
'(min-width: 1075px) and (max-width: 1314px)',
'(min-width: 883px) and (max-width: 1074px)',
'(min-width: 595px) and (max-width: 882px)',
'(max-width: 594px)'
]
to the following:
queries: [
'(min-width: 2052px)',
'(min-width: 1420px) and (max-width: 1899px)',
'(min-width: 1075px) and (max-width: 1419px)',
'(min-width: 883px) and (max-width: 1074px)',
'(min-width: 595px) and (max-width: 882px)',
'(max-width: 594px)'
]
3.: I change the width from body-angle.png from 1265px to 1965px
I think there are some more pics to change but this Version works already good for me. If there are more major issues with it i will report it. Also i could not get it to work with integrate the changes to my rt_cerulean-custom.css which means i have to overhoul the website after updating it. I also was not able to deal with Hennings grid calculator.