javascript - Shuffle slide in Divi Wordpress -


i have full screen slide using divi on wordpress. how can make shuffle people not see same image every time enter on website? thanks!!

jakuya

i think code you. go to divi > theme option > integration tab > add code < head > of blog , paste in code below

<script type="text/javascript"> jquery(document).ready(function(){   var item = document.queryselector('.et_pb_slider .et_pb_slides');   if(item!=null){     (var = item.children.length; >= 0; i--) {       item.appendchild(item.children[math.random() * | 0]);     }   } }); </script> 

try , , let me know result, if works.


Comments