I'm a beginner in programming I'm 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'd like to know if you have a method for that:
-
I can do that when someone clicks on one of the balloons activate the "button" of the filter. (I do not know the class that activates the function).
- A method to find the function if the first item is not serviced.
Case example:
<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 that when I clicked on btn1 I would activate btn2.
The two will go on the same page.