Posts by William Costa • 137 points
12 posts
-
-1
votes1
answer81
viewsQ: Error installing Compass on Mac
I am trying to install Compass on my machine and I am facing the following error. I’m using with command with sudo. Building native extensions. This could take a while... ERROR: Error installing…
-
2
votes1
answer203
viewsQ: Custom Field no Woocommerce returns result
I’m having a problem with Woocommerce. I added a field that does not have in the standard of Woocommerce that would add the amount of products that go inside the master box of the product. The code…
-
0
votes2
answers275
viewsQ: How to select a particular post in Wordpress?
I would like to select posts to add a class just for it. For example I have lines with 3 posts each, and would like to select the 3 post to add a division to the next line. Or there’d be another way…
-
0
votes2
answers2805
viewsA: How to make Bootstrap work on IE7
I had a problem a while ago with Bootstrap and IE. Which was solved as follows: <!-- Just for debugging purposes. Don't actually copy this line! --> <!--[if lt IE 9]><script…
-
1
votes1
answer27
viewsA: How do Breakpoints with Susy?
It was already solved, it was giving the error to load on Desktop because of min-width. What I did to solve: In my base.scss file I created a $mobile variable and inserted it there: $mobile: 320px…
-
0
votes1
answer27
viewsQ: How do Breakpoints with Susy?
I’m having problems to generate the Breakpoints of a project for Celular (320px). When I put the Breakpoints he reads even in Desktops, but be right on Mobile also. @media (min-width: 320px) { /*…
-
1
votes2
answers61
viewsQ: How to remove automatic comments generated by Compass?
I write the code in SCSS, and when the CSS comes with comments where the Class or ID is in my SCSS. Does anyone know how to remove these comments generated by Compass from my CSS file?
-
0
votes2
answers601
viewsA: How to change the location where MAMP creates the database?
I did that, installed the WAMP on my server and took his IP number. And now in my Browser just leave the address as below: (IP of my server)/localhost/WAMP/ And then I can access the home page and…
-
1
votes2
answers601
viewsQ: How to change the location where MAMP creates the database?
I’d like to change the location where the Mamp creates the database. The pattern would be this: /Applications/MAMP/db/ And I would like to create by default the database on my server that would be:…
-
5
votes1
answer2656
viewsQ: What is the appropriate folder architecture to apply to a web project?
My project boils down to PHP pages, with folder for images, css, js and fonts. I’ve seen that some developers use a folder for project development and another folder for production. I would like to…
-
0
votes1
answer160
viewsQ: How to generate columns with SUSY?
I am working for the first time on a project with SASS, COMPASS and SUSY. I wonder if you have any way to generate Suzy columns automatically.
-
2
votes1
answer231
viewsQ: Error trying to install SASS/COMPASS
I am having a problem installing SASS and COMPASS on my Mac, it is giving an error of permission. I have already released the read and write files in Finder. ERROR: While executing Gem ...…