daherrerac
Forum Replies Created
-
@codebulls gracias por la respuesta, si sirvió
@codebulls estoy igual, necesito que varios productos sean uno solo para Coordinadora porque por el peso y el tama?o no deben generar un nuevo paquete, si me puede ayudar sería genial
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Hide on mobileHi, I get it, the page theme duplicates the filter, I removed the mobile panel and change the lateral bar position, not what I want but functional
Forum: Plugins
In reply to: [Advanced AJAX Product Filters] Hide on mobileHi, thanks for the answer. I only have one filter and is in woocommerce shop as a widget
Hi, so I can′t use javascript code in the sliders, can I? Why in the page the javascript code doesn`t work and the code is the same for the other slider that works (two slides)
Hi, any idea?
Hi, here is the url, the code only works in two slides
PageHi, thanks for your answer. I used diferents ids for each slide (div1, div2, div1a, etc). And the slider 4 doesn’t work (is a slider with 7 slides and 4 slides in a desktop xl), and i made the same thing in a slider with 2 slides and doesn’t show the change that I need.
I’m going to publish again the slides and give to you the urlI’m doing something similar, I use diferent ids and I have the same problem, only works as expected in the 3 first sliders, and doesn′t work in a slider with 2 slides
my javascript code is very simple:
in slide:
onclick=”replace();return false”
in javascript file
function replace() {
document.getElementById(“div1″).style.display=”none”;
document.getElementById(“divI”).style.display=”none”;
document.getElementById(“div2″).style.display=”block”;
document.getElementById(“div3″).style.display=”none”;
document.getElementById(“div4″).style.display=”none”;
}
The console doesn′t show errors, in the chrome inspector you can see the properties “display” change but the content doesn’t change- This reply was modified 6 years, 2 months ago by daherrerac.