mardi 28 juin 2016

How do I create a row of justified elements with fluid spacing using CSS?


How do I create a row of block elements with auto widths using text-align:justify, display: grid, column-count and/or other CSS properties?


How to compile sass to css in django at runserver time?


In django project i wants to compile sass file into css at runserver time. I have tried django-sass-processor but i am not getting how to use it. can someone please help me

Change CSS based on current page in Rails?


So I have a bootstrap navbar that I want to have one color in the pages /users/sign_in and /users/sign_up, and another color in the rest. How would I do that?

lundi 27 juin 2016

Custom component using material-ui theme [on hold]


Using Material-UI

I want to create a custom component that uses some of the theme properties from the mui light theme.

How do I make the theme available?


Insert bulk product into woocommerce


Is it possible to insert many product in woocommerce at once time? The product in excel not CSV. around 1000++ products there.

Any plugin that I can do use it?

Thanks


Gettin Bootstrap 3 Datepicker widget above everything else


I'm trying to get the widget to be above anything else (a map in my situation). See exemple : http://zoziologie.raphaelnussbaumer.com/improved-biolovision-visualisation/ I've try this without succes: .bootstrap-datetimepicker-widget{ z-index: 99999 !important; } I'm using this datepicker: http://eonasdan.github.io/bootstrap-datetimepicker/ Any idea?

Custom cursor image doesn't work in all IEs?


I think I have tried different methods suggested all over the internet but nothing worked. This is my current css code:

div {
   cursor: url(images/zoomin.cur), auto;
}

It works fine except in IE...