1
I am beginner in programming I am working with wordpress. On the site I’m helping I have a Slider Revolution with 4 balloons that will serve as buttons. And in the body of the site I have a Portfolio plugin with filters.
I wonder if you have a method for that:
I can make that when someone clicks on one of the balloons activate the "button" of the filter. (I don’t know the class that activates the function).
- A method to find the function if the first item is missed.
Example of the case:
<div id="1">
<a id="btn1" href="#">Primeiro "botão" sem Função<a>
</div>
<div id="2">
<a id="btn2" href="#">segundo "botão" com Função<a>
</div>
I would like when I click on btn1 to activate btn2.
Filter - http://www.mperrenoud.com.br/home-4 Silde - http://www.mperrenoud.com.br/
The two will be on the same page.
You’re genius just like that.
– Kaue Alves