0
Hello! I have an HTML slider and I’m deploying PHP to make it manageable, however, when PHP came in, the slider stopped working. I believe it’s a mistake in the next part of the code:
echo '<div class="col-md-12" style="top:15px;">';
echo '<div class="lightbox" data-plugin-options=".{"delegate":"a","gallery":{"enabled":true,"tPrev":"Anterior","tNext":"Pr\u00f3ximo"},"image":{"verticalFit":false}}.">';
echo '<div class="owl-carousel text-center controlls-over" data-plugin-options=".{"items":1,"singleItem":true,"lazyLoad":true,"navigation":true,"pagination":false,"transitionStyle":"fadeUp","autoHeight":true,"autoPlay":false}.">';
echo '<div class="item">';
I believe the concatenation is wrong. What to do?