Bootstrap Column ordering

Stagger Lee
1818 Posts
Stagger Lee posted this 14 August 2015

http://getbootstrap.com/css/#grid-column-ordering
Can you make options for Bootstrap Columns ordering ? It is already in the code.

It would solve some longstanding (Artisteer) problems.
One of them is making left sidebar go under content on some small devices, resposive behaviour. Bootstrap support this.

https://scotch.io/tutorials/reorder-css-columns-using-bootstrap

[http://getbootstrap.com/css/#grid-column-ordering][1] Can you make options for Bootstrap Columns ordering ? It is already in the code. It would solve some longstanding (Artisteer) problems. One of them is making left sidebar go under content on some small devices, resposive behaviour. Bootstrap support this. [https://scotch.io/tutorials/reorder-css-columns-using-bootstrap][2] [1]: http://getbootstrap.com/css/#grid-column-ordering [2]: https://scotch.io/tutorials/reorder-css-columns-using-bootstrap
Vote to pay developers attention to this features or issue.
12 Comments
Order By: Standard | Newest
Stagger Lee
1818 Posts
Stagger Lee posted this 14 August 2015

Some image. And much more magic is possible with those options.

http://attachments.answers.billiondigital.com/998/3998/2015-08-15-015650.jpg

Some image. And much more magic is possible with those options. ![http://attachments.answers.billiondigital.com/998/3998/2015-08-15-015650.jpg][1] [1]: http://attachments.answers.billiondigital.com/998/3998/2015-08-15-015650.jpg
Stagger Lee
1818 Posts
Stagger Lee posted this 15 August 2015

http://answers.themler.com/questions/18701/feature-requests

[http://answers.themler.com/questions/18701/feature-requests][1] [1]: http://answers.themler.com/questions/18701/feature-requests
shaulhadar
447 Posts
shaulhadar posted this 15 August 2015

This is a really important feature!

This is a really important feature!
Stagger Lee
1818 Posts
Stagger Lee posted this 15 August 2015

I am struggling very much when someone wants left menu.

This problem needs to be addressed urgently and still remains problem of responsive menu showing in Tablet mode. This way I could hide left menu on some devices and show responsive menu (hidden top menu) on some devices.

I am using this code, but behave strange and count windows scroll width inside, so it is not consistent.

<pre class>&lt;script type="text/javascript"&gt;
jQuery(window).resize(function(){
if (jQuery(window).width() &lt;= 580){
jQuery(document).ready(function() {
jQuery('div.some-sidebar1').insertAfter('div.some-content');
});
}
});
&lt;/script&gt;</pre>

I am struggling very much when someone wants left menu. This problem needs to be addressed urgently and still remains problem of responsive menu showing in Tablet mode. This way I could hide left menu on some devices and show responsive menu (hidden top menu) on some devices. I am using this code, but behave strange and count windows scroll width inside, so it is not consistent. &lt;pre class&gt;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt; jQuery(window).resize(function(){ if (jQuery(window).width() &amp;lt;= 580){ jQuery(document).ready(function() { jQuery(&#39;div.some-sidebar1&#39;).insertAfter(&#39;div.some-content&#39;); }); } }); &amp;lt;/script&amp;gt;&lt;/pre&gt;
Support Team
Support Team posted this 17 August 2015

Hello Stagger Lee,
thank you for your suggestion and related details you provided.
Lets vote for this feature.

Regards,
Aileen

Hello Stagger Lee, thank you for your suggestion and related details you provided. Lets vote for this feature. Regards, Aileen
Support Team posted this 25 December 2015

Hi,

We implemented Columns Ordering feature using FlexBox Order attribute.
For example, look at this Section:
http://templates.themler.com/Themes/Detail/2636029/Design-Six-Columns

By default, Tablet Responsive mode does not look as cool as Desktop mode.
To make it look better we need to re-order two columns/cells.
For this we added Column >> Arrange >> Order property.

columns-order1.png

columns-order2.png

columns-order3.png

Thank you,
Themler Team

Hi, We implemented Columns Ordering feature using FlexBox Order attribute. For example, look at this Section: http://templates.themler.com/Themes/Detail/2636029/Design-Six-Columns By default, Tablet Responsive mode does not look as cool as Desktop mode. To make it look better we need to re-order two columns/cells. For this we added **Column** >> **Arrange** >> **Order** property. !columns-order1.png! !columns-order2.png! !columns-order3.png! Thank you, Themler Team

Last edited 25 December 2015 by Support Team

Stagger Lee
1818 Posts
Stagger Lee posted this 25 December 2015

Thank you. Very needed option.

For other users. You can put left sidebar, content area, right sidebar, in one row with 3 columns. And still have vertical menu inside right sidebar and on the top when viewing in smartphones. Not under content.

Maybe problem are things under vertical menu in right sidebar. But, all is possible with Themler, just use your imagination. Layout is up to you how you will make it.

Thank you. Very needed option. For other users. You can put left sidebar, content area, right sidebar, in one row with 3 columns. And still have vertical menu inside right sidebar and on the top when viewing in smartphones. Not under content. Maybe problem are things under vertical menu in right sidebar. But, all is possible with Themler, just use your imagination. Layout is up to you how you will make it.
shaulhadar
447 Posts
shaulhadar posted this 25 December 2015

Thats great!! Thanks for the explanation, i was wandering what is this option for actually.

Thats great!! Thanks for the explanation, i was wandering what is this option for actually.
jurjen
115 Posts
jurjen posted this 03 January 2016

Hi,

I have added flex-order to the phone design for the magento-theme to a row. But no order change is occurring.

I see the order: 1, 2,3 in the css apearing when scaling to a phone size.

What am I doing wrong?

Regards
Jurjen

Hi, I have added flex-order to the phone design for the magento-theme to a row. But no order change is occurring. I see the order: 1, 2,3 in the css apearing when scaling to a phone size. What am I doing wrong? Regards Jurjen
jurjen
115 Posts
jurjen posted this 03 January 2016

Hi,

I figured it out. You need to set the row-heigth to flexbox. Only then does it work.

Regards
Jurjen

Hi, I figured it out. You need to set the row-heigth to flexbox. Only then does it work. Regards Jurjen
rgfuller
12 Posts
rgfuller posted this 17 January 2018

I figured it out. You need to set the row-heigth to flexbox. Only then does it work.

The Row Height property does not seem to include or allow a 'flexbox' value. Where do you find this setting, please? 'Auto' doesn't work.

row-height.PNG

> I figured it out. You need to set the row-heigth to flexbox. Only then does it work. The Row Height property does not seem to include or allow a 'flexbox' value. Where do you find this setting, please? 'Auto' doesn't work. !row-height.PNG!

Last edited 17 January 2018 by rgfuller

Support Team
Support Team posted this 18 January 2018

Hi,

Please let us know what issues do you have with the flex order? The option should work fine with the display option set to flex and the flex-order option set to the desired values. If that does not work, provide a link to your site and explain what does not work.

Sincerely,
Hella

Hi, Please let us know what issues do you have with the flex order? The option should work fine with the display option set to `flex` and the flex-order option set to the desired values. If that does not work, provide a link to your site and explain what does not work. Sincerely, Hella
You must log in or register to leave comments