div.owl-controls missing from version 1.3
-
Hi,
The latest update of this plugin broke my css-styled navigation controls because you remove their surrounding div that had class owl-controls.
The HTML that the plugin used to output to the front end was this:
<div class="owl-controls"><div class="owl-nav"><div class="owl-prev" style="">prev</div><div class="owl-next" style="">next</div></div><div style="display: none;" class="owl-dots"></div></div>Now the <div class=”owl-controls”> is missing so any css that relied on it being there doesn’t work anymore.
can you please put it back? I think you were inserting it with the gallery-owl-carousel.js script, as I’m not finding it anywhere else in version 1.2.3 and it’s definitely not there in version 1.3
Thanks!
The topic ‘div.owl-controls missing from version 1.3’ is closed to new replies.