Posts by Matheus Ribeiro • 21 points
4 posts
-
0
votes1
answer11
viewsA: Change the filter on click wordpress
I didn’t do exactly what I wanted, but I created a new page with another filter and used a link to each selector... It was the solution I found
-
0
votes1
answer11
viewsQ: Change the filter on click wordpress
next, I’m beginner with wordpress and php, so I’m having problems with my first theme built from scratch, I have a div that will serve as selector on the site, through it I want to filter the…
-
1
votes1
answer89
viewsA: this. $. id only returns Undefined
I managed to solve, created a variable to save this, and used it to add the class. Below ready(){ super.ready(); var element = this setTimeout(function(){ element.$.load.classList.add('hidden'); },…
-
1
votes1
answer89
viewsQ: this. $. id only returns Undefined
I’m using Polymer 2.x, I’m trying to do a pre-load for the page, I made a div with a load gif and I’ll take it with setTimeout... But in the script when I use this. $. load it returns Undefined.…