I have a small bug in the modal of ventures, when I open one it exhibited at the same time the two, plant and illustration, and only return to the norm when I click the button ...
Can anyone help me?
Follow the hosted site link link
I have a small bug in the modal of ventures, when I open one it exhibited at the same time the two, plant and illustration, and only return to the norm when I click the button ...
Can anyone help me?
Follow the hosted site link link
Frames found two problems on the page. One I believe to be with the <button>
class that is within <header class="headerMidia">
the class is written wrong. The name would be active you wrote wrong! See how it's there, without the letter "C" activate <button class="ative btn btn-outline-info showCarousel" .... >
as I mentioned in the comment!
But the problem with Slider is that one of them, probably the "illustration" should be with display:none
, since I think JavaScript is using some kind of "toggleClass" or .css
to do this. However, one of the Slides should already start with the display:none
defined.
To understand better see in the images.
Original image with BUG, Notice that it has no dispaly set and neither of the Sliders
NownoticethatwhenyouclicktheButtonsitstartstochangetheDisplaytypebetweenoneButtonandanother!
Then just add display:none
to the second Slider for example to run everything right, probably without having to tinker with the script you already have.