Posts by user7069 • 49 points
7 posts
-
0
votes1
answer36
viewsQ: Custom home page and blog page
Hello I stayed a long time without getting involved with WP projects Now I’ve had to take back one and a half. I have the following scenario: the site has the main objective to be an e-commerce…
-
1
votes1
answer319
viewsQ: How to make a git clone without the . git repository?
I have a repository where I keep my front-end files. I wanted to know a way to make a "git clone" of this Reset into a project folder (ex: a wordpress theme), so that only the files come without the…
-
0
votes1
answer37
viewsQ: How to redeem a plugin’s startup value?
I will expose the specific problem, but I always had this question in a general context: I started the Owl Carousel plugin. I had to implement a bar Progress in it. However, I need to inform the…
javascriptasked user7069 49 -
0
votes1
answer124
viewsQ: Copy js from "Dependencies" from node_modules to a folder of my Gulp project
I have some doubts regarding this "new" tool of node/npm. As far as I know/learned, I have great benefits of managing scripts js for npm. But I don’t think it’s very healthy to go through the…
-
1
votes2
answers336
viewsQ: flexbox: space-between of 2 children starting at the middle and then ending
I’ve recently been contacting flexbox, discovered the property Justify-content: space-between; but I was wondering if it’s possible: <div class="pai"> <div class="filho1"></div>…
-
1
votes1
answer1231
viewsQ: 2 simple speakers with bootstrap
I have a simple question about bootstrap. I may lack some insight to understand the case. I even have some mastery over, but following these images: I know it’s a simple question, I know how to…
-
1
votes1
answer37
viewsQ: Children of a selector: one with margin left and one with right
Next, I always had this doubt have this html structure <!-- wrap1 --> <div class="wrap"> <div class="filho"> (...) </div> </div> <!-- wrap2 --> <div…