Posts by LeandroCSA • 55 points
5 posts
-
0
votes1
answer88
viewsQ: Convert String Json CSS Inline to an array or json with PHP
I have a register in the json database and inside it there is a "style" object in which it has an inline css code, for example: "padding: 90px 0px 20px 0px; background: #000000; display: block;"…
-
0
votes2
answers1127
viewsQ: Woocommerce Product Registration outside the Wordpress dashboard
Guys, I’m developing a Wordpress site where I’m using the Woocommerce plugin for product administration and etc. In addition, the site will rely on sellers where they can register products in their…
-
0
votes0
answers40
viewsQ: Update Wordpress site using a parallel version
I have a Wordpress site where suffers constant updates, both layout and plugins/ functionality. Until then normal, but what I wanted to know is if there is an efficient way to update my site as if…
-
1
votes1
answer114
viewsQ: Key Frame CSS3 - Logo
I’m doing the company logo on HTML + CSS with animation that simulates the construction/growth of the logo, all with CSS Key Frames, but it turns out that the whole logo starts and each part appears…
-
4
votes2
answers546
viewsQ: How to Fade Only Item Clicked
Here’s what I’m trying to do: I got a looping coming from the database. When I click on a button of one of the results, I wanted to make a fadein div appear. Turns out when I click on one, the div…